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

    Hello is it possible to make the caption of the slideshow link to the same link as the button and if we don’t want to use a button as a link use only the caption???

    Ninja Lead Moderator
    #645222

    Try to use the custom below

    Open templates/ja_hotel/acm/slideshow/tmpl/style-1.php file

    find and change


    <?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; ?>

    to

    <?php if($blockIntro): ?>
    <p class="block-intro"><a href="<?php echo trim($btnFirstLink); ?>" title="<?php echo trim($btnFirstText); ?>" style="color:#fff"><?php echo $blockIntro; ?></a></p>
    <?php endif; ?>

    <?php if($blockTitle): ?>
    <h2 class="block-title">
    <a href="<?php echo trim($btnFirstLink); ?>" title="<?php echo trim($btnFirstText); ?>" style="color:#fff"><?php echo $blockTitle; ?></a>
    </h2>
    <?php endif; ?>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 3 months ago.

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