Okay
  Public Ticket #829596
Skype URL
Closed

Comments

  • Michael started the conversation

    I purchased Mentor – Personal Development Coach WordPress Theme.
    My  login id is mountain123 .
    What syntax do I write to enter the skype URL in Mentor Options?  (I was able to enter the facebook and twitter ids and they worked.) My skype id is knowyourbrain
    I tried skype:knowyourbrain?call and that did not work. #knowyourbrain
    also did not work.




     

  •  2,010
    Ocean replied

    Hello,

    Please select category "Mentor - Personal Develop..." and submit a ticket again.

    Or quick support for you here :

    Open in file header.php and find line code : 

    <?php echo esc_url($mentor_option['skype']); ?>

    Replace by this code : 

    <?php echo esc_attr($mentor_option['skype']); ?>

    Thank you