Tagged: x
-
AuthorPosts
-
January 19, 2017 at 2:44 pm #1337249
TheLunchBawxParticipantHi,
I am having some issues with my Favicon. I tried putting in a new link in the Site Icons tab under Customizer and it won’t change. The file is a PNG 64×64.
Is there any reason why it’s not changing?
Thanks.
January 19, 2017 at 2:47 pm #1337253
TheLunchBawxParticipantThis reply has been marked as private.January 19, 2017 at 4:45 pm #1337421
DarshanaModeratorThis reply has been marked as private.January 19, 2017 at 5:03 pm #1337440
TheLunchBawxParticipantThis reply has been marked as private.January 19, 2017 at 9:19 pm #1337749
LelyModeratorHi There,
I can see that you do have W3 Total Cache plugin. Please clear/purge cache. Your site needs to generate cache for the updated content.
Hope this helps.
January 20, 2017 at 12:45 am #1337952
TheLunchBawxParticipantHi.
I have already tried clearing the cache.
Thanks.
January 20, 2017 at 1:27 am #1337989
Rue NelModeratorHello There,
Tha favicons you have set in X were overridden by the WordPress 4.7 customizer’s favicon settings. I can confirm that this needs to be address in X since this feature only comes in WordPress 4.7. Temporarily, you can resolve this. But before that what you are trying to accomplish requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After the child theme is set up, please add the following code in your child theme’s functions.php file
// Override default WP4.3 site icon meta tags in favor of X site icons settings // ============================================================================= function override_wp_favicon($icons){ $icons = array(); return $icons; } add_filter('site_icon_meta_tags', 'override_wp_favicon'); // =============================================================================I already reported this to our developers. Meanwhile, please do my suggestion above so that favicon icon issues should be resolve in your site.
Thank you very much for your understanding.
January 20, 2017 at 3:20 pm #1338931
TheLunchBawxParticipantHello there.
I just updated to WordPress Version 4.7.1 and it fixed the issue!
Thanks for the help.
January 20, 2017 at 3:28 pm #1338947
JadeModeratorGlad to hear it’s sorted.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1337249 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
