cancel
Showing results for 
Search instead for 
Did you mean: 

Company Logo

Eos
Member

I notice that when you visit any of the major company websites a company logo is displayed next to the URL at the top of the page, this logo also appears in favorites if you bookmark that site.

 

When I visit my website the logo appears as the default internet explorer logo on a blank page.

 

Does anyone know if I can upload my own logo to my website built using Easysitewizard Pro?

 

Thank you.

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

dave
Guru

you need to rename it favicon.ico

 

it also need to be the correct size to work. You can create them at http://www.favicon.cc/

View solution in original post

7 REPLIES 7

duskjome
BT Partner
BT Partner

I always wanted one of those:) After a bit of playing around I found out that the icon is cached somehow in my browser and I had to restart to get it to show up, standard ctrl+f5 option was not clearing it. So fair warning, that might happen. So all you need to do, in theory, in upload the image you want into your public directory, file manager should be fine to do this, and rename it "favicon.ico", I think that will be all you need, if you find it's still not working add <link rel="icon" type="image/x-icon" href="/favicon.ico" /> under the html tag in your index file, but that shouldn't be necessary.

 

And after you get the picture in and uploaded and it still doesn't show up try a manual cache and cookies clear or a computer restart, and don't just assume you've done something wrong like I did and screw with it for five or ten minutes.

Eos
Member

Thanks for your reply duskjome,

 

I'm not sure how to upload the image into my public directory in Easysitewizard Pro.

 

I can upload images to drag and drop, but it then becomes favicon.ico.gif and I can't rename it.

 

Any other ideas?

duskjome
BT Partner
BT Partner

To upload the image itself try using the file manager tool, outside of easy site wizard, just double click the public directory and click browse, find the file you want to upload and hit open and then upload and it will upload the file for you.

Eos
Member

OK, done that,

 

It now says at the bottom 'favicon.ico.gif successfully uploaded'

 

I guess I need to rename it now?

dave
Guru

you need to rename it favicon.ico

 

it also need to be the correct size to work. You can create them at http://www.favicon.cc/

Eos
Member

Thanks Dave,

 

That's a good site!

 

I've created an icon and uploaded it successfully and it now says favicon.ico successfully uploaded.

 

Is that it? I guess I need to re-publish my site now for it to work?

 

Thank you.

 

Eos
Member

Spot on,

 

I can't believe it was that easy!

 

Thanks for all your help.