• Resolved mappingalong

    (@mappingalong)


    Hi There!

    I’ve been doing a total refresh of my blog for the past few days using Ocean WP & Elementor Pro.

    The issue I’m having is that my top bar menu is being hidden or over-ridden by something but I can’t figure out what.
    When I’m in customize it appears fine and I can edit it with live preview, as well as when I’m editing in Elementor, but on my live site I just get an empty white space.

    The top bar is clearly there as when I inspect my site it shows up! I’ve cleared my cache and gone through all the top bar settings in the theme without any luck. Any help will be greatly appreciated, thanks in advance.

    Sam

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, I see this css code:

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    I don’t know where it comes from but not from the theme, remove this code and that will solve the issue.

    Thread Starter mappingalong

    (@mappingalong)

    Hi!

    Yes I see that bit of CSS when I hit inspect but I have no idea how to delete it, like you said since it’s not in from the theme it isn’t in the style.css sheet..

    Sorry coding really isn’t my thing, how do I go about getting rid of it?

    Thread Starter mappingalong

    (@mappingalong)

    Hey!

    I found the culprit, I started deactivating plugins and found it was the Autoptimize plugin causing my problem.

    Thanks for your quick response though, 5 stars for you ??

    Cheers
    Sam

    In that case some autoptimize (re-)configuration might be needed to fix this. there’s more info in the troubleshooting tips and info on exclusions in the AO FAQ.

    hope this helps debugging,
    frank (ao dev)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top Bar Hidden by something :(’ is closed to new replies.