Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Francisco

    (@fmarconi)

    That was a terrible solution, it disabled almost all the plugin.
    Now i set all the css rules from mi nav-menu id to inherit:
    #my-main-menu
    {
    all: inherit;
    }
    I hope i’ll get no more problems

    Hello,

    Thank you for your participation fmarconi. I’m having the same issue with oceanwp, ocean extra and essential real estate plugins. No navigation menu visible as soon as you install ere. If you desactivate the plugin, the navigation menu comes back.

    Could please help me with more details about where you made the changes?

    Thank you for you help.

    Thread Starter Francisco

    (@fmarconi)

    Hi, pegaz380
    Your nav menú have a css id, normally, #menu-your-menu-name, yoa can look for it using browser inspect element tool.
    So, simply add this to your customized css at the bottom of the wp admin customize menú
    #menu-your-menu-name
    {
    all: inherit;
    }
    godspeed

    Hi fmarconi,

    Thank you for helping. I tried your idea but it doesn’t seem to work. Actually i noticed that the menu is missing but only on computer version. As soon as you go on mobile or tablet mode you can see the menu. And it leaves a blank part on the top of any pages. If anyone knows this issue.
    The help is welcome.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘oceanWP nav menú’ is closed to new replies.