Edit wpmtst-cycle.js in the plugin’s /js directory. Change
fx : parms.effect,
to
fx : "scrollLeft",
More effects here: http://malsup.com/jquery/cycle/browser.html
The first transition may be a little choppy. Keep in mind the Cycle plugin was designed for images, not text.
Seems to be working, and as you told, first and second testimonials overlap a bit
Setting a width on the slides may help.
.testimonial-widget.t-slide {
width: 100%;
}
That’s just awesome, thanks a bunch once again!
Thanks for the idea. I may try to incorporate this into the plugin so you don’t have to change the script after every update.
That would be great feature. Is it also possible to change the amount of testimonials shown at a time (say 3 at the same time can be shown, and then it cycles to other 3)?
I will add that to the feature request list. It will likely be part of a premium template add-on.