-
AuthorPosts
-
April 24, 2016 at 7:44 am #922111
Hi,
How can i make slideshow auto play.Thank.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 24, 2016 at 7:55 am #922120Hi
Go to this file /templates/ja_charity/acm/slideshow/js/script.js and change from autoPlay: false, to autoPlay: true,
(function($){ jQuery(document).ready(function($) { $(".owl-carousel").owlCarousel({ slideSpeed : 300, paginationSpeed : 400, singleItem:true, pagination:true, navigation : true, autoPlay: true, }); }); })(jQuery);
Regards
June 9, 2016 at 5:07 pm #939193after changed autoplay to ture.
the way slider play image is strange…can the direction be the same?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 9, 2016 at 5:27 pm #939196Hi
I cannot see autoplay enabled on your slideshow , if you enable it as i posted above it loads images and after loaded the last one it starts again from the first, direction is always the same, instruction i gaved doesn’t change it
June 11, 2016 at 12:36 pm #939629how can i change the slider height and display it with 100% width on mobile devices?
thanks a lot
June 11, 2016 at 12:44 pm #939630the direction is like…left to right, then right to left….
please check the site and you will see it.
thanks a lot
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 17, 2016 at 10:38 am #950782Hi,
How can I make slideshow auto play for "JA Megastore" template.
Thank.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 17, 2016 at 5:21 pm #950809How can I make slideshow auto play for "JA Megastore" template.
Hi
Open this file /templates/ja_megastore/acm/slideshow/tmpl/style-owl.php and change from :
<script> (function($){ jQuery(document).ready(function($) { $("#acm-slideshow-id; ?> .owl-carousel").owlCarousel({ items: 1, singleItem : true, itemsScaleUp : true, navigation : true, navigationText : ["", ""], pagination: true, paginationNumbers : true, merge: false, mergeFit: true, slideBy: 1, autoPlay: false }); }); })(jQuery); </script>
To:
<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: true, paginationNumbers : true, merge: false, mergeFit: true, slideBy: 1, autoPlay: true }); }); })(jQuery); </script>
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 8 replies, has 3 voices, and was last updated by pavit 8 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slideshow auto play
Viewing 9 posts - 1 through 9 (of 9 total)