Tagged: Image Link, link
Hi,
I would like to ask if how to open a new tab when someone click a link.
I try to add target="_blank"
still not working.
Here’s the screenshot and a link
http://philsouth.com/beta/portfolio-item/azumi-residences/#tab-id-2
I just want it to open in new tab not in a pop-up window.
thanks
Hey bymenjil!
I can’t view the website. Please post the login details here as a private reply. Please try another browser, maybe the browser settings is set to open a new window by default.
Best regards,
Ismael
Hey!
Please add a “noLightbox” class to the link to deactivate the lightbox. I.e. replace
<a href="http://philsouth.com/beta/wp-content/uploads/2011/12/azumi_m1.jpg"><img class="alignnone size-square wp-image-3153" alt="azumi_m1" src="http://philsouth.com/beta/wp-content/uploads/2013/11/azumi-yumi.jpg" width="180" height="180" /></a>
with
<a href="http://philsouth.com/beta/wp-content/uploads/2011/12/azumi_m1.jpg" class="noLightbox"><img class="alignnone size-square wp-image-3153" alt="azumi_m1" src="http://philsouth.com/beta/wp-content/uploads/2013/11/azumi-yumi.jpg" width="180" height="180" /></a>
to deactivate the lightbox for the first image link.
Best regards,
Peter