• Hi! I love the GeneratePress theme! There’s just one thing that I can’t seem to fix, and that’s the menu on the mobile version of my website. It just won’t show, whatever I try. Does anyone know how to fix it by any chance? Tips are very much appreciated, thanks so much!!

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Alvind

    (@alvindcaesar)

    Hi there!

    If you use any caching plugin, could you try turning it off first and see if this isn’t caused by caching?

    Thread Starter scheperjessica

    (@scheperjessica)

    Hi, thank you for your answer. I don’t think I’m using a caching plugin. I’m using WP Mega Menu,, does that make any difference? All changes I make in the settings of WP Mega Menu do not appear on my site though.

    Thread Starter scheperjessica

    (@scheperjessica)

    Or, I do have the plugin, but I’m not using it, I think.

    Thread Starter scheperjessica

    (@scheperjessica)

    I fixed it! Apparently it was the WP Mega Menu plugin that was preventing the GP Menu from working properly on mobile.

    Hi there,

    in the mega menus CSS its adding this CSS rule:

    .menu-toggle,
    #menu-toggle,
    #wr-menu-toggle {
        display: none !important;
    }

    Which is hiding the GP Menu Toggle button. I assume that the the Mega Menu should be adding its own Mobile menu in place ?

    Might be worth checking with the mega menu support on that. But in the meantime you can add this CSS to restore the GP mobile menu so your site has a navigation:

    .mobile-menu-control-wrapper .menu-toggle {
        display: block !important;
    }

    Glad to hear you fixed the issue!

    Thread Starter scheperjessica

    (@scheperjessica)

    Thanks David!

    I think we replied at the same time or there-abouts ??
    Just happy to hear you got it working!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.