Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1034040

    Hello,
    I updated my theme this morning and my main menu items are no longer appearing. Help!

    #1034297

    Hey simplersite,

    You have the mobile menu active, if you don’t want that then you can change the behaviour under Enfold->Main Menu.

    Best regards,
    Rikard

    #1034487

    Hi Rikard,

    Thanks in advance for the help. To clarify, I had switched to the hamburger style menu only as a workaround in the meantime until we were able to solve the problem. What I want is for the desktop version to have a horizontal cross-page menu (no hamburger) and tablets and mobile to have a hamburger menu.

    I added the following additional CSS to force the hamburger menu on desktop while we find a solution (when I remove this my menu entirely disappears):

    @media only screen and (max-width: 3200px) {
    nav.main_menu, #menu-item-search {
    display: block !important;
    }
    .menu-item {
    display: none;
    }
    .av-burger-menu-main.menu-item-avia-special {
    display: block;
    }
    }

    #1035450
    This reply has been marked as private.
    #1035695

    Hi,

    You have some custom CSS and caching issue which could be affecting.

    Please remove all the custom CSS code and deactivate all plugins.

    For testing, purpose activate the main enfold theme and see if the main menu appears.

    We look forward to hearing your test result.

    Best regards,
    Vinay

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