Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #692909

    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

    #692913

    Hi condonpb!

    I adjusted your code a little and it is working fine now. Please review your website now

    Cheers!
    Yigit

    #714182

    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

    #714848

    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

    #771440

    Can you help me adding Trip Avisor icon to Social Icons please? I’ve tried but can’t get it done

    #772522

    Hi,


    @emm_loko
    I added Trip Advisor icon to your social network. Please review your website now

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.