Hi Kriesi,
I'm trying to get the links to Twitter and facebook in the header of the Broadscope theme to open in a new window, but no succes so far.
Can you please let me know how to get this done?
Thanks!!
Kind regards,
Jeroen
Hi Kriesi,
I'm trying to get the links to Twitter and facebook in the header of the Broadscope theme to open in a new window, but no succes so far.
Can you please let me know how to get this done?
Thanks!!
Kind regards,
Jeroen
Hi Jeroen,
You need to open up header.php and change (right around line 93):
if($twitter = avia_get_option('avia, twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a></li>";
if($facebook = avia_get_option('avia, facebook')) echo "<li class='facebook'><a href='".$facebook."'>Twitter</a></li>";
to
if($twitter = avia_get_option('avia, twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."' target='_blank'>Twitter</a></li>";
if($facebook = avia_get_option('avia, facebook')) echo "<li class='facebook'><a href='".$facebook."' target='_blank'>Twitter</a></li>";Thanks Devin, I was struggling with the "and ' ......
Now it works!!
Thanks again!!
Hi!
Great. Thread closed.
Best regards,
Peter
This topic has been closed to new replies.