Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • patvandenbosche Friend
    #1062374

    In the JoomlArt Custom Module (JA ACM Module for Joomla 3.x) you can set the title, the content, and a link. The link is not "_blank" so it opens in a new window. It is best web design practices to never lose your viewer by leaving the website to an outside link. I am using JA_Company template. Where can I change this?

    Thank you.

    Pat Vanden Bosche
    www.patvb.com

    Pankaj Sharma Moderator
    #1062550

    Hi
    May I know in which ACM style you would like to add this?
    I will help you to do this.

    Regards

    patvandenbosche Friend
    #1062674

    Features Intro – Style 1

    Pat Vanden Bosche
    www.patvb.com

    Pankaj Sharma Moderator
    #1062769

    Hi
    Open template folder/acm/feature-intro/tmpl/style-1.php
    Find

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

    replace it with

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

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 7 months ago.

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