Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • librandi Friend
    #1013157

    please how I can open a link in new page?


    1. Cattura-1
    Pankaj Sharma Moderator
    #1013256

    Hi
    Open /templates/uber/acm/gallery/tmpl/style-2.php
    Find

    <a class="item-mask" href="<?php echo $itemLink; ?>"></a>

    Replace it with

            <a class="item-mask" href="<?php echo $itemLink; ?>" target="_blank"></a>

    Hope it helps.

    Regards

    librandi Friend
    #1013281

    thank you, i do it but it not work

    Pankaj Sharma Moderator
    #1013288

    Hi
    Open
    Open /templates/uber/acm/gallery/tmpl/style-2.php
    Find

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

    Replace it with

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

    Regards

    librandi Friend
    #1013306

    no. not works

    Pankaj Sharma Moderator
    #1013318

    Hi
    You have to apply the changes so it will work, you can see here the changes are not applied by you: http://prntscr.com/ecqy7q
    Apply the changes and check.

    Regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 9 months ago.

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