Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1093706

    We recently upgraded from V3.7 to V4.5.6. I did the update manually via ftp after deleting the old enfold theme folder. (I do have a back up but would prefer to get this resolved)

    Currently the burger / mobile nav does not display so whether I set the main menu to hide at mobile or tablet size the menu hides but the burger menu does not display.

    I can see in the code in enfold.css there is this code that is hiding the menu. In the inspector if I uncheck the CSS below then the burger / nav menu shows.

    @media only screen and (max-width: 1167px)
    nav.main_menu {
        display: none !important;
    }
    }
    

    I have cleared our cache plugin cache, also turned it off, cleared cloudflare cache, in the theme settings under performance I have disabled merging and compressing css, I have checked the box delete old css / js files, updated the mobile nav settings to the different options and I have updated the CSS in quick css and clicked save. None of these things seem to resolve the issue.

    Just trying to figure out why the menu doesn’t work and how we can get it to work without overriding your code?

    #1094126

    Hey urchin,

    Best regards,
    Victoria

    #1094314

    Thank. Seems the previous developers had the code way down so I didn’t see it in the quick CSS. (There was only one short line of code visible in the quick CSS text area). First time I am working with this theme so it was doing my head in. I knew the code that was causing the issue but couldn’t find it any where.

    • This reply was modified 6 years ago by urchin.
    #1094488

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile nav menu not displaying’ is closed to new replies.