I am trying to link Skype icon to my Skype username. I have no idea what address I should put on the header theme options?
Please help me.
Hamza Sajid
Hi Hamza,
Thanks for contacting us!
Please try inserting your link as following
<a href="skype:username?call">Call Me</a>
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Cheers!
Yigit
Hi dlanglobal,
Can you try to edit this file via ftp/cpanel (wp-content > themes > enfold > includes > helper-social-media.php line 167) and find:
$html .= "<a {$blank} {$aria_label} href='" . esc_url( $icon['social_icon_link'] ) . "' " . av_icon_string( $icon['social_icon'] ) . " title='{$display_name}'>";
replace with:
$html .= "<a {$blank} {$aria_label} href='" . $icon['social_icon_link'] . "' " . av_icon_string( $icon['social_icon'] ) . " title='{$display_name}'>";
Best regards,
Nikko
Hi dlanglobal,
Glad that it worked.
However once you update the Enfold theme, this changes will be lost, so I suggest using a child theme: https://kriesi.at/documentation/enfold/child-theme/
Then inside it create a folder and name it includes then just paste the modified helper-social-media.php inside it.
Best regards,
Nikko