Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #963992
    Adam
    Guest

    Hi,

    I currently have the Enfold theme installed on our site at http://studio10interiordesign.com and in the pre header section for the Social Profiles we have been trying to get the Houzz icon but can’t seem to find the ue code for this.

    We’ve adjusted our functions.php file to include:

    function avia_add_custom_icon($icons) {
    $icons[‘houzz’] = array( ‘font’ =>’entypo-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[‘Houzz’] = ‘houzz’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Any help you can provide on the correct Houzz code would be great. The ‘ue800’ code we’re using is giving us a music note icon. I was trying to ask this question in the support section of your site but don’t have access to the purchase code in Themeforest since I wasn’t the one who purchased the theme originally.

    Any help is appreciated.

    Thanks
    Adam

    #965204

    Hi Adam,

    Please refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    If that does not help, please request purchase code from person who bought the theme and use it to register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum. Due to our policy, we only provide support for registered users. Thanks for your understanding!

    Best regards,
    Yigit

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