Portfolio Page --> Single Portfolio Page (target=_blank)

This is my portfolio page ^
I need to make it so that when a potential customer clicks on one of my past jobs completed, on the main portfolio page ^ a new tab (target=_blank) takes them to the single portfolio page so when they are finished browsing, they can simply click off the link to get back to the main portfolio page…

Any assistance would be highly appreciated.
Thanks

Hi There @FlywebMedia

Thanks for writing in! Could you please try adding the following JavaScript code into your X -> Theme Options -> JS area and see if that helps.

jQuery(function() {
  jQuery(".page-template-template-layout-portfolio .x-main a").attr("target", "_blank");
});

Thanks!

I tried this, no good!
Perhaps there is another way?
thanks a ton

Hi @FlywebMedia,

The above code isn’t working for you is because you have an invalid code in your Global JS section which is breaking the JavaScript on your site. Please remove everything from the Global JS section and keep the code provided above only. This should make things work as expected.

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.