Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #747718

    Hi guys, I’ve managed to import the slideshare icon from fontello by adding this code to functions.php:

    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‘slideshare’] = array(‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }

    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons[‘Slideshare’] = ‘slideshare’;
    return $icons;
    }

    But I am trying to add more fonts, and they don’t display correctly.
    Screenshot

    #748193

    Hey olivier-roth,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #750650

    Hi Rikard, did you receive the admin details?

    #750652

    Here are the admin details.

    #752473

    Hi,

    The site looks good on my end.

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #752739

    Looks good, that must have been it! Thanks Vinay.

    #753450

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Upload font from fontello’ is closed to new replies.