Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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]

    #1170933

    Hey jknetdesign,

    I addressed in other thread. Try just target=”_blank”

    Best regards,
    Jordan Shannon

    #1171100

    I 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]

    #1171128

    Hi,

    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 Shannon

    #1172675

    I dont see that line in the helper-social-media.php file. Wouldn’t it be something like ‘font_icon’ ?

    #1172863

    Hi,

    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,
    Yigit

    #1172880

    Thank you, password doesnt work.

    #1173112

    Hi,

    Thanks for the update. We released 4.7 just a few hours ago, could you try updating to that instead please?

    Best regards,
    Rikard

    #1175564

    Now linktarget=’_blank’ works perfectly. Thanks!

    #1175740

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Icons Target Blank’ is closed to new replies.