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

    #1171846

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

    #1172393

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

    #1172504
    This reply has been marked as private.
    #1172505

    One 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
    Lyse

    #1173091

    Hi
    Any update on this issue?
    Thanks
    Lyse

    #1173113

    Hi
    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”
    Lyse

    #1173459

    Hi tremblayly,

    The new update is available now, please update and let us know if the issue persists.

    Best regards,
    Victoria

    #1173775

    Hi Victoria,
    I don’t see it in my WP updates dashboard.
    Will is resolve my blog images display issue?
    Thanks
    Lyse

    #1173776

    Got the email for the updated version.

    #1174640

    Hi Victoria,
    Just downloaded and installed the latest version of the theme and I still can’t see the IG icon

    Lyse

    #1174865

    Hi,

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

    #1174868
    This reply has been marked as private.
    #1174973

    Hi,

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

    #1174993

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

    #1174997

    Hey,

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

    #1175013

    Awesome. Thank you Yigit! Issue is resolved.
    Lyse

    #1175019

    Hey!

    You are welcome Lyse! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

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