• Resolved ifengo

    (@ifengo)


    Is it possible to make my MetaSlider slideshow navigable via touch swiping through the images on mobile devices?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor rochdesigns

    (@rochdesigns)

    Hi @ifengo, you can enable touch functions by using FlexSlider and adding this code on your functions.php:

    function enable_touch_function($options) {
        return array_merge($options, ['touch' => 'true']);
    };
    add_filter('metaslider_flex_slider_parameters', 'enable_touch_function');
    Plugin Author Steve Burge

    (@stevejburge)

    Hi @ifengo. Thanks for using MetaSlider.

    We haven’t seen a reply to this ticket in a week, so we’re closing it for now. Please follow up if you do still have questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Touch Swiping (Mobile)’ is closed to new replies.