Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #238286

    Hi! I found this post: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
    That states that you were going to be adding a feature to upload your own custom fontello fonts through the admin for the social media (in the header) icons.
    I don’t see a way in the admin right now to add new icons. Am I missing something?
    Thanks so much!

    #239242

    Hey wtflovelife!

    Go to the theme options page (Enfold > Import/Export). Click on the Upload button underneath the “Iconfont Manager” headline to upload your custom icon set.

    Cheers!
    Peter

    #239307

    Hi Peter – thanks – I have already done that – but how do I add them t the header? The social icons? In my admin I only have the ability to add the predetermined social media icons if I go to header and click the plus to add a social media icon.
    Thanks

    #240342

    Hi! can anyone help with this? Just trying to add my new icons to the header – where the other social icons are. Thank you

    #240882
    This reply has been marked as private.
    #240975

    Hi!

    Please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:

    'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    

    Below, add this code:

    'slideshare' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'Slideshare'   => 'slideshare',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.

    You can do this with other social media icons. For more info, please follow these steps:

    Best regards,
    Ismael

    #241176

    Thank you VERY much. Trying this now but do you mind telling me where you got the icon code from? I just picked another icon from fontello and uploaded it – but am having a hard time figuring out where you got that code. I REALLY appreciate it. THanks

    #241275

    Update – I have figured this out! Thank you for the detailed explanation about. Appreciate it – and we can close this topic.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘social icons – custom fontello’ is closed to new replies.