Viewing Favicons

Favicons



User: darwinmeiners 11 years ago
I'm trying to add Favicon to my site and not having much luck. Any help?
User: James G. 11 years ago
I would start here
http://everwebcodebox.com/image/image-info.html

Last edit 11 years ago
User: darwinmeiners 11 years ago
Yes, I've followed those instructions and I'm not getting results.
User: Roddy 11 years ago
Once you have uploaded the favicon, you need to empty your browser cache or hit the refresh button a few times before the favicon will appear,

If you need more help you would need to post your website URL.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: darwinmeiners 11 years ago
Ok, tried that but no difference. Here is the site: http://darwinmeiners.com
User: darwinmeiners 11 years ago
Ok, tried that but no difference. Here is the site: http://darwinmeiners.com
User: Roddy 11 years ago
You have an error in the code since you didn't close the tag and missed the closing double quote. You have this...

<link rel="icon" type="image/ico" href="ewExternalFiles/favicon.ico

... and it should be this...

<link rel="icon" type="image/ico" href="ewExternalFiles/favicon.ico">

Last edit 11 years ago

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: darwinmeiners 11 years ago
Ok, tried that but no difference. Here is the site: http://darwinmeiners.com
User: Roddy 11 years ago
What do you mean you tried it?

You need to correct the code in the site wide head code box by adding this...

">

...and then republish your site to the server.

Last edit 11 years ago

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: darwinmeiners 11 years ago
Ok, tried that but no difference. Here is the site: http://darwinmeiners.com
User: Jumbo T. 11 years ago
I see this in the source :

<link rel="icon" type="image/ico" href="file://localhost/Users/iMacSherzer/Dropbox/WEBSITES/EverWeb/48A2A77C057D4F7B843903E2A8A1CF25.everweb/Assets/External%20Files/favicon.ico>//file
User: Roddy 11 years ago
Now you have the path to the local file like this...

<link rel="icon" type="image/ico" href="file://localhost/Users/iMacSherzer/Dropbox/WEBSITES/EverWeb/48A2A77C057D4F7B843903E2A8A1CF25.everweb/Assets/External%20Files/favicon.ico>//file

... and you still haven't added the double quote and the forward arrow at the end to close the link and the tag.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: darwinmeiners 11 years ago
I copied your code here in the wide head code box and it didn't work. Then I tried using this code: <link rel="icon" type="image/ico" href="{!-ASSETSPATH-!}External%20Files/favicon.ico>

I used this because it matched the instructions on the code box site. It's still not working. What am I missing?

Thanks
User: Roddy 11 years ago
You need a " after .ico

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: darwinmeiners 11 years ago
I copied your code here in the wide head code box and it didn't work. Then I tried using this code: <link rel="icon" type="image/ico" href="{!-ASSETSPATH-!}External%20Files/favicon.ico>

I used this because it matched the instructions on the code box site. It's still not working. What am I missing?

Thanks


Post Reply
You must login or signup to post.