-
AuthorPosts
-
March 22, 2018 at 2:41 am #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!
March 22, 2018 at 11:13 am #931140Hey designyvr,
Did you upload the “instagram” font to the website? Do you have a link to it?
Best regards,
VictoriaMarch 23, 2018 at 7:53 pm #932096Hi 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!
March 25, 2018 at 6:41 pm #932656Hi,
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,
MikeMarch 25, 2018 at 7:54 pm #932673Hi, 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!
March 25, 2018 at 9:14 pm #932700Hi,
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,
MikeMarch 25, 2018 at 10:19 pm #932714It looks great!! Thanks so much for your help Mike!!
March 25, 2018 at 11:18 pm #932722Hi,
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 -
AuthorPosts
- The topic ‘New Instagram icon?’ is closed to new replies.