Everything on the site that has link target = “_blank” that opens a new tab/window has disable/not working. I don’t know why. I disable all plugins and used default theme (twentythirteen) and found out that it was really the theme who is the culprit. My website is abengarlan[dot]com. If you notice on “ABENTURES MENU” when you click on the images of INSTAGRAM it doesn’t redirect or open new tab to Instagram. On the social icons on the top bar i used a snippet code javascript (onclick function) to open new tab. But even when i set a simple link on the site for instance <a href = "google.com" target = "_blank">SAMPLE</a>
it doesn’t open really a new tab. I conclude that the theme has really something on it that breaks the function of target = “_blank” and it is my first to encounter such error/issues on the site.
Have you gone into this kind of issue before?