Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • simpsonix Friend
    #185517

    The default duration how long text and images are shown in JA Slideshow Lite in the JA Zite template is too short in my opinion, but I did not find the place to lengthen that time period. Does anybody know where to make that change? Thank you!

    phong nam Friend
    #485431

    Hi simpsonix,

    Here is my guide on your concern, on your server Open
    <blockquote>modulesmod_jaslideshowlitemod_jaslideshowlite.php</blockquote>
    Then check out this script:

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

    Regards,

    Leo

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum