Okay
  Public Ticket #1171571
Column link open in new window
Closed

Comments

  • andrewgregory started the conversation

    Hi 

    I am trying to get the column link to open in a new window on the following page:

    http://www.nyxcapital.com/test/investments/707-lofts/

    In this case I want the link on the Google map at the bottom of the page to open up a new window. Is there any way to do this?


    Thanks
    Andrew

  •  9,011
    Tahir replied

    Hey Again,

    You can use a much simple JS code snippet instead.

    Please have a look at this Article :

    Make Column Link Open Lightbox

    and use this code instead :

    <script type="text/javascript">
    jQuery( document ).ready(function() {
    jQuery(".lightbox-column a.column-link").attr("target","_blank");
    });
    </script>
    

    Be.st


    ThemeNectar Support Team 

  • andrewgregory replied

    Hi Tahir

    Thanks for the reply. It worked like a charm.

    Thanks
    Andrew