In Flagship Theme Options>Social Icon URL when user click the icon the link open in main page, how do I open in new tab?
How to open social link in a new window
5 posts from 3 voices-
Posted 11 months ago #
-
Open up flagship\includes\helper-social-media.php and replace
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";with:
$html .= "<a target='_blank' href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";Posted 11 months ago # -
Thank you the above fix did work however when viewing the site on a mobile device the social link does not seem to work, do you have any other method?
Posted 11 months ago # -
Hello,
Let me forward this to Dude as I have no way of checking it on a mobile device.
Regards,
IsmaelPosted 11 months ago # -
I can't test this on an iphone/android device too at the moment but I just added the (standard) target="_blank" to the link. There's no other way to force the link to open in another window.
Posted 11 months ago #
Reply
You must log in to post.














