Replies: 0
Hello there. I’m getting an error from your plugin that prevents the rest of the JavaScript from executing.
ytpp-main.js?ver=4.7:46
Uncaught ReferenceError: jQuery is not defined
at ytpp-main.js?ver=4.7:46
(anonymous) @ ytpp-main.js?ver=4.7:46
When you view source, you can see jQuery is included in the head tag, but after your plugin’s script.
<script type='text/javascript' src='http://site.ca/wp-content/plugins/youtube-playlist-player/js/ytpp-main.js?ver=4.7'></script>
<script type='text/javascript' src='http://site.ca/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
How can I move your script below?