Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • inviribus Friend
    #207444

    Hello i want to ask how can i make the slideshow begins imediately after the main menu and logo container instead of be the menu in front of the slideshow like is now

    and how can i can i change the order of the caption so the title be first and the intro text to be after

    Also i would like to ask where i can change the col-md-8 of the slideshow contet to col-md-9

    Thank you in advanced

    Saguaros Moderator
    #574396

    Hi

    May I know which menu in front of the slideshow are you referring to?

    Basically, this slideshow is ACM module with type of slideshow and in order to change the order of title and intro text, you can go to file: root/templates/ja_hotel/acm/slideshow/tmpl/style-1.php

    Look for this snippet of code:


    <div class="slideshow-content col-md-8 <?php echo $contentPos; ?>">
    <?php if($blockIntro): ?>
    <p class="block-intro"><?php echo $blockIntro; ?></p>
    <?php endif; ?>

    <?php if($blockTitle): ?>
    <h2 class="block-title">
    <?php echo $blockTitle; ?>
    </h2>
    <?php endif; ?>

    and replace it with:


    <div class="slideshow-content col-md-9 <?php echo $contentPos; ?>">
    <?php if($blockTitle): ?>
    <h2 class="block-title">
    <?php echo $blockTitle; ?>
    </h2>
    <?php endif; ?>

    <?php if($blockIntro): ?>
    <p class="block-intro"><?php echo $blockIntro; ?></p>
    <?php endif; ?>

    and you can also change the ‘col-md-8‘ to col-md-9 as above

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 9 years, 5 months ago.

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