Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #691919

    Hi,

    I’m attempting to get the Houzz icon as part of my social set. From previous posts the forum, I’ve done the following:

    Here’s what i’ve added thus far:

    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’houzz’, ‘icon’ => ‘uf27c’);
    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);

    I’m very close, but I’m seeing a pencil icon instead of the Houzz Icon.

    Thanks,
    Min

    #691924

    Hey CasaAcosta!

    I adjusted your code a little. Please review your website now

    Regards,
    Yigit

    #697964

    Yigit,

    Awesome you were to adjust the code but since that adjusted code wasn;t published it doesn;t help me here. I trying to do the same exact thing and am getting the pencil icon as well. Can you publish the edited code that works please?

    #698013

    Hi,

    @Travis
    Please make sure that “houzz” in following code

    'font' =>'houzz'

    matches the name of your font pack you imported in Enfold theme options > Import & Export. Then edit your page and add icon element and hover on your icon and make sure that charcode is matching in following (uf27c)

    'icon' => 'uf27c'

    If that does not help, please start a new thread and attach temporary admin logins so we can look into it :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.