Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • aciencias Friend
    #182034

    Hello everybody,
    I’m using JA University template in my website. It’s great and I have no problem at all but I’d like to know if is possible to hide sub menus in mega menu system using mobile devices.
    By default, in mobile devices layout JA Universite template drops down all items and this feature it could be confusing for my customers.

    Thanks for your support 🙂

    Saguaros Moderator
    #472232

    Hi aciencias,

    By default, in mobile devices, this JA University template has only 1 menu button named: Navigation, it doesnot show sub-menu items until you click it. Does it show all in your site? Please post your site url here, we shall check this for you.

    aciencias Friend
    #472244

    Hi Saguaros,
    sorry for my bad explanation. Navigation menu drops down really only when you click it… it’s the behavior of this action what I want to change. By default, when you click, all items and subitems have shown and I’d like to display only first level by example.
    My website is still offline anyway if you test JA University demo with your mobile, http://responsivetest.net/ or similar the result is the same I’ve described above.

    swissa Friend
    #472259

    You can edit the relevant css file to not show the children

    for example, go to layout-mobile.css and find this code

    div.ja-megamenu ul.level1 li.mega {height: auto !important;
    }

    and add a display:none; to it so that it looks like this

    div.ja-megamenu ul.level1 li.mega {
    height: auto !important;
    display: none;
    }

    aciencias Friend
    #472313

    Thanks swissa!!! it worked but now, next level doesn’t show clicking previous level, you know. Any idea about this issue?

    swissa Friend
    #472316

    <em>@aciencias 345380 wrote:</em><blockquote>Thanks swissa!!! it worked but now, next level doesn’t show clicking previous level, you know. Any idea about this issue?</blockquote>

    Run the demo template here on a mobile and the same happens. Without the css hack.

    This is a BUG I think and hopefully JA will pick it up.

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

This topic contains 6 replies, has 3 voices, and was last updated by  swissa 12 years ago.

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