• Resolved dacoster

    (@dacoster)


    Hello Mega Menu,

    When I check my website online I have two menus showing, both of them don’t give me any pages. They both say: Go to… (and no further options).

    I’ve tried the disable trick on Mega Menu => Themes but it didn’t work.
    I’ve tried to disable my Mega Menu and the mobile page showed those options again. So how can I configure Mega Menu correctly for it to show the pages or to disable it completely on the mobile version?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi dacoster,

    Your site is throwing a 500 Internal server error at the moment.

    If you happen to be using Divi please check the Fix Mobile Menu section here:

    https://www.megamenu.com/documentation/divi/

    Otherwise see if your theme is listed here:

    https://www.megamenu.com/articles/theme-integration/

    Otherwise please let me know when your site is back online and I will take a look.

    Regards,
    Tom

    Thread Starter dacoster

    (@dacoster)

    Hey Tom!

    Yes my URL has been changed. You can find my website on http://www.fragout.org

    Ok, so I changing the Custom CSS like on the first URL, with no effect. My theme is the following https://smthemes.com/wargame/.
    This one was not listed.

    Unfortunately, nothing has changed. What more can I do?
    Thank you!

    Plugin Author megamenu

    (@megamenu)

    Hi Dacoster,

    Please try adding this to Appearance > Customize > Additional CSS:

    .mobile-menu {
    	display: none !important;
    }
    #mainmenu-container {
    	display: block !important;
    }

    Regards,
    Tom

    Thread Starter dacoster

    (@dacoster)

    Thank you Tom!

    So I added what you gave me and it seems like it worked. Just one more thing, is it possible to have the menu in dropdown on mobile?

    Thread Starter dacoster

    (@dacoster)

    Oh, it seems like the menu doesn’t appear on tablets. Any idea how I can get it enabled?

    Plugin Author megamenu

    (@megamenu)

    Hi,

    Please try replacing the last custom CSS with this instead:

    
    .mobile-menu {
    	display: none !important;
    }
    #mainmenu-container #mainmenu, 
    #mainmenu-container {
        display: block !important;
    }

    I think you have checked the “Disable Mobile Toggle” option (under Mega Menu > Menu Themes > Mobile Menu), which is why the mobile menu doesn’t drop down like it normally would.

    Regards,
    Tom

    Thread Starter dacoster

    (@dacoster)

    The steps above fixed the issue.
    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Mobile Menu issue’ is closed to new replies.