JS bug in version 1.25.5
-
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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JS bug in version 1.25.5’ is closed to new replies.