Site logo

Archived topic

Sticky navigation disappears

6 replies · Started by Jacob on May 14, 2019

Viewing posts 1–7 of 7

Sticky navigation disappears after scrolling past bottom of the screen that first loads.

https://myemployees.com

Jake

Hi there,

can you disable the cache/optimization plugin - as the JS for the sticky nav is being minimized - which could be the problem, but if not will help us investigate the issue.

Done. I cleared my browser cache and it's still doing it.

Jake

Would you mind helping debug the issue by disabling plugins one by one to see which is conflicting?

Hi there,

in case you can't assist with the conflict testing you can try this CSS to fix the problem:

.sticky-enabled .main-navigation.is_stuck {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

David, that did the trick.

Thank you!

Jake

Glad to hear that

This archived topic is closed to new replies.