Search code examples
htmltargetradixhead

<base target="_blank"> in head does not open links in new tab or window


On this page on my website I need all links to open in a new tab/window. I added <base target="_blank">in the <head> and that worked for a couple of days. Today all of a sudden it does not work any longer.. I also tried to add this script <script>$("body.page-template-plain a").attr("target","_blank");</script> but that doesn't work either. I hope someone can help.

Thanks in advance!


Solution

  • "The issue is due to vc_gitem-link class which does not support opening the link in a new tab. You can target it html custom js to remove the class added to it." This was the answer of the Visual Composer plugin developers.