Featured Slideshow timing
- The topic ‘Featured Slideshow timing’ is closed to new replies.
Need help? Check out our Support site, then
Hi there
how can I change the duration of the slideshow in the “Featured” slideshow
i tried finding similar answers in this post, but unfortunately the vast content is not indexed
thanks in advance
The blog I need help with is: (visible only to logged in users)
Hello,
To change a default slideshow speed, you’ll need to use a custom PHP code snippet.
I can provide you this code snippet; however, since you have a Premium plan, you will not be able to add this code snippet to your site because it requires installing a 3rd party plugin.
Here is a code snippet for it:
function themesharbor_appetite_featured_content_autoplay_speed() {
return '1000';
}
add_filter( 'appetite_featured_content_autoplay_speed', 'themesharbor_appetite_featured_content_autoplay_speed' );
I apologize for the inconvenience. Please let me know if you have any additional questions.
Kind regards,
Taras
Thanks for your response
You are always welcome!
Kind regards,
Taras