WPChill / strong-testimonials

A WordPress plugin for client testimonials.
GNU General Public License v3.0
21 stars 11 forks source link

Slider is not initialized properly #349

Closed TeoAlex closed 1 year ago

TeoAlex commented 1 year ago

Imagesloaded() function is called before the check for loaded images in finished and thus the next sequence in slider initialization is not triggered. https://github.com/WPChill/strong-testimonials/blob/3.0.3/public/js/lib/strongslider/jquery-strongslider.js#L229 As per Imagesloaded documentation we should add a subsequent .done() call so the callback function is called after the check is done and the images are properly loaded.