Archived topic
Mobile menu not visible
5 replies · Started by Medenor on July 28, 2019
Hello,
I'm currently setting up GeneratePress on my WP but I encounter an issue with navigation menu on mobile (or on supports below the mobile breakpoint value). When I'm in the customization panel, I see the menu but on mobile or with a reduced browser window, it is not visible :

I see something related to the menu in the code :

But I'm not able to show it. When I increase browser window width, menu appears.
I've set 1 menu used as main menu and off canvas menu. I have WP Super Cache, I tried to clean cache and disable the plugin, it didn't helped.
Any help would be appreciated.
Thanks :)
Hi there,
Any chance you can disable all plugins except GPPremium and let me have a look?
I see both Autopimize and WP Super Cache both activated currently.
Hello,
Thanks for the reply. I've disable all plugins, I'll you check :)
Thanks :)
Hi there,
it looks like you installed the Volume site from the Site Library which uses custom CSS to create the a custom menu. In Customizer > Additional CSS there is a lot of CSS related to the menu this CSS in particular is hiding the mobile menu:
.main-navigation .inside-navigation .menu .slideout-toggle, button.menu-toggle, .slideout-overlay {
display: none !important;
}
Remove that CSS.
Hello,
Great, it works :)
Have a nice day ;)
Glad to be of help