We are using Levels Ready Theme and we are getting the below error when view a product. It is related to the changing the thumbnails.
Is there any update to the scripts.js file in which below code exists.
Thanks
Code:
Uncaught TypeError: $(...).slickSetOption is not a function at scripts.js:659:24
Code:
$(window).resize( function() { $('#js-thumbnails').slickSetOption(null,null,true); });
Comment