Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!!!!!

    #510626

    Hey Intell!

    Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/

    Cheers!
    Yigit

    #510823

    Hi 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.

    #510836

    Hi!

    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!
    Yigit

    #510938

    Oh 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!!

    #510958

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Regards,
    Yigit

    #511003

    Oh shoot – I reset it again so it should totally work.

    Please try again. (see below)

    Thank you!!!

    #511182

    Hey!

    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,
    Ismael

    #511769

    Oh 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!!!

    #511962

    Hi!

    Alright. We added the icon for you.

    Cheers!
    Ismael

    • This reply was modified 8 years, 5 months ago by Rikard.
    #511978

    A thousand, million thanks yous!!!!! Sorry I messed up that login.

    sooooooooooooooooo appreciate ya’ll!!!!

    • This reply was modified 8 years, 5 months 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
    #512052

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Need to add Yelp to social icons header & footer here it is – how do I insert?’ is closed to new replies.