Home Forums WoodMart support forum Modify Woodmart Slider Speed

Modify Woodmart Slider Speed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #167253

    Oriol Duarri
    Participant

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

    #167294

    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.

    #167295

    Oriol Duarri
    Participant

    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

    #167317

    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.

    #167348

    Oriol Duarri
    Participant

    Hi Aizaz,

    Thank you so much for the code and assistance, working nice!

    #167414

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Modify Woodmart Slider Speed’ is closed to new replies.