Site logo

[Resolved] jQuery-free sticky menu and menu animations

Home Forums Support [Resolved] jQuery-free sticky menu and menu animations

Home Forums Support jQuery-free sticky menu and menu animations

  • This topic has 19 replies, 6 voices, and was last updated 5 years ago by David.
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1724132
    Ying
    Staff
    Customer Support

    You could use this CSS instead which excludes that specific page:

    body:not(.page-id-71) .site.grid-container {
        overflow-x: hidden;
    }
    #1725367
    Alessio

    Thank you, that worked!

    #1725398
    Ying
    Staff
    Customer Support

    No problem 🙂

    #1730689
    Michel

    Hi,
    If I understand correctly, jquery is used only to handle the transition between standard and sticky header.
    Before you can implement a fully jquery-free solution, do you think it would be feasibly to use jquery only if some sort of transition is selected?

    Thanks for the amazing support!

    #1730761
    David
    Staff
    Customer Support

    Hi there,

    ultimately we would like to provide a vanilla JS version with and without transitions. But if it comes to it we will maintain a legacy jQuery version for the current transition version.

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.