Force the Superfish script to be activated on navigation menus using the genesis_pre_get_option_
filter.
add_filter( 'genesis_pre_get_option_nav_superfish', 'nrp_get_option_nav_superfish' ); function nrp_get_option_nav_superfish( $opt ) { $opt = '1'; return $opt; }
Tip: Use this in conjunction with removing unused theme settings metaboxes so that users are not confused with why their settings are not being saved.
Is superfish supposed to be enable when I activate fancy dropdowns. If so any idea why I don’t get the delay effect here?
http://whitestone.cleansupersites.com/
Just want to know before I start wasting more time.
Thanks very much,
John
Hi John. Fancy dropdowns *is* superfish. So if you have that option checked in Genesis → Theme Settings, superfish is automatically activated.
This snippet is for when you remove user control of the navigation menus and want to ensure that superfish is still enabled. Make sense?
My drop down menu isnt working at all here. What do I do? Here is my site address http://www.creedsenergy.com/energy
Sorry here is the coreect reply. My drop down menu isnt working at all here. What do I do? Here is my site address http://www.creedsenergy.com/demo