In contentslider.js find the following(in black), and put in the red.
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])
}
*/
sliderdiv["onmouseover"]=function(){ //stop content slider when slides themselves are clicked on
featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id])
}
sliderdiv["onmouseout"]=function(){ //stop content slider when slides themselves are clicked on
featuredcontentslider.jumpTo(setting.currentpage, window["fcsautorun"+setting.id])
}
Bookmarks