I'm using the f8 lite theme; the slideshow works fine but I would like to modify the duration of each slide. It should run slower - each slide should be displayed for a longer time.
How can I edit that?
I'm using the f8 lite theme; the slideshow works fine but I would like to modify the duration of each slide. It should run slower - each slide should be displayed for a longer time.
How can I edit that?
Since this is a commercial theme with its own particularities and support, I recommend you contact the theme developer for assistance:
it's in the functions.php:
$doc_ready_script .= 'jQuery("#slideshow-posts").cycle({
fx: "fade",
timeout: 4000,
prev: "#prev",
next: "#next",
pager: "#slideshow-nav"
});';
}
thanks to GraphPaperPress Support for solving this issue!!
Excellent - glad you found the answer and thanks for posting it here to help others in the future!
Hello.Thank you themashazine.Could you tell me where I should add the code in the functions.php?
( Sorry I couldn't find the answer at http://graphpaperpress.com/support/ )
hi,
the code is already in the functions.php file - look for it and edit the timeout-value.
"timeout: 4000" means that every slide is displayed for 4 seconds (4000 means 4000 milliseconds)
This topic has been closed to new replies.