-
AuthorPosts
-
March 16, 2014 at 2:15 pm #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!March 18, 2014 at 9:57 am #239242Hey 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!
PeterMarch 18, 2014 at 12:20 pm #239307Hi 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.
ThanksMarch 19, 2014 at 8:32 pm #240342Hi! can anyone help with this? Just trying to add my new icons to the header – where the other social icons are. Thank you
March 20, 2014 at 10:14 pm #240882This reply has been marked as private.March 21, 2014 at 3:39 am #240975Hi!
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,
IsmaelMarch 21, 2014 at 2:23 pm #241176Thank 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
March 21, 2014 at 5:42 pm #241275Update – I have figured this out! Thank you for the detailed explanation about. Appreciate it – and we can close this topic.
-
AuthorPosts
- The topic ‘social icons – custom fontello’ is closed to new replies.