Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Favicons and Chrome  (Read 10468 times)

0 Members and 1 Guest are viewing this topic.

Mulreay

    Topic Starter


    Egghead
  • Thanked: 14
    • Yes
    • Yes
    • Yes
    • Space and Science
  • Computer: Specs
  • Experience: Experienced
  • OS: Unknown
Favicons and Chrome
« on: September 25, 2010, 02:54:58 PM »
OK just a quick one, I changed the favicon for my website to a personalised one and no matter how many times I restart chrome the favicon is still the old one. On IE and FF it has changed straight away. I tried clearing the cache on Chrome with no joy. Any ideas what this could be?
Using chrome 6.0.472.63

Thanks in advance
For when the One Great Scorer comes
To write against your name,
He marks - not that you won or lost,
But how you played the game.

Owner of www.spaceandscience.co.uk and YouTube partner http://www.youtube.com/user/mulreay

quaxo



    Guru
  • Thanked: 127
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 11
Re: Favicons and Chrome
« Reply #1 on: September 25, 2010, 08:20:15 PM »
Funny, I've heard of this issue a lot with Firefox, but not with Chrome.

Anyway, try these in this order:

1. Delete any bookmarks in Chrome to the site.
2. Clear your browsing and download history.
3. Restart Chrome.
4. Visited the site and bookmarked it again.

Another solution I just found involved deleting the file that stores those icons for Chrome, forcing Chrome to create it again with updated icons, but this will delete ALL favicons, not just your site's.

Anyway, hope that helps out a bit, Mulreay. Let us know how you get on.

EDIT
I assume this site you're referring to is that Space and Science site in your signature (which I'm looking forward to digging through eventually). I'm attaching the favicon as I see it now.

[recovering disk space - old attachment deleted by admin]

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Favicons and Chrome
« Reply #2 on: September 25, 2010, 10:30:00 PM »
Chrome is not all its cracked up to be....buggy at best.
" Anyone who goes to a psychiatrist should have his head examined. "

CBMatt

  • Mod & Malware Specialist


  • Prodigy

  • Sad and lonely...and loving every minute of it.
  • Thanked: 167
    • Yes
  • Experience: Experienced
  • OS: Windows 7
Re: Favicons and Chrome
« Reply #3 on: September 25, 2010, 10:47:14 PM »
As quaxo suggested, you can try deleting the Local Settings\Application Data\Google\Chrome\User Data\Default\Thumbnails file, but the problem may lie with your HTML, as Chrome uses favicons a bit differently.  In your HTML, you have the following line:

Code: [Select]
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
Underneath that, try adding this line as well:
Code: [Select]
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
OR

Code: [Select]
<link rel="shortcut icon" type="image/ico" href="http://spaceandscience.co.uk/favicon.ico" />
Very similar, I know, but it sometimes makes a difference.
Quote
An undefined problem has an infinite number of solutions.
—Robert A. Humphrey

Mulreay

    Topic Starter


    Egghead
  • Thanked: 14
    • Yes
    • Yes
    • Yes
    • Space and Science
  • Computer: Specs
  • Experience: Experienced
  • OS: Unknown
Re: Favicons and Chrome
« Reply #4 on: September 26, 2010, 05:11:29 AM »
Thanks for the replies guys. Quick run down of what I did/happened.
I tried deleting all the bookmarks pertaining to my website and then cleared the history/cache etc re-added the bookmarks but to no avail it still remained at the old favicon.
I then removed the bookmarks again and tried deleting all history using Ccleaner and this had the same result.
So I tried un-installing Chrome and re-installing whilst removing all history and settings, this returned the same result as the favicon was still the old one.
The HTML issue that CBMatt suggested was interesting but I used FTP to add the favicon so was not sure where to start with that.
I then looked at this folder option that quaxo mentioned (thanks for that) and used the directions that CBMatt included to find the correct file (Thanks for that), and removed the thumbnail file.
I then restarted chrome and guess what all the favicons were blank, so whilst holding my breath I typed in my URL and BINGO the new favicon was there. I then just ran through some of my other bookmarks and they were all added correctly.

Thanks a lot for the help guys
For when the One Great Scorer comes
To write against your name,
He marks - not that you won or lost,
But how you played the game.

Owner of www.spaceandscience.co.uk and YouTube partner http://www.youtube.com/user/mulreay

quaxo



    Guru
  • Thanked: 127
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 11
Re: Favicons and Chrome
« Reply #5 on: September 26, 2010, 05:33:24 AM »
Good to hear, Mulreay.