Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • fluenta Friend
    #944609

    Hello, can i stop the Fallback Animation Type in the slideshow?
    Or is there a way to slow the slides in slideshow lite?

    Saguaros Moderator
    #945174

    Hi @fluenta,

    You can turn off the autoplay option or navigation buttons via backend settings of this JA Slideshow Lite module.

    To change the interval of slideshow, you can open the file:

    At approx line 129, look for this snippet of code:

    <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;?>,

    and change value for interval (miliseconds)

    fluenta Friend
    #954891

    oke super great, thx

    Saguaros Moderator
    #954930

    You’re welcome!

    Have a nice weekend!!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 7 years, 8 months ago.

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