View Full Version : Featured Content Slider v2.4, keep going after click?
student101
09-30-2009, 10:20 AM
Script Title:
Featured Content Slider v2.4
http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
Describe problem:
How to keep going even after you click on a pagination link?
Click item, pause for pausetime then continue rotation?
On the demos:
Auto display mode (until you click on a pagination link).
ddadmin
09-30-2009, 03:43 PM
Try finding the below lines inside the .js file, and commenting out the following:
sliderdiv["onclick"]=function(){ //stop content slider when slides themselves are clicked on
//featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id])
}
student101
09-30-2009, 04:09 PM
Thank you,
now I really feel like an idiot!
Cheers
slash
10-27-2009, 08:42 PM
I am having this same issue... I would like for the slider to keep transitioning after the user clicks on either an arrow or text link.
See test page:
http://musicallies.com/testing/
I commented out the line in the .js file suggested by the admin above:
http://musicallies.com/testing/contentslider.js
But still no luck...
Any suggestions?
Thanks in advance!
Josh
student101
10-28-2009, 03:46 AM
There are two of these;
featuredcontentslider.cleartimer...
Just below the first one, you need to cancel // that one too.
Also you could use this one and allow for pause on mouseover;
There are two found, using this one: pause+mouseover (http://www.dynamicdrive.com/forums/showthread.php?t=42361&highlight=pause+mouseover)
Number two (http://www.dynamicdrive.com/forums/blog.php?bt=119)
Just remember to escape those two //featuredcontentslider.cleartimer...
ddadmin
10-28-2009, 03:56 AM
In your case you also need to comment out this line inside the .js file:
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])
}
ddadmin
10-28-2009, 03:57 AM
Ops, looks like student101 beat me to this!
slash
10-28-2009, 02:48 PM
Thanks so much!!!!!!! X2
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.