-
AuthorPosts
-
hoknight Friend
hoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
January 15, 2014 at 2:37 am #193751Hi,
Can you have a check why the Auto play function didn’t work?
http://gnci.org.hk/beta-shop/Module ID: 171
Thanks.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 15, 2014 at 10:24 am #518547You can try my workaround below:
+ Extract my attached file
+ Copy and paste file script.js into folder modulesmod_javmproductsassetsjsRemember to backup old file before applying any changes.
Let me know if this helps
1 user says Thank You to Nazario A for this useful post
hoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
January 17, 2014 at 3:24 am #518790Hi Nazario A,
Yes,it working fine right now! Thanks.
Can I ask more question?
Is it possible change the speed on this module?Thanks
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
hoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
January 20, 2014 at 3:29 am #518998Sorry,but I mean to change the speed of the slideshow image rotation.For example, 3000ms for each slide change on Module.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 20, 2014 at 7:11 am #519024You can change such attribute in the file: /modules/mod_jaslideshowlite/mod_jaslideshowlite.php, in this code block:
<script type="text/javascript">
window.addEvent('domready', function(){
window.jassliteInst = window.jassliteInst || [];
window.jassliteInst.push(new JASliderCSS('ja-ss-<?php echo $module->id;?>', {
interval: 5000,
duration: <?php echo ($type != 'custom' ? '1000' : '2200'); ?>,repeat: true,
autoplay: <?php echo $autoPlay;?>,navigation: <?php echo $showNavigation;?>,
thumbnail: <?php echo $showThumbnail;?>,urls:['<?php echo implode('','', $urls); ?>'],
targets:['<?php echo implode('','', $targets); ?>']
}));
});
</script>You can change value of the interval in red as you wish.
1 user says Thank You to Nazario A for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Nazario A 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA VMProducts module didn’t Auto play
Viewing 6 posts - 1 through 6 (of 6 total)