Next slide on Image click
-
I am trying to add the custom code below to the flexslider on my page, so that clicking on an image advances the slider to the next image.
Can someone tell me (in detail please) where I have to insert the code?
See this discussion for details:
https://stackoverflow.com/questions/46648056/flexslider-click-image-to-advance-to-next-slide/$(‘.slides li img’).click(function(event){
event.preventDefault();
$(‘#slider’).flexslider(“next”) //Go to next slide
});The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Next slide on Image click’ is closed to new replies.