[jQuery] Re: superfish horizontal navbar with a third level

2009-06-24 Thread Roberto da Costa
Hi Charlie, You're right. I'm working on a wordpress theme. 'current-cat-parent' is a class created by WP. So here is a part of the code generated: superfish.js: sf.c = { bcClass : 'sf-breadcrumb', menuClass : 'sf-js-enabled', anchorClass :

[jQuery] Re: superfish horizontal navbar with a third level

2009-06-24 Thread Charlie
this sort of thing happens all the time in Joomla, not so sure about how often in Wordpress in Joomla it's usually left over css from template menu that causes the problem there is likely some css( possibly script??) affecting some of the template classes that aren't part of superfish css or

[jQuery] Re: superfish horizontal navbar with a third level

2009-06-23 Thread Charlie
'current-cat-parent' isn't a class used in original superfish . Is this a CMS installation(joomla or other?) You either have a modified version, or this class comes from your template. Sounds like you have other css and/or scripts affecting menu. No way to tell without link or code