• Resolved innoadm2023

    (@innoadm2023)


    Hi there!

    I have a problem with disappearing sticky header when refreshing the page or going by link/anchor. Sometimes it works correctly but mostly it disappears. The problem is only on mobile and tablet.
    On the desktop it works perfectly. At the beginning sticky header had superimposed on the top text of the page. But I solved it with spacer and have no any problems with it.

    Does anyone have any thoughts or solutions? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robert Wattner

    (@rwattner)

    Hi,

    do you have a link to the site with the issue? Are you using the hide header feature?

    Thread Starter innoadm2023

    (@innoadm2023)

    Hi, Robert!
    Sorry, I forgot to say that it appears when I start scrolling. No, I am not use the hide header feature.

    innoneers.com

    Plugin Author Robert Wattner

    (@rwattner)

    I just looked at the site and I can’t replicate the problem.

    I did notice that the scroll class is on the header immediately. Do you have the scroll distance set to a low number? Can I ask exactly what options you have enabled on the plugin? It looks like you might not even need the plugin to be honest.

    From what I can tell the header is only using the position:fixed. You can do this with css if that’s all you need. Just add this in the header’s custom CSS custom CSS area.

    selector {
        position: fixed !important;
        top: 0 !important;
    }

    If you can use that css, then disable the plugin, and you still have issues, it’s something else causing it.

    Does this problem still happen when you disable header footer builder plugin?

    Let me know if any of this helps or if you find something specific that causes the problem. Unfortunitely it’s almost impossible for me to diagnose if I can’t replicate it. What browser are you using?

    Plugin Author Robert Wattner

    (@rwattner)

    Hi again,

    I was wondering if you’ve figured this out?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sticky Header randomly disappears on mobile/tablet’ is closed to new replies.