Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi:
I can use the
I think my query was cut
I can use Skype without problems on page
But the same instruction in the header-text is converted and displayed as follows:
Skype
Note that the word “skype:” disappears and therefore the link is pointing to a page that does not exist
any suggestions to correct the situation?
I have tried to use the vantage social media widget on the header but does not work with SKYPE
The problem here is that WordPress requires all URLs be escaped with the function esc_url. Unfortunately, this function doesn’t let you properly enter a Skype call URL. I’d like to bake in a solution into Vantage itself, but there is a quick fix.
If you create a child theme and add the following to your functions.php, it’ll allow skype:// in your social media widget.
Hmm.. thanks for the info on this. I’m pretty new to all of this stuff. I just looked up how to make a child theme but it seems a little beyond me. Any ideas for a quick work-around?
Thanks!
Hi Eric
If you start your own thread we’d be glad to help.
And just a side note, this code is now part of Vantage, so you don’t need to create a child theme anymore.