superfish

Top level menu link

Hi Tom, Don’t know if you can help with this, or if it is a WordPress problem. When I create a link in the navbar and it has child pages, how do I make clicking on the top-level menu item do nothing? I went to a website where this works and by inspecting the element … 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