Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jsgrill Friend
    #129595

    test1.karcoembroidery.com

    I assigned JA TransMenu to the mod_product_categories module. mod_product_categories is set to the ‘left’ position with a vertical orientation. However, I have two problems when I do so.

    1) It inexplicably makes the Main Menu go vertical as well.
    2) It forces my product categories into an alphabetical order even though I set them up in a different order.

    I’m using Joomla 1.5/Virtuemart 1.1.

    Sherlock Friend
    #254349

    Hi jsgrill !
    You can fix it following way below :
    Open ja.transmenuh.css file in templates/ja_larix/ja_menus/ja_transmenu folder , find following code section at about line 15 :


    #ja-transmenu li a {
    background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
    color:#C8C8C8;
    display:block;
    float:left;
    font-size:135%;
    font-weight:bold;
    line-height:normal;
    padding:10px 30px;
    text-decoration:none;
    text-transform:uppercase;
    }

    change to :


    #ja-transmenu li a {
    background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
    color:#C8C8C8;
    display:block;
    float:left;
    font-size:135%;
    font-weight:bold;
    line-height:normal;
    padding:10px 30px;
    text-decoration:none;
    text-transform:uppercase;
    width:auto;
    }

    jsgrill Friend
    #254422

    Thanks! That fixed it the problem with the main menu!

    Any idea on why it forces the menu into alphabetical order instead of the order I define in product categories?

    Sherlock Friend
    #254520

    Hi jsgrill !
    In categories list you try to change order of categories .

    jsgrill Friend
    #254533

    Yeah, I’ve actually got my categories list setup as

    Men
    Ladies
    Kids
    Infant/Toddler
    Accessories

    When I use JS Cook, the category list is ordered the way I set it up. When I use JA Transmenu, the category list is ordered alphabetically instead.

    Sherlock Friend
    #254537

    Hi jsgrill !
    If Posible Please send admin information via pm , i will check it for you .

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Sherlock 16 years, 5 months ago.

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