• Resolved vsolanic

    (@vsolanic)


    I use the Max Mega Menu add-on. It has worked fine before the upgrade on all types of devices. Since the upgrade it does not work on mobile devices. Instead of the Mega Menu the regular topbar nav menu is displayed.

    I suspect this could be ‘only’ a CSS issue. But perhaps it is something more substantial. Any clues if this has something to do with the upgrade?

    The website in question: https://www.skmbrussels.be.

    Many thanks for any tips!

    P.S. I also posted this issue on the Max Mega Menu support forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Sir,

    I looked for issue you are facing and found that you are missing two css files in theme. Please add these two files and issue would be fix.

    thank you

    The mobile menu is driven by jQuery. Since the menu icon isn’t responsive you most likely have a jQuery conflict with one of your plugins. Since the mega-menu plugin has replaced the default theme menus, that’s probably the issue. One way to tell is to disable the mega-menu plugin. If the mobile menu works then mega-menu is the plugin causing the issue.

    As a side note, the responsive.css file is no longer used by the theme.

    Thread Starter vsolanic

    (@vsolanic)

    Thank you for your reactions. Just to reiterate on the issue – the problem was that instead of Max Mega Menu I saw ‘regular’ top-bar menu from Hueman theme without any items. I received a response from the Max Mega Menu support. They advised to include a piece of code into the style.css file. So I ended up putting the following in that file:

    #nav-topbar .nav-wrap {height: auto !important;}
    #nav-topbar .nav-toggle {display: none !important;}
    #nav-topbar .nav-text {display: none !important;}
    .toggle-search {display:none !important}

    Thanks again for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Topbar Mega menu does not on mobile devices after the upgrade’ is closed to new replies.