Problem is disabling slider

https://keitha.in/

In the new products section of this side. I have a slider carousel. But i want to disable the drag effect with mouse and keyboard. I can’t find any way to disable swiper js file which is adding the slide effect.

Hi @rabbitrun978, swiper.js has an allowTouchMove parameter which you can set to false as described here:

However, if you didn’t implement the carousel yourself but got it as a WP plugin or part of the theme, you’d have to check if this option is supported in the content editor… there won’t be an easy way to access the swiper API directly then.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.