[jQuery] superfish & wordpress. Where am I going wrong?

2009-10-21 Thread Matt
Hi, I'm trying to implement superfish onto a wordpress site I'm working on, but just can't get it to work. I believe I've done everything right, and searched the web for solutions but nothing as yet has helped. You can view the site at www.sdm-intl.com, it's the main blue menu on the site that

[jQuery] Superfish Wordpress

2009-07-21 Thread Taniss
hi, i to do this in the header $('document').ready(function(){ $('ul.sf-menu') .find ('li.current_page_item,li.current_page_parent,li.current_page_ancestor­') .addClass('current') .end() .superfish({ pathClass : 'current' delay: 500, speed: 'fast' }); })

[jQuery] Superfish - Wordpress Multiple PathClass ???

2009-01-01 Thread Superfish - Wordpress
Wordpress broke my configuration with the Nav-Bar by adding .current_page_parent and .current_page_ancestor to just the .current_page_item css classes. This is great, however it has broken my superfish navbar where it won't show the second level list when you choose a link in the second level, the