Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1365197

    Is there a way to set all of our social profile icons to open in the same tab/window?

    Thanks!

    #1365231

    Hey lindaw_selco,

    Thank you for the inquiry.

    This is possible but you have to modify the enfold/includes/helper-social-media.php file and edit this code around line 210.

    $html .=	"<a {$blank} {$aria_label} href='" . esc_url( $icon['social_icon_link'] ) . "' " . av_icon_string( $icon['social_icon'], false ) . " title='{$display_name}'>";
    

    Just remove the {$blank} attrribute.

    $html .=	"<a {$aria_label} href='" . esc_url( $icon['social_icon_link'] ) . "' " . av_icon_string( $icon['social_icon'], false ) . " title='{$display_name}'>";
    

    Best regards,
    Ismael

    #1365252

    Perfect! Thank you!

    #1365258

    Hi,

    We are glad that Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Profiles: Open in Same Tab’ is closed to new replies.