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,
This is probably an easy one. Im using the vantage theme with the ultra skype button plugin. How do I get the skype button to be next to the Skype Me header on this page
http://www.aimlesswanderer.net/contact/?preview=true&preview_id=34&preview_nonce=1270784806
I currently have this code
<h2>Skype Me [ultra_skype" btn_type="call" btn_id="2" user="theme.ultra"]</h2> Find me on Skype: marctjason
in a visual editor
thanks
URL: http://www.aimlesswanderer.net/contact/?preview=true&preview_id=34&preview_nonce=1270784806
Hi Marc
The widget markup could look something like this:
At Appearance > Custom CSS you can target it as follows:
Hope that helps.
Hi Andrew,
Thanks for your help. I tried that but it did not work.
I assume I did the right thing.
On my contact page. I click to edit the visual editor and go to the text version.
I put in the code above
I then go to appearance Then Custom CSS
I pasted in the code above
Is that correct?
Thanks
oh and i clicked on save css
WordPress is inserting an empty paragraph after the h2. Try putting the shortcode on the same line as the h2 after the h2 closing tag.
Like this?
I tried that and it didnt work
Cool, let’s just inline the paragraph then:
Add the above to Custom CSS.
perfect!! thanks so much
For sure :) Glad we could help.