-
AuthorPosts
-
March 6, 2015 at 9:47 am #204396
Hi.
I’m using the advanced module at the bottom of my homepage and services page to link to the contact us a FAQ page.
I’ve entered the link into the module but when clicked although it works it opens in a new page – target_blank.
Is there a way to have the links open in the same window please?
Thanks.
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 8, 2015 at 9:34 am #562101Hi there,
Please open ja/templates/uber/acm/cta/tmpl/style-3.php then find line 25
<a href="<?php echo $helper->get ('data.link',$i) ?>" target="_blank" class="<?php echo $helper->get ('data.button_class',$i) ?>"><i class="fa fa-angle-right"></i><?php echo $helper->get ('data.button',$i) ?></a>
change to
<a href="<?php echo $helper->get ('data.link',$i) ?>" class="<?php echo $helper->get ('data.button_class',$i) ?>"><i class="fa fa-angle-right"></i><?php echo $helper->get ('data.button',$i) ?></a>
Save and recheck.
Thanks
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-