jonchui
Forum Replies Created
-
Forum: Plugins
In reply to: [Slick Slider] Uncaught TypeError: jQuery(…).slick is not a function(…)Forum: Plugins
In reply to: [Slick Slider] Uncaught TypeError: jQuery(…).slick is not a function(…)Hi @phillip!
Thanks so much for your plugin – we’re using it on ywamkona.org which we just launched recently.
However, it looks like when we install either of these plugins:
Jetpack – https://ww.wp.xz.cn/plugins/jetpack/
Google Tag Manager – https://ww.wp.xz.cn/plugins/duracelltomi-google-tag-manager/We get the same error:
“jquery.js?ver=1.12.4:2 Uncaught TypeError: $(…).slick is not a function”
As well as a few:
“TypeError: jQuery.easing[jQuery.easing.def] is not a function(”
And our sliders don’t work but show one on top of each other.
I’ve checked the version of jQuery and it does seem to be
jQuery.fn.jquery
“1.12.4”which is the default wordpress one, and not 3.1.0 which i included in our main ywam.js file (which is all our js files in one grunted, minified/uglified file)
When i go into wordpress/wp-includes/js/jquery/jquery.js & manually change it to 3.1.0 it still has the same problem – so not sure what i should do? Do you have any tips?
Here’s a live sandbox site with the issue:
http://sandbox.ywamkona.orgHere’s a screenshot:
https://www.dropbox.com/s/is0qxzg01fdjznj/Screenshot%202016-12-11%2022.48.27.png?dl=0Any tips or thoughts?
- This reply was modified 9 years, 6 months ago by jonchui. Reason: adding more details