Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Tech-xml Friend
    #208926

    The 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 Moderator
    #577835

    Hi

    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

    pavit Moderator
    #644129

    Hi

    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

    pavit Moderator
    #742764

    Hi

    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

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

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