• Resolved clarkag

    (@clarkag)


    Your plugin is awesome! Thanks so much.

    However, as soon as you scroll the header flickers. This happens whether the Shrink Sticky Header box is ticked or not.

    I think the header briefly disappears upon scrolling, revealing what is behind it.

    I changed the header background to match the site background, but it still flickers. Is it possible to fix this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nikhil Chavan

    (@nikschavan)

    Hello @clarkag,

    This seems like the fadein animation is causing this flicker.

    Adding this custom CSS will remove this flicker –

    .bhf-sticky-header .bhf-fixed {
    animation: none;
    }

    In the next update of the plugin I will remove this CSS from the plugin so that this fixes it for everyone.

    Thread Starter clarkag

    (@clarkag)

    That fixed it! Thanks for the help. Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Flickers Before Shrinking’ is closed to new replies.