Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #222536

    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.

    #222803

    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

    #222806

    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

    #233961

    HI,

    I did not see a logo for Houzz on fontello.com. Am I missing it, or is it actually not there.

    Thanks,
    Adam

    #233976

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add Social Media Icon to Header’ is closed to new replies.