How can we make the following changes to the JA ACM Slideshow module…
1. Loop back to the first image, rather than scrolling through all of the images to get back to the start.
I have tried adding the following code in /templates/ja_charity/acm/slideshow/js/script.js
loop: true,
rewind:false,
But this didn’t work.
2. How can we prolong the time of each slide being displayed
Again I have tried adding the following code in /templates/ja_charity/acm/slideshow/js/script.js
slideSpeed: 20000,
paginationSpeed: 10000,
But this appears to have made the slideshow just constantly slide through… Rather than slide, stop and then move to the next slide.
3. How can we change the position of where the button and link appear? How could we change this to the bottom right hand corner of the slideshow for example?
Please advise.
Thank you