Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #900198

    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?

    #901809

    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

    #902508

    Awesome
    thank u so much

    #902592

    Hi,

    No problem. Glad we could help. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add Blogger and Yelp Social Icons’ is closed to new replies.