Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • iletpm Friend
    #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.


    1. Screen-Shot-2015-03-06-at-20.45.35
    2. Screen-Shot-2015-03-06-at-20.45.58
    phong nam Friend
    #562101

    Hi 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

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