simpliko / wpadverts

WordPress Classifieds Plugin
https://wpadverts.com/
GNU General Public License v2.0
20 stars 11 forks source link

Thumbnails Slider broken when using jQuery 3 #98

Closed gwin closed 4 years ago

gwin commented 4 years ago

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.