Is it possible to move the social icons to the sidebar?
Moving Social Icons to Sidebar
5 posts from 4 voices-
Posted 2 months ago #
-
I'm not sure of a supported solution within Propulsion, but here is a solution that will work.
You could do this by creating a Text widget and adding the following html code:
<a href="http://www.facebook.com/"><img src="wp-content/themes/propulsion/images/layout/icon-facebook.png" /></a> <a href="http://www.dribble.com/"><img src="wp-content/themes/propulsion/images/layout/icon-dribble.png" /></a> <a href="http://www.twitter.com/"><img src="wp-content/themes/propulsion/images/layout/icon-twitter.png" /></a>Obviously you'll want to change the href="" attribute which contains the link to your social pages.
Posted 2 months ago # -
Hi jasonkingnet,
Kindly follow KenH83's post. If you want it to open in new tab, you can use this one instead:
<div class="sidebar-social"> <a href="http://www.facebook.com/" target="_blank"><img src="wp-content/themes/propulsion/images/layout/icon-facebook.png" /></a> <a href="http://www.dribble.com/" target="_blank"><img src="wp-content/themes/propulsion/images/layout/icon-dribble.png" /></a> <a href="http://www.twitter.com/" target="_blank"><img src="wp-content/themes/propulsion/images/layout/icon-twitter.png" /></a> </div>@KenH83: Thanks for helping out. :)
Cheers,
IsmaelPosted 2 months ago # -
Ismael,
Where I can help out, I always do! :)
I did not think about targeting a new window with the anchor tag, but only because he did not ask.. :)
Thanks for the kind comments and welcoming my reply to the original poster.
Ken
Posted 2 months ago # -
Hi!
@jasonkingnet: I hope the issue is resolved now?
Regards,
PeterPosted 2 months ago #
Reply
You must log in to post.














