Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zeeshah Friend
    #179578

    Hi,

    Can someone please provide step by step instructions on how to slow down the timing of the main slideshow?

    I have very little experience editing PHP code 🙂

    Thanks!

    Ninja Lead Moderator
    #462965

    This is mod_jaslideshowlite module if you would like to change by php file

    Open modules/mod_jaslideshowlite/mod_jaslideshowlite.php

    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); ?>']
    }));
    });

    change here <blockquote>interval: 5000,</blockquote>

    And remember to clear cache all thing

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 3 months ago.

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