Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #939836

    Hi there

    Open this file /templates/ja_hotel/acm/slideshow/tmpl/style-1.php find and change from

    <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="true" data-interval="6000" data-slide="next" id="block-slideshow-<?php echo $module->id; ?>">

    data-interval="6000" value is in milliseconds so change value as you wish.

    Best regards

    vivaldo moscatelli Friend
    #940469

    Hi. It works but the first slide runs out as soon as I open the page /home page.
    How can I have it displayed for the same time?
    Thanks as usual…
    V.

    pavit Moderator
    #940507

    Hi

    Try to use this code indeed

    <div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="true" data-interval="6000" id="block-slideshow-<?php echo $module->id; ?>">

    Look HERE for bootstrap carousel instructions and customizations

    vivaldo moscatelli Friend
    #940888

    It works… thanks as usual

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

This topic contains 4 replies, has 2 voices, and was last updated by  vivaldo moscatelli 8 years, 5 months ago.

The topic ‘Slideshow activation’ is closed to new replies.