Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Jeff Strachan Friend
    #187625

    Anyone worked with Tiris and HikaShop? Cannot get them to play nicely.

    I cannot get products to or categories to list in multiple columns. It only displays one below the other. I have tested with standard joomla templates and they display properly.

    phong nam Friend
    #493739

    Hi,

    I have recieved your PM & saw that the problem is happening on Hikashop Content module. By default, Hikashop component isn’t integrated in our JA Tiris template. So, you need to adjust the css styles by yourself. Anyways, pls try this:

    With 2 modules are displayed:
    Open templates/proballhome/css/template.css, then replace:

    #ja-botsl .ja-box-right div.ja-moduletable {
    float: left;
    width: 38%;
    }

    with

    #ja-botsl .ja-box-right div.ja-moduletable {
    float: left;
    width:90%;
    }

    With 3 modules are displayed:
    Open templates/proballhome/css/template.css, then replace:

    #ja-botsl .ja-box-right div.ja-moduletable {
    float: left;
    width: 38%;
    }

    with

    #ja-botsl .ja-box-right div.ja-moduletable {
    float: left;
    width: 79%;
    }

    Also put below lines into the end of above template.css to center Module title.

    #ja-topsl div.ja-moduletable h3,
    #ja-botsl div.ja-moduletable h3,
    #ja-topsl1 div.ja-moduletable h3,
    #ja-botsl1 div.ja-moduletable h3 {
    text-align: center;
    }

    * Remember to clear your T3 cache after applying changes.

    Leo


    1. 1
    2. 4
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum