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

    Hi there
    I am a following your below instructions to add an icon among the social media icons in the top header:

    but I can’t make it to work for icon=’ue854′ font=’entypo-fontello’ which I do have in my media library, but for a reason that I ignore I am not given the opportunity to select it among the social icons.
    Thx

    // Register new icon as a theme icon
    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);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    #1207904

    Hey regispt,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1207980
    This reply has been marked as private.
    #1209328

    Hi,
    Sorry for the late reply, which icon are you trying to add as a social icon? I didn’t find ue854 in your custom icons. Do you remember which zip file it was, you have many in your media library.

    Best regards,
    Mike

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