Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Jquery not loaded ? – wordpress functions.php Re: Jquery not loaded ? – wordpress functions.php

#103573
Senff
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?