Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #634596

    Hello,

    I want to add in the header of the web a social network that does not appear in the Theme options, specifically the Houzz: http://www.houzz.es/pro/unibano/UNIBAÑO
    How can it? View web: http://www.unibano.es/

    I have already downloaded the font Fontello with de icon of Houzz and I can see it on the web, but
    How do I appear in the header of the web next to other social networks?
    I read your link about us:http://kriesi.at/documentation/enfold/custom-social-icons/ but I don´t understand all admin.

    Thanks

    #634967

    Hi aintzerga,

    Maybe this thread will help you out: https://kriesi.at/support/topic/line-where-to-put-the-code/

    Regards,
    Rikard

    #635087

    Hi Rikard,

    But where I have to insert the code?
    Do I have to modify the code to display the icon Houzz?
    Is this the code to insert and modify?

    Thanks

    Code:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    #635406

    Hi,

    I added the code to functions.php file in Appearance > Editor. Please review your website now

    Best regards,
    Yigit

    #635774

    OK I see the Houz icon.

    Is it possible to change the color when hover with the mouse?

    Thanks

    #635839

    OK I do the hover color.

    Thanks

    #635868

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘New social networks in web header’ is closed to new replies.