Hi guys
I guess the code has changed since this earlier question as I can’t find that code snippet in the suggested place? I have the same question-how do I stop the items in the ‘Our Projects’ section opening a new browser tab with each click?
I’m still developing locally and not keen to upload until I fix this. I notice that your own ‘demo’ site at http://gracethemes.com/demo/creator-world-pro/ behaves exactly the same way – if you click on the images in the ‘Our Projects’ section then it opens a new tab. Can you diagnose from the demo version?
(I notice that if you click on an image in the ‘Our team’ services then it does not open a new tab, much better for my purposes).
Found it! For anyone else interested, the code in question is actually in custom-functions.php, line 693. Edit it as described above and the projects section will no longer trigger a new browser tab.
Basically this Project section is coded to open the link of any external project in new tab.
And yes you can remove the code arget="_blank" from custom-functions.php, line 693 to open the link in same tab.
Thank you so much for the effect to change code your own way.
Basically this Project section is coded to open the link of any external project in new tab.
And yes you can remove the code target="_blank" from custom-functions.php, line 693 to open the link in same tab.
Thank you so much for the effect to change code your own way.