[Resolved] Urgent: Menu Does Not Display

Home Forums Support [Resolved] Urgent: Menu Does Not Display

Home Forums Support Urgent: Menu Does Not Display

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #615735
    Michael

    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.

    #615738
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #615740
    Michael

    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.

    #615748
    Leo
    Staff
    Customer Support

    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

    #615781
    Michael

    That was it! Thank you.

    #616292
    Leo
    Staff
    Customer Support

    No problem.

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