Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi iluhin. The swipe gesture isn’t included with the theme but you might take a look at this article for some information on how to implement it.

    Thread Starter iluhin

    (@iluhin)

    Thx, bdbrown!
    But it don’t work for me. =(

    Just found another possible solution. The option for mobile touch activation is disabled by default. To enable it:
    1. Copy featured.php from the parent theme to your child theme.
    2. In your child theme featured.php file find this block of code:

    jQuery('#flexslider-featured').flexslider({
    	animation: "slide",
    	useCSS: false, // Fix iPad flickering issue
    	slideshow: false,
    	directionNav: true,
    	controlNav: true,
    	pauseOnHover: true,
    	slideshowSpeed: 7000,
    	animationSpeed: 400,
    	smoothHeight: true,
    	touch: false
    });

    3. Change the last line to “touch: true”.

    Thread Starter iluhin

    (@iluhin)

    I have long found it yourself
    THX!!!

    Glad you got it working. If you don’t need any further assistance here please mark the topic as resolved. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider on mobile view’ is closed to new replies.