Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #930991

    Hi, I tried following your instructions on adding the new Instagram icon, but not having any luck. The icon appears in other places – such as the buttons – but I don’t see it in the menu, even though I have it selected under Social Profiles. Can you please advise? Thank you!

    #931140

    Hey designyvr,

    Did you upload the “instagram” font to the website? Do you have a link to it?

    Best regards,
    Victoria

    #932096

    Hi Victoria, Thanks for pointing that out. I uploaded fontello and updated functions.php. The icon is still not appearing in the menu. Any advice? Thanks!

    #932656

    Hi,
    In Enfold Theme Options > Social Profiles > Your social profiles, I changed the name of “Social Icon” to Instagram, it is now showing next to your menu.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #932673

    Hi, Thanks, the Instagram icon is there, but it’s still the old icon. How can I show the new icon?

    I uploaded the Fontello file for the new Instagram icon and added the code in functions.php, plus had gone into Social Profiles to select “Icon Label”, however the new icon didn’t show up. The new icon does show up in the buttons.

    Could you please advise? Thanks!

    #932700

    Hi,
    I changed the code in your functions.php to:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['instagram2']	 = array( 'font' =>'fontello', 'icon' => 'uf16d');
    	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['instagram2'] = 'instagram2';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    and choose “instagram2” in your social profile.
    It is now working, please check.

    Best regards,
    Mike

    #932714

    It looks great!! Thanks so much for your help Mike!!

    #932722

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘New Instagram icon?’ is closed to new replies.