Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • librandi Friend
    #933412

    Hi,
    In a page like this http://www.pirripirri.it/portfolio-1/210-re-auto.html how I can open "live demo" link in a new windows?
    tks

    Pankaj Sharma Moderator
    #933500

    Hi there is no button with name llive demo on your site .
    Can u check it and provide more details

    librandi Friend
    #933668

    Thank you, it’s strange, please see the attach


    1. Cattura-4
    Pankaj Sharma Moderator
    #933678

    Hi
    Go toPlease open file templates/uber/html/com_content/article/product.php then look for this code, you will see the text there :

    <a href="<?php echo $live_demo; ?>" class="btn btn-lg btn-default">
                                <span>Live Demo</span> <i class="fa fa-eye"></i>
                        </a>
    

    replace it with

    <a href="<?php echo $live_demo; ?>" target="_blank"  class="btn btn-lg btn-default">
                                <span>Live Demo</span> <i class="fa fa-eye"></i>
                        </a>
    
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 6 months ago.

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