Archived topic
Urgent: Menu Does Not Display
5 replies · Started by Michael on July 4, 2018
Hi, I've used GP Pro to create menus a few sites, and I've build WP sites for six years, I'm familiar with how it's supposed to work. I thought I might try Elementor to do the nav menu, then decided against it, now GP will not display a menu at the top of the page! I have menus defined, locations specified, etc. The desktop menu does not display at all, and the mobile menu shows the hamburger icon, but when pressed, just goes black — no menu.
I have to turn this site, I if can't get this working right way, it's back to Elementor to display the menu, even though it kinds of sucks.
Hi there,
I'm seeing this custom CSS on your site:
/* desktop only */
@media (min-width: 1024px) {
.main-navigation {
display: none; }
}
/* tablets only */
@media (min-width: 768px) and (max-width: 1023px) {
.main-navigation {
display: none; }
}
/* phones only */
@media (max-width: 767px) {
.main-navigation {display: none;
}
}
Removing it should display the menu.
Let me know :)
Just checked . . . desktop menu is now displaying as expected, mobile menu does not. See screenshot:
https://www.dropbox.com/s/egi3hsif0ud8a68/07-04-2018-1.png?dl=0
It's not a CSS issue, I disabled all CSS temporarily and the mobile menu is still not populated.
Can you double check that you have a menu assigned to Slideout Menu here?
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#setting-a-theme-location
That was it! Thank you.
No problem.