-
AuthorPosts
-
January 9, 2020 at 2:59 pm #1171828
Hi
I followed the instruction to add the new Instagram icon to the Enfold theme. As you can see it’s not showing up here:Here’s my code snippet (hovered over the icon on Fontello.com to get the icon code) (I do see the “IG New” icon name in the Enfold social media settings:
/// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘instagram’] = array( ‘font’ =>’instagram’, ‘icon’ => ‘0xf16d’);
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[‘IG New’] = ‘instagram’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);Please help as soon as possible as I’m just about to launch this updated website.
Thanks so much
LyseJanuary 9, 2020 at 4:07 pm #1171846Hey Lyse,
I attached the latest beta version of Enfold in private content field. There has been a issue with icons since WP 5.3 and this version should fix it. If updating the theme does not help, please post temporary admin logins here privately so we can look into it asap :)
Best regards,
YigitJanuary 11, 2020 at 3:42 pm #1172393Hi Yigit,
I installed the beta version of Enfold but still do not see the icon on the website.
I have added temporary login credentials below.
Thanks
LyseJanuary 12, 2020 at 7:27 am #1172504This reply has been marked as private.January 12, 2020 at 7:28 am #1172505One more think I noticed with the new theme replacement is that my Home page, the slider heading where I used a <br/> to place the site name onto the next line shows on the frontend.
Thanks
LyseJanuary 14, 2020 at 6:56 am #1173091Hi
Any update on this issue?
Thanks
LyseJanuary 14, 2020 at 8:52 am #1173113Hi
Just to let you know. The beta version of the Enfold theme has caused many of my headings as links. The default for the caption should be “no link”
LyseJanuary 14, 2020 at 5:20 pm #1173459Hi tremblayly,
The new update is available now, please update and let us know if the issue persists.
Best regards,
VictoriaJanuary 15, 2020 at 4:33 am #1173775Hi Victoria,
I don’t see it in my WP updates dashboard.
Will is resolve my blog images display issue?
Thanks
LyseJanuary 15, 2020 at 4:45 am #1173776Got the email for the updated version.
January 15, 2020 at 6:51 pm #1174640Hi Victoria,
Just downloaded and installed the latest version of the theme and I still can’t see the IG iconLyse
January 16, 2020 at 11:45 am #1174865Hi,
Thank you for the update.
We tried to login to the site using the account above but it’s invalid. Please check the info carefully or provide another user account. We’ll try to check the settings.
Best regards,
IsmaelJanuary 16, 2020 at 11:52 am #1174868This reply has been marked as private.January 16, 2020 at 2:18 pm #1174973Hi,
I changed your code to following one
/// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['instagram'] = 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['Instagram'] = 'instagram'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Please review your website :)
Best regards,
YigitJanuary 16, 2020 at 2:34 pm #1174993Hi Ismael,
Thank you so very much.
I know that is ticket was for the IG icon only, but when I updated to the latest theme version, if your look at the home page, you’ll see that the easy slider caption where I use the HTML <br/> code it display like this “Hi we’re<br />Herbal Healing”, instead of executing a line break.THanks
LyseJanuary 16, 2020 at 2:38 pm #1174997Hey,
I wanted to update the file for you however it is not writable.
Please go to /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php and replace it with following one – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_1/av-helper-slideshow.php.
If you would like us to update the file for you, please post FTP logins here privately.
Also, you seem to have 2 Enfold parent themes, so please make sure you are replacing the file on correct version :)
Best regards,
YigitJanuary 16, 2020 at 2:54 pm #1175013Awesome. Thank you Yigit! Issue is resolved.
LyseJanuary 16, 2020 at 2:58 pm #1175019 -
AuthorPosts
- The topic ‘Add new Instagram icon’ is closed to new replies.