Superfish Javascript not being picked up.

Permalink
Hi there,

I've directly coded the superfish menu into the theme. I've done this a couple of time before on Concrete5 sites, and with this I just copied from the last one which still works perfectly, but for some reason, this one I just can't get to work!
It looks like the javascipt just isn't being picked up at all.

Here's the current site:http://www.crossfitwycombe.com/index.php/... - you can see the superfish should be in action under the About menu item.

Here's my last site which it works perfectly on:http://kixstardragon.com/

Does anyone have any ideas as to why it's not working this time?

Thanks
Lou

 
EvanCooper replied on at Permalink Best Answer Reply
EvanCooper
Hi lou28,

It's looking like jQuery hasn't been loaded yet. Looking at the source, I think what you'll need to do is load your hoverIntent and Superfish scripts after the header_required php tag in your header.php. That way concrete will have loaded jQuery for you and you should be good to go!
lou28 replied on at Permalink Reply
That worked, thank you very much!