Tagged: social profiles
Is there a way to set all of our social profile icons to open in the same tab/window?
Thanks!
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
Perfect! Thank you!
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