Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • jeffreyd00 Friend
    #161165

    using megamenu
    i added a descritpion under the top tier menu items.
    i.e.
    Our Work
    (short desc underneath)

    when I do this I get a white bar behind the text. it seems the template graphics are not tall enough to accommodate a description line off the main menu. Please assist.

    see attachment for example under ‘Our Work’


    1. screencapture-ourwork-menu-messed-up
    aman204 Friend
    #380342

    Can you provide a link to your site

    jeffreyd00 Friend
    #380349

    link removed

    aman204 Friend
    #380352

    If you wish to add in description for menu items, You can change the padding value here::

    .ja-megamenu ul.level0 li.mega a.mega {mega.css (line 34)
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
    }

    to

    .ja-megamenu ul.level0 li.mega a.mega {mega.css (line 34)
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 0 15px 1px;
    text-decoration: none;
    }

    Css file reference:: plugins/system/jat3/base-themes/default/css/menu/mega.css

    jeffreyd00 Friend
    #380355

    sorry, only fixed on frontpage, other pages still has the spacing issue. look forward to your help.

    aman204 Friend
    #380453

    <em>@jeffreyd00 226365 wrote:</em><blockquote>sorry, only fixed on frontpage, other pages still has the spacing issue. look forward to your help.</blockquote>

    I would suggest you to please disable css compression in template parameters so as to give in right css file and line reference

    wcbenyip Friend
    #380483

    Hi aman204,

    I would like to ask a question on top of your reply relating to the mega.css file: there are three mega.css file,

    1/ plugins/system/jat3/base-themes/…..
    2/ template/…./css/menu/….
    3/ template/…./local/css/menu/…..

    Which one is the best for the modification of mega menu if we want to keep the custom setting even have to upgrade the template version later on? Should be the local one in option 3? Thanks for your advise~ :-[

    Sherlock Friend
    #380499

    <em>@wcbenyip 226532 wrote:</em><blockquote>Hi aman204,

    I would like to ask a question on top of your reply relating to the mega.css file: there are three mega.css file,

    1/ plugins/system/jat3/base-themes/…..
    2/ template/…./css/menu/….
    3/ template/…./local/css/menu/…..

    Which one is the best for the modification of mega menu if we want to keep the custom setting even have to upgrade the template version later on? Should be the local one in option 3? Thanks for your advise~ :-[</blockquote>

    Dear wcbenyip,

    Yes,it should be the local one in the option 3,when you upgrade your template I think the changes will not affect the local folder.

    jeffreyd00 Friend
    #380516

    thank you, that worked, but now the site will take longer to download… no other solution??

    aman204 Friend
    #380518

    <blockquote>but now the site will take longer to download… no other solution?? </blockquote>

    Ok, So does it appear fine with css compression turned off ?

    I had mainly wanted css compression to be turned off so as to debug issue further and give in right css reference where updates could be done

    It could be turned on afterwards

    jeffreyd00 Friend
    #380519

    works fine with css compression off. look forward to futher help.

    aman204 Friend
    #380520

    <em>@jeffreyd00 226585 wrote:</em><blockquote>works fine with css compression off. look forward to futher help.</blockquote>

    Strange.. Will it be possible for you to please pm me superadmin+ftp details to take closer look

    jeffreyd00 Friend
    #380523

    The issue has been resolved. My development directory was named domain.com/2.0 – I removed the . to make it domain.com/20

    With you help I was able to guess that the period was breaking the compression scheme. Thanks for pointing me in the right direction and for helping me resolve the css issue.

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

This topic contains 13 replies, has 4 voices, and was last updated by  jeffreyd00 13 years, 8 months ago.

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