cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 4.2.e logo size

fjq
Champ in-the-making
Champ in-the-making
Hi, I'm using Alfresco community version 4.2.e and only after upgrade to this version I realized that it don't use the Alfresco logo in Share/Site pages, instead it displays the Alfresco icon and when I uploaded my company's logo it became as small as the Alfresco icon. Does anybody knows how can I change this behavior and use the full logo size again?
Thanks
8 REPLIES 8

yogeshpj
Star Contributor
Star Contributor
It will be better that you modify your logo image and make it with the size you want.

fjq
Champ in-the-making
Champ in-the-making
Thanks for your reply, but it is not an option since my company logo is rectangular and not square like the upload component want it to be, setting it's size to 50 x 50 when uploaded.

bopolissimus
Confirmed Champ
Confirmed Champ
I found a workaround for this.  My setup is alfresco community edition 4.2.f running on Ubuntu trusty.  Alfresco is installed from the all-in-one bundle installer (not standalone war).

After setting the Logo with "https://[servername]/share/page/console/admin-console/category-manager" the logo is updated in share but it appears very small.  Apparently it's shrunk down to 50x50.

The workaround is to look for the image in /Company Homes/Sites.  Various uploaded logos will be there (at the root of Sites, not in any particular site.  You'll want the most recently uploaded one.  Just click on that and upload the original large version.  The file will be uploaded in alfresco and a page reload in /share will show you the larger image.

The underlying issue is likely a bug in the default dimensions for logos..  When the logo is uploaded alfresco is resizing it to what it thinks should be the correct alfresco logo size.  Except that size is too small.

ofnavarro
Champ in-the-making
Champ in-the-making
Thanks, it works.

cibex
Champ in-the-making
Champ in-the-making
bopolissimus thx it works.
it seems there is still an issue with the logos width.
the capture of the title bar doesnt adapt to the logos size, its still on the same place like with a square logo
any clue?

mbee
Champ in-the-making
Champ in-the-making
hi, you can try change logoClasses: "alfresco-logo-only" to logoClasses: "alfresco-logo-large" in HEADER_LOGO config object.

file: webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/share/imports/share-header.lib.js

padrefuture
Champ in-the-making
Champ in-the-making

Nice find! A few more questions though...

how do I change the background color of the header the logo is in?

Worked on my DEV box but not on PROD...any ideas why?