Testimonials pause ?

Most slideshows have a pause option when the mouse is hovering over it.
I would really like this as an option in Testimonials?
I’m using this at the moment, and some entries are quite short and some quite long - so it is impossible to get a good number of seconds to suit every entry…
So it would be nice to have the hover pause feature.
I’ll add it as a suggestion, but wondering if someone has a JS tweak to possible add that as a feature?

Thanks, Dave

Hey Dave,

This can be done by overriding the Testimonials module’s frontend.js.php file. You can check the link below for more info re overrides.
http://forum.wpbeaverbuilder.com/custom-module-documentation/#override-built-in

The file is inside the /modules/testimonials/includes/ directory. Simply add autoHover: true, as an option. You can add it directly under auto : true,.

Let us know how it goes! :slight_smile:

Ben