I have followed the guides here and added the code to php file and uploaded fontello but cant get it to work can you please help.
PHP file is:
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘tripadvisor’] = array( ‘font’ =>’tripadvisor’, ‘icon’ => ‘uf262’);
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[‘Trip Advisor’] = ‘tripadvisor’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
Please can you help as I am at a loss
Hi condonpb!
I adjusted your code a little and it is working fine now. Please review your website now
Cheers!
Yigit
Hello,
I have exactly the same problem. My TripAdvisor icon doesn’t work, it shows a pencil-icon instead.
Can you help me please?
Thank you very much
Hi,
@Sebastienbotte Seems like you have already figured it out as it does show up fine on my end :)
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
Yigit
Can you help me adding Trip Avisor icon to Social Icons please? I’ve tried but can’t get it done