Hi,
who can we make the slides in the slideshow to change automatically?
Best,
Zoran
automatic change of slides in slideshow
Hi Pankaj,
I've added the comma but unfortunately nothing happens on frontend.
Best,
Zoran
- Edited
zmand13 Hi Zoran,
Try change the above code snippet suggested to :
autoPlay: true,
autoPlayTimeout:9000,
as seen in screenshot and adjust value accordingly.
Kindly ensure to clear your browser cache if changes dont reflect.
If still the functionality doesnt work as envisaged, Can you add your admin and ftp details in edit fields in order for us to take closer look.
For reference, You can follow thread post (5 point) procedure.
I did that but it still does not work....
Z.
zmand13
Hi
P should be capital.
here is example :
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : true,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
pagination: false,
merge: false,
mergeFit: true,
slideBy: 1,
autoPlay: true,
});
});
})(jQuery);
</script>
Regards
Yes, great!
Thank you very much for this!
Best,
Zoran
Ninja locked the discussion.