-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 22, 2018 at 2:49 am #1087931Hi
Open folder /templates/ja_hotel/acm/slideshow/tmpl/style-1.php
find and change
<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="false" id="block-slideshow-<?php echo $module->id; ?>">
to
<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="300" data-slide="next" id="block-slideshow-<?php echo $module->id; ?>">
Hope it helps
Regards
January 22, 2018 at 8:57 am #1088011Hi! Thank you very much, the only problem now is, that the first slide immediately changes after loading/reloading of a Home page… Is it possible to avoid such an effect, so Home page will load without changing a slide, and the first change will occur later, according the interval setting?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 22, 2018 at 10:06 am #1088031Hi
Kindly increase the value of 300 to more like 5000 so it will add more delay to slide.Hope it helps,
Regards
January 22, 2018 at 10:41 am #1088039Done, with following result: site loads, slide 1 immediately changes to 2, then the next change occurs in 5 seconds (interval set to 5000). Need this: site loads, slide 1 stays for 5 sec, then changes to 2 – how can we avoid initial immediate change of the 1 slide?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 23, 2018 at 1:49 am #1088113Hi
Sorry, there is no option to add different time for different sliders, It needs custom work in the PHP and js to apply item that is something needs to be customized the module and out of support scope.
You can set the time same for all slides only.Regards
January 23, 2018 at 8:28 am #1088165I definitely want the interval to be the same for all slides. But slide #1 loads and changes immediately (not after 20 seconds, set as the interval) to #2 every time, when home page is loading/reloading. Then, slide #2 may stay "forever"… Please, check u67890.netangels.ru to see, what exactly happens.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 24, 2018 at 4:49 am #1088268Hi
Kindly change the color as given below<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="300" id="block-slideshow-<?php echo $module->id; ?>">
let me know if still, you have this issue. you can change the slide time interval as per needs in the above code.
Regards
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by galaxx 6 years, 10 months ago.
The topic ‘How to make a slideshow in ACM changing pictures automatically?’ is closed to new replies.