• Resolved g

    (@gmarlett)


    Javascript bug in the wiget was causing testimonials to not rotate but show all of them stacked. In wpmtst-cycle.js on line 66 I changed this:

    var cycleVar = jQuery.grep(el.className.split(/\s+/), function(v, i){

    To this:

    var cycleVar = jQuery.grep(elem.className.split(/\s+/), function(v, i){

    in order to resolve it.

    https://www.ads-software.com/plugins/strong-testimonials/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks for reporting this and for sharing the fix. I will get it fixed.

    It does indicate you’re still using either the [strong] shortcode or the old widget. Please convert them to Views soon.

Viewing 1 replies (of 1 total)
  • The topic ‘JS bug in version 1.25.5’ is closed to new replies.