• Hi there!

    So I just realized that the hamburger menu on the mobile view of my website is not there anymore. It was there yesterday, but today it just disappeared out of nowhere. Please advise!!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @jamelalivinglife Sounds like a plugin conflict. I would recommend you do the following:

    1. Deactivate plugins (except page builder) one at a time and check for the menu to show up on mobile view. Also, flush cache after you deactivate a plugin.

    2. Once you identify the plugin causing conflict, you can report it to the plugin developers though their support forum.

    3. Try finding an alternative to the said plugin or wait for developers to fix the issue.

    Hope it helps.

    @media(max-width:525px){
      nav.nav-primary{display:block;}
    }
    • This reply was modified 3 years, 2 months ago by yogeshyadav20.

    And also there was JQuery not defined error, That’s why menu toggle is not working.

    Thread Starter jamelalivinglife

    (@jamelalivinglife)

    Hi Yogesh, so what do I do exactly?

    Hi @jamelalivinglife You can go to Admin Dashboard > Appearance > Customize > Additional CSS and paste the code that @yogeshyadav20 has provided.

    Alternatively, You can try this too:

    @media only screen and (max-width: 767px){
    #mobile-trigger {
        display: block!important;
    }
    }

    Let me know if it helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile View Hamburger Menu Gone’ is closed to new replies.