Comments 1darlon started the conversationJuly 8, 2023 at 10:55amI enabled social icons via Appearance > Widget > Footer 1 ....however they open on same page, how can I make social icons links open on new tabs? Thanks. 8,839Tahir repliedJuly 8, 2023 at 11:46amHey Again,That should not be the case. Could you provide the page url so we can check ?. Thanks. ThemeNectar Support Team darlon replied privately 8,839Tahir repliedJuly 8, 2023 at 12:19pmHey Again,Try adding the Social Icons using the Footer Copyright section instead. See screenshot: as the native Social blocks dont have a feature to set the Target on the links.Thanks. ThemeNectar Support Team 1darlon repliedJuly 8, 2023 at 12:22pmI was thinking theres a script i could use to make it up? Thats where I want the social icons to be. Your options would move the icons further down. 8,839Tahir repliedJuly 8, 2023 at 12:29pmHey Again,Try using this script and check: <script type='text/javascript'> jQuery( document ).ready(function() { jQuery('.wp-social-link a').attr('target', '_blank'); }); </script>Thanks ThemeNectar Support Team 1darlon repliedJuly 8, 2023 at 12:34pmI got an error when i tried adding it inside the box on Appearance > Customize >: Markup is not allowed in CSS. So where actually do I add the code, thanks 8,839Tahir repliedJuly 8, 2023 at 12:35pmSince its JS code you will have to add it here: Thanks ThemeNectar Support Team 1 Like 1darlon repliedJuly 8, 2023 at 12:45pmWorks just fine, thanks very kindly for the prompt, professional, technically deep, and beautiful support.1 Like Sign in to reply ...
I enabled social icons via Appearance > Widget > Footer 1 ....however they open on same page, how can I make social icons links open on new tabs? Thanks.
Hey Again,
That should not be the case. Could you provide the page url so we can check ?.
Thanks.
ThemeNectar Support Team
Hey Again,
Try adding the Social Icons using the Footer Copyright section instead. See screenshot:
as the native Social blocks dont have a feature to set the Target on the links.
Thanks.
ThemeNectar Support Team
I was thinking theres a script i could use to make it up? Thats where I want the social icons to be. Your options would move the icons further down.
Hey Again,
Try using this script and check:
Thanks
ThemeNectar Support Team
I got an error when i tried adding it inside the box on Appearance > Customize >:
So where actually do I add the code, thanks
Since its JS code you will have to add it here:
Thanks
ThemeNectar Support Team
Works just fine, thanks very kindly for the prompt, professional, technically deep, and beautiful support.