Touch web client logo

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
fbzimblet
Advanced member
Advanced member
Posts: 119
Joined: Sun Apr 17, 2016 4:15 pm

Touch web client logo

Post by fbzimblet »

any wiki/documentation to change touch log in banner?
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Re: touch web client logo

Post by jorgedlcruz »

Hello,
I'm pretty sure the Logo you are looking for it's the next one

Code: Select all

/opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/TouchLoginBanner.png
But just in case, you can find more Login splash logos here:

Code: Select all

/opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/LoginBanner_black.png
/opt/zimbra/jetty-/webapps/zimbra/skins/_base/logos/TouchLoginBanner.png
/opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/ZimbraInside/LoginBanner.png
/opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/TouchLoginBanner@2x.png
/opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/LoginBanner_white.png
/opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/LoginBanner.png
/opt/zimbra/jetty/webapps/zimbraAdmin/skins/carbon/logos/LoginBanner.png
/opt/zimbra/jetty/webapps/zimbraAdmin/skins/serenity/logos/LoginBanner.png
/opt/zimbra/jetty/webapps/zimbraAdmin/skins/_base/logos/ZimbraInside/LoginBanner.png
/opt/zimbra/jetty/webapps/zimbraAdmin/skins/_base/logos/LoginBanner.png
Not mystery to change, just upload it to the server and replace the actual one, make sure the file has the privileges for the user zimbra.

Best regards
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
fbzimblet
Advanced member
Advanced member
Posts: 119
Joined: Sun Apr 17, 2016 4:15 pm

Re: [SOLVED] touch web client logo

Post by fbzimblet »

changing /opt/zimbra/jetty/webapps/zimbra/skins/_base/logos/TouchLoginBanner.png and replacing with with another image with same name does not change default logo.
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Re: Touch web client logo

Post by jorgedlcruz »

Hi,
Let me send this internally.

Best regards
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
mbadola
Posts: 1
Joined: Sun Apr 24, 2016 6:30 pm

Re: Touch web client logo

Post by mbadola »

Note that there is an image file for retina devices and non-retina devices. Perhaps you are changing the non-retina image and checking on a retina device. Also the image dimensions have to be exactly correct. Here are the specific instructions for replacing logo.

Replacing the ZWC Logo


Graphics to Replace

Company logo that displays on the login and splash screens for ZCS Touch Client. The dimension of the graphic must be exactly 300 x 65 for low dpi devices and 600 x 130 for retina display / high dpi devices. The image will always be displayed on a white background.
Watermark image that displays in the bottom right of an email message. The dimension of the graphic must be exactly 200 x 45 for low dpi devices and 400 x 90 for retina display / high dpi devices.
Bookmark image on the Springboard. The dimension of the graphic must be exactly:
57 x 57 for low dpi mobile phones
114 x 114 for retina display / high dpi phones
72 x 72 for low dpi tablets
144 x 144 for retina display / high dpi tablets

Change Logo by replacing files in the Folder Structure

You can replace the Zimbra logo with your company's logo globally by replacing the image files in the paths specified below. Note that these image files will not survive an upgrade. So please make sure to keep a backup and repeat the replacement process after an upgrade
To replace the Company logo that displays on the login and splash screens for ZCS Touch Client
For low dpi devices, replace /skins/_base/logos/TouchLonginBanner.png with your company logo. Dimension of the graphic must be exactly 300 x 65.
For retina display/high dpi devices: /skins/_base/logos/TouchLonginBanner@2x.png with your company logo. Dimemsion of the graphic must be exactly 600 x 130.
To replace the Watermark image that displays in the bottom right of an email message.
For low dpi devices, replace /skins/_base/logos/TouchWatermarkBanner.png with your company logo. Dimension of the graphic must be exactly 200 x 45.
For retina display/high dpi devices, replace/skins/_base/logos/TouchWatermarkBanner@2x.png with your company logo. The dimension of the graphic must be exactly 400 x 90.
To replace the Bookmark image on the Springboard. The dimension of the graphic must be exactly:
For low dpi mobile phones, replace /img/logo/Icon.png with your company logo. Dimension of the graphic must be exactly 57 x 57.
For retina display / high dpi mobile phones,replace /img/logo/Icon@2x.png with your company logo. Dimension of the graphic must be exactly 114 x 114.
For low dpi tablets, replace /img/logo/Icon~ipad.png with your company logo. Dimension of the graphic must be exactly 72 x 72.
For retina display / high dpi tables, replace /img/logo/Icon~iPad@2x.png with your company logo. Dimension of the graphic must be exactly 144 x 144.
Post Reply