-
AuthorPosts
-
May 11, 2016 at 7:18 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 11, 2016 at 7:53 pm #929561Hi
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
May 12, 2016 at 5:13 am #929756Hi 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
Torstenpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 12, 2016 at 6:44 am #929780Hi @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
-
AuthorPosts
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