Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1087931

    Hi
    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

    galaxx Friend
    #1088011

    Hi! 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 Moderator
    #1088031

    Hi
    Kindly increase the value of 300 to more like 5000 so it will add more delay to slide.

    Hope it helps,

    Regards

    galaxx Friend
    #1088039

    Done, 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 Moderator
    #1088113

    Hi
    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

    galaxx Friend
    #1088165

    I 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 Moderator
    #1088268

    Hi
    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

    galaxx Friend
    #1088333

    Thank you! Just have applied suggested change (data-slide="next" was removed from the previously suggested code)
    and the issue was solved.

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

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

The topic ‘How to make a slideshow in ACM changing pictures automatically?’ is closed to new replies.