Hi there,
I'm using a theme (clean-simple-white) that doesn't have any js directory for the navigation menu. My goal is to change the speed of the drop down so that there is a delay to allow people to instinctively click the top link.
My concern is people passing up the top-level navigation link too quickly and missing the entire page because they're assuming they have to click one of the child links.
I also looked at hiding (disabling) the top link but, my theme puts the navigation elements in the CSS and doesn't use the <wp_list_pages...> in the theme header file. So, I haven't been able to get this method of disabling the link from the top navigation menu either. If I could do that then I would just create a child page that has the content.
Finally, I tried the 'exclusion' plugins but, they all hide any child pages as well as the excluded parent page.
I would much rather disable the top navigation link :)
Thanks much!