Sticky bar not working on home header

Hi there,

For some reason the sticky bar isn’t working on any of my headers on my staging site. Any idea why this would be? Sticky is checked. Please review. Thanks!

Hello @my401k,

Thanks for asking. :slight_smile:

I checked the setup and can confirm the issues with Sticky bar. I also created a dummy header and in that tried sticky to turn on bar but it’s not working. I also tried to test for plugin conflict but it’s not working out.

Can you please try to reinstall the Theme? Please take a backup of child theme and then delete Parent theme from Appearance > Themes. Also make sure the theme is completely deleted. You can check for that by logging ino FTP using softwares like Filezilla and under /wp-content/themes/ directory try deleting pro theme folder.

After that please reinstall a fresh copy of Pro Theme from Appearance > Themes and see how it goes.

If it does not works out, please share FTP details as-well for us to take a closer look.

Thanks.

HI there,

I tried that but it’s not working. Sending ftp now.

It looks as though there is a second scroll bar on the right? And when you move it down the sticky bar comes up? Where would that be coming from?

Hi,

A plugin is adding this css that is causing the issue

https://assets.calendly.com/assets/external/widget.css

To fix it, you can add the code below in Theme Options > CSS

body  {
    overflow: hidden !important;
    height: auto !important;
}

Hope that hepls

Thank you so much!!!

You are most welcome!

Actually, one more thing! For some reason when I try to delete the individual CSS on this page it wont delete. Any idea why that would be?

http://glassjacobson2.staging.wpengine.com/pro/#/content/2068/layout

Hi again,

Please try this https://theme.co/apex/forum/t/cannot-delete-custom-css-code-on-a-single-page/20772/8

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.