Alfresco 4.0.d logo

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 04:47 AM
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?
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?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 04:55 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 05:11 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 05:29 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 05:50 AM
In Network->Images it looks like everything is ok.
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
Thank you!

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

Thank you!
