• Resolved kikkebe

    (@kikkebe)


    Hello,
    Is it possible to deactivate the loop on slider ? I don’t want to come back to the first image when I’m on the last. Thanks for your help !

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi @kikkebe,
    Hope you are doing great.
    Unfortunately, the feature is not currently available.

    ?But it’s a great idea. I’ll discuss this feature with my team and may add it in a future release.

    In the meantime, please send the feature request here and ask others to upvote it.
    With Regards

    I found the solution using one of your filters ??

    // PLUGIN Additional Variation Images Gallery > change slick slider options with filter found in product-images.php)
    add_filter( 'woo_variation_gallery_slider_js_options', 'mikoSlickSLiderNotInfinite', 999999,1 );
    function mikoSlickSLiderNotInfinite($slider_js_options){
    	$slider_js_options['infinite']=false;
    	return $slider_js_options;
    }

    Hello @kikkebe,
    We will check this and keep it as a reference for others.
    Thank you for sharing the solution with us.
    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No loop in slider’ is closed to new replies.