Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1209142

    Hi. I can’t understand how to activate the link on the Skype icon: at the top of the site (top right, before the email icon)

    http://www.brunocover.it/CMS/wordpress/trikego/

    on click, the browser should ask whether to open the Skype application, which would open directly on the user. Normally, the link in html is

    I tried a landing page under construction and it works: clicking on the Skype icon image opens the call in Skype

    http://www.brunocover.it/CMS/wordpress/trikego/?page_id=507

    but I can’t activate the same link on the Skype icon at the top of the site pages

    https://ibb.co/jRXFmH9

    https://ibb.co/PDrN0Sb

    I tried to put the link used in html, but it doesn’t work. How to activate the Skype call from the social icon? Thanks a lot. Best regards. Bruno

    #1210423

    Hey Bruno,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1210467

    Sure. Thanks a lot Victoria for your support. Kind regards. Bruno

    #1211127

    Hi Bruno,

    I will report this issue to our devs. Thank you for bringing this up.

    A possible solution is to add the protocols to the function call and add the skype there in this file /enfold/includes/helper-social-media.php:

    $protocols = array_merge(wp_allowed_protocols(), ['skype']); $html = ''; $html .= "<{$this->args['inside']} class='{$this->args['class']}_{$icon['social_icon']} av-social-link-{$icon['social_icon']} social_icon_{$this->counter}'>"; $html .= "<a {$blank} {$aria_label} href='" . esc_url( $icon['social_icon_link'], $protocols ) . "' " . av_icon_string( $icon['social_icon'], false ) . " title='{$display_name}'>"; $html .= "<span class='avia_hidden_link_text'>{$display_name}</span>"; $html .= '</a>';
    

    Image 2020-05-08 at 19.56.32.png

    Best regards,
    Victoria

    • This reply was modified 4 years, 6 months ago by Victoria.
    #1211186

    Hi Victoria. Next week I will have to dedicate myself to putting this site online. I would prefer not to modify the Php (I am not a Php expert) and wait for a possible other solution from your developers: do you think it is possible? Best regards. Bruno

    #1211240

    Hi Bruno,

    As of now, it’s an open issue, the solution might be available in the next version of Enfold but we do not have an ETA yet.

    Best regards,
    Victoria

    #1211303

    Hi Victoria. Thanks a lot for your support. Best regards. Bruno

    #1211394

    Hi!

    This is a core WP setting, that skype is not supported by default.

    Please use this plugin to activate it:

    Regards,
    Günter

    #1211492

    Hi Günter. Thanks a lot for your support. Best regards. Bruno

    #1211595

    Hi,

    Great, I’m glad that Günter could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.