Jump to content

favicon.ico


MoonShadows

Recommended Posts

One more try:

www.example.com/store/favicon.ico

 

Ignore whatever gets displayed.

 

CTRL-F5 (forces the browser to refetch/refresh everything).

 

Hopefully, the new image shows.


If that still does not work, then edit the skin template main.php. Find:

<link rel="shortcut icon" href="{$STORE_URL}/favicon.ico" type="image/x-icon" />

Make it look like:

<link rel="shortcut icon" href="{$STORE_URL}/favicon.ico?v=2" />
Link to comment
Share on other sites

Thanks Brian, but I found another way...probably while you were writing...that fixed it. I'll type it here in case someone else has the same problem.

 

With IE11 open, click Tools >> Internet Options >>Advanced >> Reset >>Put a check in "Delete Personal Settings" >> Click Reset  >> Restart Computer.  >> Open IE11

 

Voila! The favicon for my Cubecart site and Admin were updated.

Link to comment
Share on other sites

Always been one of the big problems with caching anything, it's a rare customer who knows about clearing caches unfortunately

 

I know a few colleagues who are fans of setting up htaccess rules that auto set the caching at 1 seconds for a variety of things like the images and ico files, but that always seems a bit sledgehammery for my liking

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...