Tagged: social media icons
-
AuthorPosts
-
July 8, 2016 at 9:16 pm #658602
Hello,
Unable to add Yelp to social profiles, crashes the site, or blank.
I went through all the posts & followed instructions (http://kriesi.at/documentation/enfold/custom-social-icons/), watched the video (https://vimeo.com/75743285) on the support forum, in order to add Yelp icon to my list of social media profile. Unfortunately not even one single user has been able to do this on their own or without help of support.These instructions are some out dated and some did not work. After spending several hours, I need support help to add Yelp to my available social profiles. Fontello will be fine. I have provided you login & api key privately.
(Yelp need to be available in profiles, as a regular feature like facebook & twitter).July 9, 2016 at 2:43 am #658658Hey,
The tutorial is not outdated but i’ve to admit it can be a little bit complicated for some users, i’ve added it to your site.
Best regards,
JosueJuly 11, 2016 at 5:49 pm #659449Hello Jouse,
Thank you very much for adding Yelp Icon. But still I can’t see Icon Font Manager, like the way it is explained in the video (https://vimeo.com/75743285). I need to add Four Square Icon also, but don’t have the Icon Font Manager dropdown Selection. Appreciate if you add the Four Square or make the icon font manager option available in Enfold menu setting (There is no: Theme Option —-> General Setting) and it can’t find it under Enfold –> General Styling or advance styling.Thank you very much
July 11, 2016 at 5:52 pm #659450Hi!
You can find it under “import & export” tab in Enfold theme options :)
Cheers!
YigitJuly 11, 2016 at 6:03 pm #659455Yigit,
I can’t get it to show under available social icons. Would you please make it available, like Jouse did with Yelp.
ThanksJuly 11, 2016 at 6:39 pm #659470Hi!
Can you please post FTP credentials here privately? When i could not find the code in Functions.php file, i thought it was not declared before, but apparently that was not the case. Sorry about that. Please post FTP logins here so i can fix the issue :)
Regards,
YigitJuly 11, 2016 at 6:48 pm #659474I have posted ftp info privately. This is my problem too. I went through functions.php & I can’t find where Jouse has coded. Don’t know how magically he made yelp to show up in the social media profile.
Thanks a million for your help.July 11, 2016 at 6:56 pm #659482Hey!
I updated the code. Please review your website now.
You can find codes under Plugins > EditorRegards,
YigitJuly 11, 2016 at 7:09 pm #659493Yes, I can see both icon & code now Yigit. Thank you very much.
When Enfold gets updated with new version in the future, are the new icons will be removed?
Best Regards
Amr / BijanJuly 11, 2016 at 7:11 pm #659494Hi!
No, as long as you do not deactivate functionality plugin, they will not be removed :)
You are welcome, glad we could help! Let us know if you have any other questions or issues!Best regards,
YigitSeptember 12, 2016 at 1:14 am #684833Hi Enfold
Im trying to add social media icons to the header menu. But where I think I’m meant to activate them is grayed out (extra elements).. what am I doing wrong. note my css skill level is slightly higher than a brick :(
- This reply was modified 8 years, 2 months ago by benbrinnand. Reason: http://www.arbologie.fr/wp-admin
September 13, 2016 at 7:08 am #685526Hi,
It’s not greyed out on my end, you are referring to the Header Social Icons under Enfold–>Header–>Extra Elements, correct?
Best regards,
RikardOctober 16, 2016 at 12:51 am #699423Jesus why do they make it so difficult to add social icons that should be present to begin with? I’ve spent 4 hours reading threads now trying to do just that with no luck at all.
October 17, 2016 at 2:58 pm #700042Hi,
@obrien247 Login credentials are not working for me. Can you please check them once again?Best regards,
YigitOctober 18, 2016 at 11:32 pm #700951Sorry about that
October 19, 2016 at 10:32 am #701103Hi,
The login credentials you provided do not work for me.
1. Download yelp icon from “Font Awesome” set on http://fontello.com/
2. Upload the icon to Enfold > Import/Export > Iconfont Manager
3. Add the below code to functions.php via Appearance > Editor// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['whatsapp'] = array( 'font' =>'fontello', 'icon' => 'uF1E9'); 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['Yelp'] = 'yelp'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Best regards,
Vinay- This reply was modified 8 years, 1 month ago by Vinay.
-
AuthorPosts
- You must be logged in to reply to this topic.