Home › Forums › Back End › Jquery not loaded ? – wordpress functions.php › Re: Jquery not loaded ? – wordpress functions.php
May 28, 2012 at 10:02 am
#103573
Participant
@SgtLegend – I see wp_head()
in that first pastebin alright (line 47). Not sure if you missed it or if it was added after?
Either way, it’s coming AFTER the call to load the Superfish menu. That won’t work, cause the library needs to be loaded before any plugins are called.
@KennyVB – load the Superfish call (what you currently have on lines 27-34) at the end of the BODY tag, right before and see if that helps?