Hi guys. looked up on other threads that there are some ways how to get the social media buttons to open in a new window. however the files mentioned there that i have to customize i cannot find any where. can you guys help? Thanks a lot!
open social media in new window
4 posts from 2 voices-
Posted 5 months ago #
-
Hi bevlogenverf,
Kindly open wp-content/themes/replete/includes/helper-social-media.php and find this line of code (line 63):
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";
Replace it with:
$html .= "<a href='".$icon['social_icon_link']."' target='_blank'>".ucfirst($icon['social_icon'])."</a>";
Hope this helps. :)Regards,
IsmaelPosted 5 months ago # -
your my hero. :D
Posted 5 months ago # -
Hey,
Glad it is fixed. :)
Regards,
IsmaelPosted 5 months ago #
Topic Closed
This topic has been closed to new replies.














