Hello,
Have you used any minified css/js plugin to minified css/js because sometime if you use that type of plugin then it may cause the problem to load java-script.
and If you use any minified js plugin then you have option to unminified particular
JS. So unminified our slick.min.js from that plugin.
Check out this and let us know your query is still the same.
It’s a new site, so no auto optimizer has been activated yet.
I was able to get the plugin working by moving jquery to the header. Ideally, we want jquery to load in footer, but this is working for now.
Is there a setting or code change that will allow the plugin to work with jquery in the footer?
For reference, I’m also using Smart Slider and had to activate their ‘async’ option to get it to work properly with jquery loaded in footer.
-
This reply was modified 9 years, 3 months ago by
pixelador.
-
This reply was modified 9 years, 3 months ago by
pixelador.
Hello,
Our Plugin’s Java-script loads in footer and it loads after Jquery.
For better support, if possible can we have your web-site URL so that we can provide you better support.
Just a thought: make sure your custom coded wp theme includes wp_head(); in header.php and wp_footer(); in your footer.php files.
Hello,
As per standard we have loaded java-script in footer with wp_footer() action.