[Resolved] Sticky navigation disappears

Home Forums Support [Resolved] Sticky navigation disappears

Home Forums Support Sticky navigation disappears

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #899202
    Jacob

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

    https://myemployees.com

    Jake

    #899225
    David
    Staff
    Customer Support

    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.

    #899226
    Jacob

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

    Jake

    #899237
    David
    Staff
    Customer Support

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

    #899948
    David
    Staff
    Customer Support

    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;
    }
    #909907
    Jacob

    David, that did the trick.

    Thank you!

    Jake

    #909918
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.