JeremyEnglert / JointsWP-CSS

A blank WordPress theme built with Foundation 6, giving you all the power and flexibility you need to build complex, mobile friendly websites without having to start from scratch.
http://jointswp.com
75 stars 23 forks source link

How to include more jquery based scripts to the CSS version #18

Open nandroid opened 7 years ago

nandroid commented 7 years ago

Hi,

I am adding waypoints.js and owl.carousel.js to my site http://wawewiwowu.com . So the only way to make these work is to repeat the jQuery link in the footer.php before the js I need to make it work.

Anything I do in enqueue-scripts.php does nothing. Now I have a problem with some plugins because of that jquery in the footer.

What can I do? Which is the right place to load and order the scripts?