1) Script Title: Featured Content Slider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm
3) Describe problem:
Is it possible to reset the auto-slide after someone has manually slid through the slides?
Thanks!
1) Script Title: Featured Content Slider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm
3) Describe problem:
Is it possible to reset the auto-slide after someone has manually slid through the slides?
Thanks!
So when someone clicks, its goes to that. But then keeps moving from that position?
Jeremy | jfein.net
Yes that would be correct.
Any ideas on this?
Are you asking how to do this on the old- or new v2.0- version of Featured Content Slider? And to confirm, you're asking how to basically have the slideshow run in slideshow mode continuously, even after someone clicks on a pagination link and views a particular slide?
Yes that is correct - I am now using the new version. Any ideas how I would acheive having the slideshow run in slideshow mode continuously, even after someone clicks on a pagination link?
Sure, just find the following 6 lines (together) in the .js file, and comment them out:
Code:/* pdiv[setting.revealtype]=function(){ featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id]) } sliderdiv["onclick"]=function(){ //stop content slider when slides themselves are clicked on featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id]) } */
Thanks very much!
Is there a way to add a pause button?
Bookmarks