• 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)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    thank you for finding both the issue and solution 🙂 i allowed myself to convert your ticket into a GitHub issue here https://github.com/simpliko/wpadverts/issues/98, the same fix will be applied in next WPAdverts release (which should be available next week).

    Probably it is also a time to consider a different slider since the ALS is no longer maintained :/.

    Thread Starter Chad

    (@ckeller)

    May I suggest looking into Slick. (https://kenwheeler.github.io/slick/) It’s responsive and has a ton of customization options.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    yes, thanks for the suggestion, Slick looks really promising and seems to have all the options WPAdverts needs in a slider.

    I am saving this plugin for reference and will be testing it with WPAdverts pretty soon :).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Thumbnails Slider broken when using jQuery 3’ is closed to new replies.