Home Forums WoodMart support forum WOODMART SLIDER

WOODMART SLIDER

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117977

    idanyashar
    Participant

    Can I set time between slides in your slider? I want it to be 7000 ms

    #117984

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter('woodmart_slider_autoplay_speed', function(){
    	return 7000;
    });

    Regards

    #117989

    idanyashar
    Participant

    Awesome. thanks!

    #118019

    Artem Temos
    Keymaster

    You are welcome.

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

The topic ‘WOODMART SLIDER’ is closed to new replies.