-
AuthorPosts
-
May 18, 2016 at 4:09 pm #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
May 19, 2016 at 6:42 am #634967Hi aintzerga,
Maybe this thread will help you out: https://kriesi.at/support/topic/line-where-to-put-the-code/
Regards,
RikardMay 19, 2016 at 10:06 am #635087Hi 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);May 19, 2016 at 6:51 pm #635406Hi,
I added the code to functions.php file in Appearance > Editor. Please review your website now
Best regards,
YigitMay 20, 2016 at 8:54 am #635774OK I see the Houz icon.
Is it possible to change the color when hover with the mouse?
Thanks
May 20, 2016 at 12:02 pm #635839OK I do the hover color.
Thanks
May 20, 2016 at 12:58 pm #635868Hi,
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 -
AuthorPosts
- The topic ‘New social networks in web header’ is closed to new replies.
