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
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'
});
})
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
3 matches
Mail list logo