Discussion:
New website, favicon.ico broken
Eric Jensen
2014-02-19 08:48:03 UTC
Permalink
Hi,

i just noticed that the favicon.ico on the new site is broken.

Eric
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Bryan Petty
2014-02-19 09:20:05 UTC
Permalink
Post by Eric Jensen
i just noticed that the favicon.ico on the new site is broken.
All browsers (from at least IE7) support the current method of
specifying the favicon on every page using this:

<link rel="shortcut icon" href="/assets/ico/favicon.ico">

It works properly for me on Chrome and Firefox. It might help to clear
your browser cache to trigger a refresh of the icon.

Regards,
Bryan Petty
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Eric Jensen
2014-02-19 09:22:06 UTC
Permalink
Hello Bryan,
Post by Eric Jensen
i just noticed that the favicon.ico on the new site is broken.
BP> All browsers (from at least IE7) support the current method of
BP> specifying the favicon on every page using this:

BP> <link rel="shortcut icon" href="/assets/ico/favicon.ico">

Sorry, my mistake. It works on the main site, just not on the forum
site which still points to http://wxwidgets.org/favicon.ico

Eric
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Bryan Petty
2014-02-19 09:28:26 UTC
Permalink
Post by Eric Jensen
Sorry, my mistake. It works on the main site, just not on the forum
site which still points to http://wxwidgets.org/favicon.ico
Ah, thanks for pointing that out, I've fixed that now too. :)

Didn't realize it was pulling the favicon from there.

Regards,
Bryan Petty
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...