cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 4.0.d logo

psxcoding
Champ in-the-making
Champ in-the-making
Hello,
i have a problem with displaying my own logo in Alfresco login page. I put my file named "logo.png" in C:\Alfresco\tomcat\webapps\share\themes\hcBlack" and also in other themes like default etc. In google chrome i ALWAYS see the Alfresco default logo and in mozilla I dont see any logo. What do I wrong? Could you help me, please?
4 REPLIES 4

ddraper
World-Class Innovator
World-Class Innovator
Using FireBug it looks like the file you need to update is "themes/default/images/logo.png" (or "themes/hcBlack/images/logo.png") etc. Your path appeared to be missing the "images" folder.

If this is the location that you've added the file to, then you should check that your browser isn't simply serving a previously cached version of the old logo (because the name hasn't changed it will use the cached version).

Regards,
Dave

psxcoding
Champ in-the-making
Champ in-the-making
Thank you for the answer. Sorry, of course the path i put my file is "themes/default/images/logo.png". Just a mistake in the post.
I deleted cookie files etc in both browsers and now i dont see any logo in google chrome as well. It looks like the path is wrong (but it isn't for sure) or my file is inappropriate if it is even possible.

ddraper
World-Class Innovator
World-Class Innovator
I've just tried it in my copy of Share… I updated the file: "webapps\share\themes\default\images\logo.png", restarted the server and it worked fine first time. If you're using Chrome then switch on the Developer Tools (hold down CTRL + SHIFT + I) select "Network" (at the top) and then the "Images" tab at the bottom. Reload the page and check exactly where the image is being requested from.

Make sure that its not coming from the cache and that the URL matches what you'd expect (for example I see "http://localhost:8081/share/res/themes/default/images/logo.png" - the "/res" is the Surf mapping for serving up resources from within the application).

The only other things I can think of is that you've not done a server restart? Or changed the CSS file that specifies the location of the image? Otherwise I'm not sure what's going on.

Regards,
Dave

psxcoding
Champ in-the-making
Champ in-the-making
In Network->Images it looks like everything is ok. Smiley Indifferent I didn't change login.css and tried restarting a server.
The strange thing is that the other file - loginbg works fine when i use my file.
Finally, I can do what I need by loginbg.png file, but what's wrong with this logo.png :? It must be a stupid mistake.
Anyway, thank you very much for help  :wink:

Ehh… As I wrote it was so stupid mistake. I had sth like this in login.css "top: 16px;z" Must did it by accident Smiley Very Happy
Thank you!