This topic has 6 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hello,
I´d like to change twitter icon at the home page and put the pinterest and Google+ icon link. How can I get it?
Thanks in advance
Paloma
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
I provide you my web in Private Content but I´d like to learn how to do it for futures changes.
Thanks a lot!!
Hello,
To change social icons in footer you need edit the file footer.php (from line 13) in wp-content/themes/blanco directory via FTP.
Thank you.
Regards,
Eva Kemp.
Hello,
I was changing the prefooter code but doesn´t work. I upload the pinterest image in images/assets and then I changed twitter by pinterest…Where I put my pinterest adress? I think that is not the way…please help me!!
$facebook_url = etheme_get_option(‘facebook_url’);
$pinterest_url = etheme_get_option(‘pinterest_url’);
$rss_url = etheme_get_option(‘rss_url’);
if($facebook_url || $pinterest_url || $rss_url):
?>
<div class=”follow-us”>
<h5><?php _e(‘Follow Us:’, ETHEME_DOMAIN); ?> </h5>
<?php if($facebook_url): ?>“>/images/assets/facebook.png” /><?php endif; ?>
<?php if($pinterest_url): ?>“>/images/assets/pinterest.png” /><?php endif; ?>
<?php if($rss_url): ?>“>/images/assets/rss.png” /><?php endif; ?>
<div class=”clear”></div>
Hello,
If you want to use social media icons in the footer instead of our default icons you need use some third-party plugins or insert your own code found at social websites helpbase into Text widget and in Prefooter area (Appearance > Widgets). Please note, “Use Prefooter” in Blanco Theme Settings > Footer should be unchecked.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Social Media’' has been successfully resolved, and the topic is now closed for further responses