Tagged: enfold, header, icon, social media
Scoured the forum and couldn’t find the answer for Enfold theme. Sorry if this is duplicate.
I would like to add a social media icon to the set – specifically for Houzz – to the Header.
Thanks in advance for your help.
Hi Jason!
Please see this section in new Enfold documentation http://kriesi.at/documentation/enfold/add-your-own-favicon/
Devin explained how to add new font icons there. You can also take a look at this video tutorial http://vimeo.com/75743285
Best regards,
Yigit
Hi Jason!
Please follow these steps:
I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),
I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',
Below, add this code:
'Slideshare' => 'slideshare',
You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.
Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/
Cheers!
Ismael
HI,
I did not see a logo for Houzz on fontello.com. Am I missing it, or is it actually not there.
Thanks,
Adam
Hi Adam – it’s not there yet, Vitaly at Brandico has added it to his set. It should show up on the next update at Fontello.com. We’re both patiently waiting for it. ~Jason