Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
Ch1vpH Friend
Ch1vpH
- Join date:
- February 2016
- Posts:
- 299
- Downloads:
- 21
- Uploads:
- 128
- Thanks:
- 29
- Thanked:
- 1 times in 1 posts
November 4, 2017 at 10:30 am #1072291Hi 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
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2017 at 3:11 am #1072510Hi
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
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Pankaj Sharma 7 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum