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

    #658658

    Hey,

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

    #659449

    Hello 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

    #659450

    Hi!

    You can find it under “import & export” tab in Enfold theme options :)

    Cheers!
    Yigit

    #659455

    Yigit,
    I can’t get it to show under available social icons. Would you please make it available, like Jouse did with Yelp.
    Thanks

    #659470

    Hi!

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

    #659474

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

    #659482

    Hey!

    I updated the code. Please review your website now.
    You can find codes under Plugins > Editor

    Regards,
    Yigit

    #659493

    Yes, 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 / Bijan

    #659494

    Hi!

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

    #684833

    Hi 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
    #685526

    Hi,

    It’s not greyed out on my end, you are referring to the Header Social Icons under Enfold–>Header–>Extra Elements, correct?

    Best regards,
    Rikard

    #699423

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

    #700042

    Hi,


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

    Best regards,
    Yigit

    #700951

    Sorry about that

    #701103

    Hi,

    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.
Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.