Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • hoknight Friend
    #193751

    Hi,

    Can you have a check why the Auto play function didn’t work?
    http://gnci.org.hk/beta-shop/

    Module ID: 171

    Thanks.


    1. ScreenShot248
    Nazario A Friend
    #518547

    @hoknight,

    You can try my workaround below:

    + Extract my attached file
    + Copy and paste file script.js into folder modulesmod_javmproductsassetsjs

    Remember to backup old file before applying any changes.

    Let me know if this helps


    1. script.zip
    hoknight Friend
    #518790

    Hi 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 Friend
    #518794

    @hoknight,

    It deals with the speed of your whole site. This tip might be helpful.

    hoknight Friend
    #518998

    Sorry,but I mean to change the speed of the slideshow image rotation.For example, 3000ms for each slide change on Module.

    Nazario A Friend
    #519024

    @hoknight,

    You 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.

Viewing 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