Thumbnails Slider broken when using jQuery 3
-
I recently encountered the following error when trying to use the “Thumbnails Slider” pagination setting. “Uncaught TypeError: d.size is not a function”
WPAdverts uses version 1.7 (latest as of 2014) of the “any list scroller” jQuery plugin (https://als.musings.it/) and it doesn’t appear to be compatible with jQuery 3.
To fix this issue. I had to replace “.size()” with “.length” in “/plugins/wpadverts/assets/js/jquery.als-1.7.min.js”
.size() was deprecated in v1.8 and removed in v3.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Thumbnails Slider broken when using jQuery 3’ is closed to new replies.