-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 27, 2015 at 2:54 pm #575685Hi
Open this file templatesja_directoryacmslideshowtmplstyle-owl.php and edit the bottom of the fie in this way
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
nav : true,
merge: false,
mergeFit: true,
autoplay: true,
slideBy: 1
});
});
})(jQuery);
</script>1 user says Thank You to pavit for this useful post
June 27, 2015 at 3:05 pm #575686Thank you! I have a few more questions, how do I make it repeat the slides once its done going through them? Right now it goes through all 4 slides but it won’t go back to the first and repeat them unless I manually click it.
Also, how do I change the time in between each slide?
Thank you for your help!
Shaunpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 27, 2015 at 3:28 pm #575687Hi
change the script in this way
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
nav : true,
merge: false,
autoplay:true,
autoplayTimeout:9000,
mergeFit: true,
loop:true,
slideBy: 1
});
});
})(jQuery);
</script>The autoplay timeout will give you the time interval between 2 slides
2 users say Thank You to pavit for this useful post
June 29, 2015 at 12:14 pm #575800Worked perfectly. Thank you!
pittigeteksten Friendpittigeteksten
- Join date:
- December 2012
- Posts:
- 58
- Downloads:
- 47
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 20, 2015 at 12:44 pm #687208Does not work for me… See stereetviewpano.com
pittigeteksten Friendpittigeteksten
- Join date:
- December 2012
- Posts:
- 58
- Downloads:
- 47
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 20, 2015 at 12:44 pm #749087Does not work for me… See stereetviewpano.com
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 20, 2015 at 3:21 pm #687212<em>@pittigeteksten 493153 wrote:</em><blockquote>Does not work for me… See stereetviewpano.com</blockquote>
Hi your webpage is not loading probably wrong address , could you please send me via Private Message also a temp super account to the backend so i will have a look at your module ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 20, 2015 at 3:21 pm #749091<em>@pittigeteksten 493153 wrote:</em><blockquote>Does not work for me… See stereetviewpano.com</blockquote>
Hi your webpage is not loading probably wrong address , could you please send me via Private Message also a temp super account to the backend so i will have a look at your module ?
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by Josh 8 years, 11 months ago.
The topic ‘Make slideshow autoplay’ is closed to new replies.