Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bhmhrex Friend
    #887525

    Hello,

    I am using the ACM – Client with style 1. I have added images and their links, but am needing the links to go to open a new tab instead of utilizing the same window. How is this possible? Thanks in advance for your help

    Pankaj Sharma Moderator
    #887544

    Hi
    To open the links in new tabs go to /templates/uber/acm/clients/tmpl/style-1.php
    Find this code :

    
                    <?php if($clientLink):?><a href="<?php echo $clientLink; ?>" title="<?php echo $clientName; ?>"  ><?php endif; ?>

    Replace it with

    
                    <?php if($clientLink):?><a href="<?php echo $clientLink; ?>" title="<?php echo $clientName; ?>" target="_blank" ><?php endif; ?>

    Hope it helps .

    bhmhrex Friend
    #887911

    Works perfectly! THANK YOU!

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

This topic contains 2 replies, has 2 voices, and was last updated by  bhmhrex 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum