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)
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!!