• Resolved webspaceunlimited

    (@webspaceunlimited)


    When you scroll up viewing on a computer the speed contact bar – stays where it is but the top menu as it scrolls up becomes half obscured by the speed contact bar.

    I have tried setting the height readjustment for fixed position but that doesn’t seem to do anything

    It also obscures the wordpress admin top bar when you view the public website and are logged into wordpress

    Any suggestions or help welcome

    Thank you

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    Hello @webspaceunlimited .

    Thank you for reaching out.

    You describe a problem which occurs sometimes with some themes. Speed Contact Bar adds a sticky bar at the top. That means it stays where it is even as you scroll the page. The downside of the medal is if you have a theme that uses a sticky navigation bar as well, the contact bar sits on top of the navigation. The same thing happens with the admin bar when you’re logged in and navigating to a page.

    The only way to solve this is to disable your theme’s sticky navigation bar.

    I hope this explanation helps.

    Thread Starter webspaceunlimited

    (@webspaceunlimited)

    Thank you ??

    Ill look at the themes setting ??

    Thread Starter webspaceunlimited

    (@webspaceunlimited)

    the theme is 2017 wordpress theme would you happen to know where the sticky top menu setting might be?

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    As i know, TwentySeventeen does not have a sticky bar. But I’m not the expert for this theme. Maybe you are using a plugin or custom style to have this feature?

    Unfortunately, the URL provided isn’t working, so I can’t check that for you.

    Thread Starter webspaceunlimited

    (@webspaceunlimited)

    apologies my typing is not the best at the best of times.

    https://www.zenknotweed.co.uk was the url (I had put an r in inadvertently)

    Thread Starter webspaceunlimited

    (@webspaceunlimited)

    zenknotweed.com – I did say my typing is not the best sorry

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    As mentioned before, I can confirm you have as sticky navigation bar.

    When I scroll up, the navbar gets the following style:

    @media screen and (min-width: 48em)
    .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    }

    You can remove the code so that you no longer have a sticky bar, or you can edit the code to top: 34px;. This will move the navigation bar down a bit.

    BTW I can’t see how this code was added. Maybe through plugin, maybe it’s custom code. I am unable to help with this. That’s beyond my means.

    Hope this helps.

    Thread Starter webspaceunlimited

    (@webspaceunlimited)

    thank you for your patience – ill amend the top nacho as you suggest

    thank you one e again

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    If you like the plugin and want to support my work, please leave your (I hope positive) review here https://www.ads-software.com/support/plugin/speed-contact-bar/reviews/#new. Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Speed contact bar obscuring top menu’ is closed to new replies.