Comments Lars started the conversationOctober 24, 2017 at 2:23pmHi there,I created a portfolio section with the layout-type "slider". How can I change the time an image "stands still" before it begins to slide to the next image? Now it is like three seconds, how to change for example to six seconds?Thanks for your help!Lars 1,974Support repliedOctober 26, 2017 at 2:57pmHello LarsPlz open /js/scripts.js file and find this bit:jQuery('.project-slider').bxSlider({ controls: true, pager: false, auto:true, pause: 3000, preloadImages:'all', });and change 3000 to 6000then make sure you hard refresh the page (Ctrl+F5)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi there,
I created a portfolio section with the layout-type "slider". How can I change the time an image "stands still" before it begins to slide to the next image? Now it is like three seconds, how to change for example to six seconds?
Thanks for your help!
Lars
Hello Lars
Plz open /js/scripts.js file and find this bit:
jQuery('.project-slider').bxSlider({
controls: true,
pager: false,
auto:true,
pause: 3000,
preloadImages:'all',
});
and change 3000 to 6000
then make sure you hard refresh the page (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy