• On my it isn’t showing main menu despite the fact that I clearly have a main menu set in oceanwp customizer. I have tried removing menu items to just make it a single one but it didn’t on some pages such as contact one it does show up but, not on my homepage please help me and btw, I am using current version of oceanwp with latest version of wordpress

    • This topic was modified 5 years, 5 months ago by wasiameer001.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    You are using Full-Screen header style, therefore, the hamburger menu is displaying on your site. Change the header style and add the below code to the Customize > Custom CSS section to fix it –

    #site-navigation-wrap .dropdown-menu {
        display: block;
        float: none;
        position: relative;
        top: auto;
        left: auto;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    Now, menu from mobile isn’t working. I mean it worked for PC once I implemented the solution but menu isn’t working android now, nothing happens when I click on my menu from mobile. Since, I just implemented it on localhost so, change might not be visible but, I will try to implement it live as soon as possible

    Try to disable the Essential addons plugin temporarily and check mobile menu is working or not.

    It works but, is there a way that I can keep using it because some parts of my site don’t work without it being there

    • This reply was modified 5 years, 5 months ago by ameerwasi.

    Try to remove the Essential addons widget from your home page one by one to check which widget is causing the issue. I think its post widget.

    I tried and did it, it was my posts widget but, is there a way I can keep using that widget

    • This reply was modified 5 years, 5 months ago by ameerwasi.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Main menu disappeared’ is closed to new replies.