Hi,
I am having trouble looping my ACM slideshow in Playstore.
It doesnt loop despite adding the code
it also freezes at the second slide, regardless of how many slides I add.
here is my code from my override file templates/ja_playstore/local/acm/slideshow/tmpl/style-owl.php:
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : true,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
loop: true,
pagination: true,
slideSpeed : 1000,
paginationSpeed : 1000,
merge: false,
mergeFit: true,
slideBy: 1,
transitionStyle: "fade",
autoPlay: 5000,