Is it possible to have the url in portfolio items open in a new window ?
Iv added a custom meta field to the portfolio items to display the clients webpage.
Regards
Paul L.
Is it possible to have the url in portfolio items open in a new window ?
Iv added a custom meta field to the portfolio items to display the clients webpage.
Regards
Paul L.
Also i want the logo/partner list to open in a new window where can i change that ?
Thanx!
Regards
Paul L.
Hello,
You can add html tags on the Project URL like this
<a href="http://www.kriesi.at" target="_blank">http://www.kriesi.at</a>
To change the partner list function, open includes > helper-templates.php and look for this code
$img = "<a href='".$set['link']."' title=''>$img</a>";
Replace it with
$img = "<a href='".$set['link']."' title='' target='_blank'>$img</a>";
Regards,
Ismael
Excellent Thanx!
BTW i can't find a file named "helper-templates.php" Where can i find it ?
Regards
Paul L.
Hello,.
You can find it on your includes folder. :)
Regards,
Ismael
Thanx! found it!
That will teach it to flags something solved to fast.. .-)
Thanx again!
Hi paullindqvist,
Glad that I could help you. :)
Cheers,
Ismael
You must log in to post.