Hi megadrupal team,
Firstly, thanks for this great theme. But i have question about slider extension. I want to make auto play slides as my setting delay time but slides change just user click. When users click to right or left arrow then slide change. But I want slide chande their delay time. How can I fix this?
My slides code:
I tried to fix with add data-delay="" code but it is not work.
Thanks for your reply.
Hi,
Thank you for your purchase
Regarding your question, please open file main.js
and search stopAfterLoops:
replace 0 with -1
then the slide will play automatically => delay time works
Hi,
it works! thanks a lot Cindy.