Site logo

transition

Sticky header using hook that hides when scrolling down?

I was able to get the following to display the header I want. Is there a way to have it as a sticky header that hides when scrolling down? Can itbe made to fade transition like the sticky menu feature? I used the code provided in another thread to get things going. Before header hook: … Read more

Ease-in transition for mobile "Hamburger" dropdown menu

Hi there, My GP navigation with the mobile Hamburger dropdown menu works great, but unfortunately without an elegant ease-in transition as seen on many sites, e.g., here: https://divi.space/ (mobile view, elegant ease-in transition when clicking/tapping the hamburger icon) What I found in the GP documentation does not really fit my use case. https://docs.generatepress.com/article/navigation-dropdown/#dropdown-menu-transition It would … Read more

Transition from normal to sticky navigation

Dear Tom, first of all, thanks for your great work. It’s a pleasure to work with your theme and made my life a lot easier. Here’s my question: Where can I change when the transition from normal to sticky navigation takes place? My client wishes that there’s a seamless transition, i.e. the normal becomes sticky. … Read more

Disable Superfish Menu Fade / Slide / Transition

I would like to make my primary nav instantly appear. I notice the superfish.js file, but I believe generatepress/js/scripts.js will be used instead. What do I need to change to get results? I found this post on the forums, but I wasn’t able to find the results. jQuery(document).ready(function($) { $('.main-nav > ul').superfish({ delay: 0, // … Read more