Tagged: custom icon, footer, header, social media, Yelp
-
AuthorPosts
-
September 29, 2015 at 8:34 am #510584
Hello – in the private content is a link to the icon I made for Yelp.
I have plenty of social icons I’m not using that I could replace this image for a different existing social media icon.
Also don’t know how that 500 px works – that could do the job too.
Client insists on having this with the social media for SEO since google considers it now – supposedly.
Can you help me find a way to add this in or replace this image with an existing social media icon that I will never use?
Thanks!!!!!
September 29, 2015 at 9:53 am #510626Hey Intell!
Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
Cheers!
YigitSeptember 29, 2015 at 4:13 pm #510823Hi Yigit,
This post you referred me to is of absolutely no use. It is very outdated and the theme options folder doesn’t look like that now.
Furthermore, you’ve totally missed the question in that adding a font does nothing for the header & social media icons areas.
1) I need in the social icons header & footer to add a Yelp icon (which I made)
2) The url for the icon I made is in the private section of my initial question.
3) How can I achieve ADDING the Yelp icon I made to the other social icons so it displays with the Facebook, Twitter, etc.?
This fontella doesn’t even have a Yelp icon.
I am happy to switch out the icon for another social media I do not use.
There must be a way to achieve this.
Thank you.
September 29, 2015 at 4:35 pm #510836Hi!
There is no private content in your posts and there is Yelp icon on Fontello actually – http://fontello.com/#search=yelp
Do you mind creating a temporary admin login and posting it here privately so we can add it for you? :)Cheers!
YigitSeptember 29, 2015 at 7:13 pm #510938Oh how marvelous!!! I can add it to the theme, but I do not know how to get it up on the social media footer/header area!!
That would be wonderful if you want to do that!
Thank you, thank you, thank you!!
September 29, 2015 at 7:45 pm #510958Hi!
Login credentials are not working for me. Can you please check them once again?
Regards,
YigitSeptember 29, 2015 at 9:41 pm #511003Oh shoot – I reset it again so it should totally work.
Please try again. (see below)
Thank you!!!
September 30, 2015 at 8:51 am #511182Hey!
Thank you for the info but it’s still not working. Please check it carefully. If you want to add a yelp icon, edit functions.php then look for this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, you can add the filter:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['yelp'] = 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) { var_dump($icons); $icons['Yelp'] = 'yelp'; return $icons; }
Adjust the icon value (ue800) if necessary.
Best regards,
IsmaelSeptember 30, 2015 at 7:10 pm #511769Oh my goodness!! the user doesn’t have #s after it!!
Look here & it totally works- I tested it – which is what I should have done before!!!
I so appreciate ya’ll doing it – cause my eyes cross when I look at those details!! argh.
Thank you so much!!!
October 1, 2015 at 7:04 am #511962Hi!
Alright. We added the icon for you.
Cheers!
Ismael- This reply was modified 9 years ago by Rikard.
October 1, 2015 at 7:41 am #511978A thousand, million thanks yous!!!!! Sorry I messed up that login.
sooooooooooooooooo appreciate ya’ll!!!!
- This reply was modified 9 years ago by Intell. Reason: Ismael - put the domain in his response to me - I had that only in private information. Can you please remove!!!! I need that removed!!! Thanks
October 1, 2015 at 10:24 am #512052 -
AuthorPosts
- The topic ‘Need to add Yelp to social icons header & footer here it is – how do I insert?’ is closed to new replies.