Community Forums › Forums › Archived Forums › General Discussion › Favicon is not showing on site, only in dashboard
- This topic has 12 replies, 6 voices, and was last updated 10 years, 12 months ago by
simonoffski.
-
AuthorPosts
-
August 17, 2014 at 5:33 am #119335
Belinda
ParticipantI created and uploaded a favicon.ico file and it's showing when I'm using my dashboard but not on my actual site.
Anyone know why?August 17, 2014 at 6:35 am #119341Susan
ModeratorBecause favicons are cached differently than anything else.
If you want to check if it is working, the easiest thing to do (in my opinion), is to visit your site from a computer/browser which has never visited your site before.
Otherwise, share your URL here, so we can tell you what we are seeing.
August 17, 2014 at 6:36 am #119343Belinda
ParticipantAugust 17, 2014 at 6:39 am #119348Susan
ModeratorBelinda:
I'm seeing the "G" favicon. Where do you upload the new one? Is it in your child theme's images folder on your hosting site?
August 17, 2014 at 6:44 am #119350Belinda
ParticipantI had followed an article on the WP site about adding a favicon and it said to upload to the root directory which I did and also to the child theme root but I've now just added it to the images folder also and renamed the old one. Still seeing the G though.
Article was http://codex.wordpress.org/Creating_a_Favicon
August 17, 2014 at 6:51 am #119351Belinda
ParticipantIt is in the images folder now although I had used a WP article to do it before and it didn't mention the images folder. I've added to that folder now. I'm still seeing the G logo though.
August 17, 2014 at 6:59 am #119354Susan
ModeratorAs I said, unless you visit your site from a computer which has never visited it, you're not going to see it immediately.
I just checked your site, and your favicon is there (it's the letters TTL with a bar above and below the letters)
September 8, 2014 at 2:30 pm #123474mystylevita
MemberMy site is having the same issue. I have even downloaded an "all in one favicon" plugin and it still doesn't display correctly.
September 8, 2014 at 4:28 pm #123491Belinda
ParticipantI just looked at your blog mystylevita and i can see your favicon as an aqua coloured shape. Is that what you wanted?
Mine just started working by itself. I think my browser cache just needed to refresh.
September 9, 2014 at 7:48 am #123559Susan
ModeratorMine just started working by itself.
Yep, that's how it generally works - just when you are sure it's never going to show up for you (despite everyone else seeing it), one day, it's there. 🙂
December 14, 2014 at 4:07 pm #134532mickx
MemberMy favicon is perfectly shown in Chrome, but in IE I still get the Genesis favicon. I've started the site on a new computer (that was never been on my site) and there the IE favicon was on the tab!!!
December 15, 2014 at 11:09 am #134594Ren Ventura
MemberPersonally, I like to add favicons via the genesis_pre_load_favicon hook. Once the code is added, the favicon normally appears right away.
add_filter( 'genesis_pre_load_favicon', 'my_custom_favicon' ); function my_custom_favicon( $favicon_url ) { return 'http://domain.com/path-to-favicon'; }
Web & Software Developer & Blogger | RenVentura.com | Follow Me on Twitter @CLE_Ren
February 21, 2015 at 10:41 pm #141703simonoffski
ParticipantFirst of all you need to log in via FTP, go to the images folder in your child theme, either delete or download then delete the image that is named as 'favicon.ico' this is the Genesis favicon, up load your favicon and rename it as 'favicon.ico' then you need to clear your websites cache.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.