-
AuthorPosts
-
September 27, 2015 at 7:30 am #692855
Hi team,
Please how do i get the slideshow to change slides automatically.?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 27, 2015 at 7:40 am #692867Hi
Edit this file templatesja_events_iiacmslideshowtmplstyle-owl.php
at bottom of the file you should have a script
<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>Look at the correct text for autoPlay
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 27, 2015 at 7:40 am #749787Hi
Edit this file templatesja_events_iiacmslideshowtmplstyle-owl.php
at bottom of the file you should have a script
<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>Look at the correct text for autoPlay
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
October 2, 2015 at 4:17 pm #694910:eek::-[:((
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
October 2, 2015 at 4:17 pm #750434:eek::-[:((
matteo sitta Friendmatteo sitta
- Join date:
- September 2014
- Posts:
- 92
- Downloads:
- 20
- Uploads:
- 2
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
June 23, 2016 at 9:31 pm #943470I check the file but
this code don’t works for mepavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 24, 2016 at 5:21 am #943570I check the file but
this code don’t works for meHi
Could you open a new topic for your problem ?
also provide in it your website url and a temp super user account for itRegards
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by pavit 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum