mikebyrne Posted March 26, 2018 Share Posted March 26, 2018 I'm just running a SEO check on my site and it seems to be throwing up the following JS error: TypeError: Cannot read property 'add' of null at Object.e.initADA (https://www.byrnecomputingservices.ie/js/plugins/slick.min.js:1:19334) at Object.e.init (https://www.byrnecomputingservices.ie/js/plugins/slick.min.js:1:19101) at new (https://www.byrnecomputingservices.ie/js/plugins/slick.min.js:1:2832) at n.fn.init.i.fn.slick (https://www.byrnecomputingservices.ie/js/plugins/slick.min.js:1:42781) at slickMobileServices (https://www.byrnecomputingservices.ie/js/custom.js:1024:12) at startCarousel (https://www.byrnecomputingservices.ie/js/custom.js:1043:4) at https://www.byrnecomputingservices.ie/js/custom.js:830:5 at dispatch (https://www.byrnecomputingservices.ie/js/jquery.js:3:6466) at r.handle (https://www.byrnecomputingservices.ie/js/jquery.js:3:3241) Any idea how I can correct this? Any help would be great! Quote Link to comment https://forums.phpfreaks.com/topic/306943-javascript-error-help-slickminjs/ Share on other sites More sharing options...
requinix Posted March 26, 2018 Share Posted March 26, 2018 Look at the parts of the stack trace belonging to your own files (ie, custom.js) and figure out what your code is doing wrong. Because it's probably your code at fault, not Slick. Quote Link to comment https://forums.phpfreaks.com/topic/306943-javascript-error-help-slickminjs/#findComment-1557410 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.