Hello,
I would like to open header's social icons links on _blank target.
How can I do ?
Thanks in advance.
Social icons on _blank target
4 posts from 4 voices-
Posted 1 year ago #
-
Hi,
In your themes folder(Coherence) kindly open: includes > helper-social-media.php. Then try to find this line of code:
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";
And replace it with:
$html .= "<a href='".$icon['social_icon_link']."' target='_blank'>".ucfirst($icon['social_icon'])."</a>";
Hope this helps. :)Regards,
IsmaelPosted 1 year ago # -
How would you do this in the Angular them? thanks!
Posted 11 months ago # -
Hey Pelyon,
For Angular specifically see: http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42269
Regards,
Devin
Posted 11 months ago #
Topic Closed
This topic has been closed to new replies.














