Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Ch1vpH Friend
    #1072291

    Hi there,

    Can you tell me if it is possible to make the links on the Features Intro – style 2 module to open up in a new tab!?

    At the moment if someone where to click a social media link or the ‘Download my CV’ button it takes them off the site….

    Thanks


    1. Screen-Shot-2017-11-04-at-10.25.49
    Pankaj Sharma Moderator
    #1072510

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

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

    Replace it with

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

    save and check.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 5 months ago.

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