Tagged: Fullwidth Easy Slider
I wouls like to know if it’s possible to do the following…
1. Make slides pause by hovering over them.
2. Change the transition time between images to make the fade slower..
The slider can be seen at http://www.artisan02.co.uk/
Hi Artinet!
Open up /enfold/js/shortcodes.js and you can change the transition speed on line 3886.
transitionSpeed:900,
And you can try and pause it on hovering on line 3898.
hoverpause: true,
Regards,
Elliott
Hi Elliott
Both fixes worked perfectly – many thanks!