Modify Woodmart Slider Speed
-
Hi,
We need to change the slider speed of the slides of Woodmart slider which is too slow for us, can you help us? Thanks!!
Hello,
The slider speed depends on the size of the image, and content you are adding to the slider. Also, it depends on your server speed. We have developed this slider as a light alternative to the Slider Revolution.
Unfortunately, there is no option to configure the rotate speed.
Best Regards.
Hi Aizaz,
How are you doing the rotate function then? We will try to customize if you can explain us which code we have to look on
Hello,
I don’t say that we don’t have rotate function in our theme, I said that we don’t have an option inside the theme settings to change the speed.
Try the below code snippet to the child theme functions.php file :
add_filter('woodmart_slider_autoplay_speed', function(){
return 7000;
});
Best Regards.
Hi Aizaz,
Thank you so much for the code and assistance, working nice!
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Modify Woodmart Slider Speed’ is closed to new replies.