-
AuthorPosts
-
Tech-xml Friend
Tech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
July 17, 2015 at 2:22 pm #208926The Modulo Call to Action button style 3 link is opening in a new window.
I need him to open the link in the same window.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 17, 2015 at 2:37 pm #577835Hi
Try this
Open this file templatesuberacmctatmplstyle-3.php and find
<nav class="cta-showcase-actions">
<?php for ($i=0; $i<$count; $i++) : ?>
<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>
<?php endfor;?>
</nav>Change it to :
<nav class="cta-showcase-actions">
<?php for ($i=0; $i<$count; $i++) : ?>
<a href="<?php echo $helper->get ('data.link',$i) ?>" target="_self" class="<?php echo $helper->get ('data.button_class',$i) ?>"><i class="fa fa-angle-right"></i><?php echo $helper->get ('data.button',$i) ?></a>
<?php endfor;?>
</nav>Let me know if this Helps
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 17, 2015 at 2:37 pm #644129Hi
Try this
Open this file templatesuberacmctatmplstyle-3.php and find
<nav class="cta-showcase-actions">
<?php for ($i=0; $i<$count; $i++) : ?>
<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>
<?php endfor;?>
</nav>Change it to :
<nav class="cta-showcase-actions">
<?php for ($i=0; $i<$count; $i++) : ?>
<a href="<?php echo $helper->get ('data.link',$i) ?>" target="_self" class="<?php echo $helper->get ('data.button_class',$i) ?>"><i class="fa fa-angle-right"></i><?php echo $helper->get ('data.button',$i) ?></a>
<?php endfor;?>
</nav>Let me know if this Helps
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 17, 2015 at 2:37 pm #742764Hi
Try this
Open this file templatesuberacmctatmplstyle-3.php and find
<nav class="cta-showcase-actions">
<?php for ($i=0; $i<$count; $i++) : ?>
<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>
<?php endfor;?>
</nav>Change it to :
<nav class="cta-showcase-actions">
<?php for ($i=0; $i<$count; $i++) : ?>
<a href="<?php echo $helper->get ('data.link',$i) ?>" target="_self" class="<?php echo $helper->get ('data.button_class',$i) ?>"><i class="fa fa-angle-right"></i><?php echo $helper->get ('data.button',$i) ?></a>
<?php endfor;?>
</nav>Let me know if this Helps
1 user says Thank You to pavit for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by pavit 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum