Tagged: new window, target
-
AuthorPosts
-
January 7, 2020 at 6:29 am #1170926
For the the social icons in the footer.
When I use linktarget=’_blank’ in the shortcode, the icons disappear.
Here’s the shortcode I’m using:
[av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,https://www.facebook.com/bigsurcannabotanicals' linktarget='' size='30px' position='center' animation='deactivated' color='' av_uid='' id='' custom_class='' admin_preview_bg=''][/av_font_icon]
January 7, 2020 at 7:14 am #1170933Hey jknetdesign,
I addressed in other thread. Try just target=”_blank”
Best regards,
Jordan ShannonJanuary 7, 2020 at 5:27 pm #1171100I tried this shortcode and still no luck. Please take another look.
[av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,https://www.facebook.com/bigsurcannabotanicals' target="_blank" size='30px' position='center' animation='deactivated' color='' av_uid='' id='' custom_class='' admin_preview_bg=''][/av_font_icon]
January 7, 2020 at 6:54 pm #1171128Hi,
Try this:
Open includes>helper-social-media.php and look for:
$html .= "<a href='".$icon['social_icon_link']."'>".ucfirst($icon['social_icon'])."</a>";
replace that line with:
$html .= "<a href='".$icon['social_icon_link']."' target='_blank'>".ucfirst($icon['social_icon'])."</a>";
So that the target blank gets added to all social media links.
Best regards,
Jordan ShannonJanuary 13, 2020 at 7:03 am #1172675I dont see that line in the helper-social-media.php file. Wouldn’t it be something like ‘font_icon’ ?
January 13, 2020 at 4:28 pm #1172863Hi,
I attached the latest beta version of Enfold in private content field below. Please update the theme via FTP – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
You can check out change log here – https://kriesi.at/support/topic/enfold-upcoming-fixes/If you would like us to update the theme for you, please post WP admin and FTP logins here privately :)
Best regards,
YigitJanuary 13, 2020 at 5:02 pm #1172880Thank you, password doesnt work.
January 14, 2020 at 8:51 am #1173112Hi,
Thanks for the update. We released 4.7 just a few hours ago, could you try updating to that instead please?
Best regards,
RikardJanuary 17, 2020 at 6:50 pm #1175564Now linktarget=’_blank’ works perfectly. Thanks!
January 18, 2020 at 4:52 am #1175740Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Icons Target Blank’ is closed to new replies.