Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • patvandenbosche Friend
    #1044556

    The module type Advanced Custom Module, i.e. Features Intro Style-1, there is a column to add links, but I can’t figure out where to modify the code so external links open in a new window. Please help me to figure this out. I think it would be in a LESS file, but I’ve never had a good understanding of how to use LESS files.

    My demo site is perrycountylibrary.

    Thanks for all help.
    Pat

    Pat Vanden Bosche
    www.patvb.com

    pavit Moderator
    #1044703

    Hello

    To change target value please open this file /templates/ja_company/acm/features-intro/tmpl/style-1.php

    around line 69 change from :

    <a href="<?php echo $helper->get('data.link', $i) ?>"><?php echo $helper->get('data.btn-value', $i) ?></a>

    To :

    <a href="<?php echo $helper->get('data.link', $i) ?>"target ="_blank"  ><?php echo $helper->get('data.btn-value', $i) ?></a>

    Best regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 6 years, 9 months ago.

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