test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • torstenl Friend
    #929555

    Hi there,

    searched the forum on how to change the speed of the slideshow ("What makes us different") but could not figure out how. Found no options in the module itself to change this. Which file do I have to change to make the slideshow slower?

    Many thanks in advance Torsten

    pavit Moderator
    #929561

    Hi

    You should modify php values to obtain this, since it is not possible to obtain from module

    Go to this file /templates/ja_nuevo/html/mod_jaslideshowlite/custom.php and find

                <?php if(isset($item->first)): ?>
                <div class="ja-ss-sprite first animate delay500 adelay1500 duration500">
                    <img class="ja-ss-item-img" src="<?php echo $item->first;?>" alt=""/>
                </div>
                <?php endif; ?>
    
                <?php if(isset($item->second)): ?>
                <div class="ja-ss-sprite second animate delay500 adelay2000 duration500">
                    <img class="ja-ss-item-img" src="<?php echo $item->second;?>" alt="<?php echo str_replace('"', '"/', strip_tags($item->caption) );?>"/>
                </div>
                <?php endif; ?>
    
                <?php if($item->caption || $item->title): ?>
                <div class="ja-ss-desc animate delay500 adelay2500 duration500">
                    <?php if($item->title) : ?>
                    <h3><?php echo $item->title ?></h3> 
                    <?php endif; ?>

    You can modify delay adelay and duration values i think you are interested to the duration

    Best regards

    torstenl Friend
    #929756

    Hi Pavit,

    many thanks for the update. I´ve changed the duration value to "duration6500" but this doesn´t have any impact.

    By the way, are we talking about the "What makes us different"-section of the site? The file "/templates/ja_nuevo/html/mod_jaslideshowlite/custom.php" is for the slideshow module (module position: slideshow), isn´t it?

    Best regards
    Torsten

    pavit Moderator
    #929780

    Hi @torstenl

    Sorry it was my fault i misundertood your question

    anyway you can try to add an interval to the articles-category module "What makes us different" in this way

    Open this file /templates/ja_nuevo/html/mod_articles_category/carousel.php and change around line 19

    FROM :

    <div id="article-carousel<?php echo $module->id;?>" class="carousel slide col-md-10 col-md-12" data-ride="carousel">

    TO :

    <div id="article-carousel<?php echo $module->id;?>" class="carousel slide col-md-10 col-md-12" data-ride="carousel" data-interval="10000">

    You can change the value for data interval milliseconds as you prefer.

    Regards

    torstenl Friend
    #929811

    Hi pavit,

    many thanks for replying so quickly. All is working like a charm now, your tip did the trick 🙂

    Best regards
    Torsten

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

This topic contains 4 replies, has 2 voices, and was last updated by  torstenl 8 years, 6 months ago.

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