Comments 2Bren Burrell started the conversationJuly 27, 2017 at 7:30pmHelloThere is no field in the Column Settings form to set a Column Link to open in a new tab.I've tried using something like the Button shortcode parameter as follows but that doesn't work:open_new_tab="true" How would I add this functionality?ThanksBren 9,013Tahir repliedJuly 28, 2017 at 3:25pmHey 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 1 Like Sign in to reply ...
Hello
There is no field in the Column Settings form to set a Column Link to open in a new tab.
I've tried using something like the Button shortcode parameter as follows but that doesn't work:
open_new_tab="true"
How would I add this functionality?
Thanks
Bren
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 :
Be.st
ThemeNectar Support Team