Tagged: social icon, Yelp
HI,
I am trying to add both a blogger and yelp icon social icons to my site. I have followed your thread on how to achieve this but on the front end, I am seeing two blogger icons.
My site – http://vedettedayspa.com/
Please look at the upper right hand.
Here is the code in functions.php
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);
function avia_add_custom_social_icon($icons) {
$icons[‘Blog’] = ‘blogger’;
$icons[‘Yelp’] = ‘yelp’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
What am I doing wrong?
Hey navindesigns,
Thank you for using Enfold.
We adjusted the icons’ character code in the functions.php file. Please remove browser cache or hard refresh before checking the page.
Best regards,
Ismael
Awesome
thank u so much