Hi,
I uploaded but still it’s not working for me.
Hi,
You uploaded a Pinterest icon. I removed that and then uploaded the actual yelp icon. Please replace the filter in the functions.php file with this one.
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons['yelp'] = array( 'font' =>'yelp_icon', 'icon' => 'uf1e9');
return $icons;
}
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
I get this error in the Appearance > Editor panel.
Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.
Best regards,
Ismael
Hi,
I have been trying to get the yelp icon to show up with the rollover state up for two days. I have tried every ‘solution’ on these threads, but none seem to work for me. Just shows a pencil without the rollover state.
What I have done:
1. Pulled the existing icons used on the current site and dropped them on fontello.
2. Added yelp icon, downloaded new character set, and then uploaded to site.
3. Updated Child functions.php file
4. Updated Quick CSS
Please help. Thank you!!