Is there anyway to turn off the auto scroll so that the user has to click on the navigation to move the slide?
Thanks!
Is there anyway to turn off the auto scroll so that the user has to click on the navigation to move the slide?
Thanks!
yes, its a new request with an easy fix.
You can wait for an update next month
or
go to your dashboard->plugins->editor->vslider->vslider.js
in vslider.js
search for below line:
if(params[el.id].pause == true) return;
assign a default pause by adding this line above the mentioned line:
params[el.id].pause = true;
( v )
Hi, I tried to add this as you described to vslider.js but it breaks my slider (the title at the bottom disappears and you cannot manually click the arrows or navigation to go to the next image - it is stuck on the first). Ideally I need this to only slide manually, when the user is ready to go to the next image they can click the arrows or navigation buttons (or a pause button would work as an alternative). Any advice would be appreciated.
Also, you mentioned that the update 'next month' would include this feature. This was posted 3 months ago, so just wondering if this is now a feature in the current version that I might have missed something?
Many thanks
You must log in to post.