Im trying everything explained on previous threads and documentation pages like: http://kriesi.at/documentation/enfold/custom-social-icons/
i already manage to put some icon on the footer, but it seems im missing something, im not a programmer but i can search for what is inside the archives i find in “Apperance -> editor”
Hey
I have added following code to Functions.php file in Appearance > Editor
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['whatsapp'] = 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['Whatsapp'] = 'whatsapp'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
and added social media item in Enfold theme options > Social Profiles then went to Enfold theme options > Footer to display it on footer. Please review your website now
Best regards,
Yigit
Thank you so much,
Is there a way to put the whatsapp icon on the footer widgets?
i try to modify it because on other threads mention how to do it, but i still get a “square” figure, instead of the whatsapp icon.
Hi,
I added the icons to your footer widget area by copying HTML. Please change links in 3rd footer column :)
Best regards,
Yigit
Thank you Yigit, you always so kind :)
have a nice day!
Saludos desde México. :3
Hey!
De nada! :)
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 :)
Enjoy your weekend!
Saludos,
Yigit