Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1134231
    Hamza Sajid
    Guest

    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

    #1134283

    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

    #1134303
    This reply has been marked as private.
    #1134877
    This reply has been marked as private.
    #1134997

    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

    #1135281
    This reply has been marked as private.
    #1135418

    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

    #1135481
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Skype Link’ is closed to new replies.