• Hello I have an issue with my menu header not showing, I’ve tried all I could think of, it works on mobile and tablet, but not on desktop! Please help.

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

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

    Have you added the below code to your site?

    #site-navigation-wrap {
        display: none;
    }

    If yes, then try to remove it and check it works or not.

    Thread Starter spisepinde

    (@spisepinde)

    No I haven’t added that to my site… It’s weird that the menu shows up in mobile, but not in desktop.

    The issue is with OceanWP Extras plugin. When activated it removes a lot of the customizer settings. I’m trying to work this out also.

    Having the same issue. My home page only shows the mobile menu, the other pages show the main menu I set up. I disabled oceans extra and the menu came back.

    @caveman76 what is your site url? Have you changed the page-level settings for the home page?

    @wyohost have you activated the child theme? if not, then it can’t remove the customizer settings.

    @spisepinde please check your page-level settings. edit a page > oceanwp settings > menu tab.

    If it doesn’t work, then add the below code to the Customize > Custom CSS section to fix it –

    #site-navigation-wrap {
        display: block !important;
    }

    Thanks for responding so quickly. My URL is https://www.diamond59products.com/, the menu is working, but I have Oceans Extra disabled at the moment. How do I change page level settings?

    @apprimit No, I do not use child themes. I uses simple plugins for code changes.

    @caveman76 activate ocean extra plugin and let me know so that I can check it
    @wyohost I think you did the customizer settings before installing the plugin

    I activated ocean extra and added that code, the main home page menu is still broken.

    @apprimit

    @wyohost I think you did the customizer settings before installing the plugin

    Huh?

    @caveman76 the menu is appearing fine on your site but the issue is you have set it to full-screen header style, therefore, it display hamburger icon. Activate the Ocean Extra and go to Customize > Header > General section and change the header style to minimal or transparent to fix it.

    @wyohost Try to change the settings again after activating the ocean extra and check it works or not.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘OceanWP Menu not showing’ is closed to new replies.