Login  Register

Re: Where is the /images directory?

Posted by IvanD on Jun 04, 2021; 1:50pm
URL: http://ofbiz.116.s1.nabble.com/Where-is-the-images-directory-tp4769535p4769570.html

Thanks Andrei!


I will give that a try.


Warm Regards,

Ivan Sr


________________________________
From: Andrei Stan <[hidden email]>
Sent: Friday, June 4, 2021 5:29 AM
To: [hidden email]
Subject: Re: Where is the /images directory?


On 04.06.2021 06:06, Ivan Drinks Sr wrote:

> In OfBiz setup there is mention of an Image URL for logos.  Where is this located?  It used to be framework/images/webapp/images.  However, I do not see this.  The Content Manager allows you to upload a logo, but how do one access these images in setting up a Header Logo? Or CSS?
>
>
> Thanks for your help.
>
> You can schedule a meeting with me here<https://url.emailprotection.link/?bYpdGy12aLsl1WzciYYXeGUXze_sb723einS2CvwTyYMDf4Ehw5vgQoZpQsh2aezGQSa9L3Mr-r4StL3jN9oPvA~~>
>
> Warm Regards,
>
> [https://url.emailprotection.link/?b2D2gPt8QAEjWxO78ow3Nkq8_uTdt_BHhFG4kf9ASUTDQ0tHLtlYocZvACa9vv-c7AZOjJfX1bOc2KVCU7S7HGh4UeR5J54DqewEij_4_T0kq5ZfG_Qlv_OumnqaC8eYf]
>
> Ivan Drinks Sr.
> Executive Vice President
>
> Locations:
> Kansas City, Missouri          Phone: 816-929-8375   Fax:  816-265-2741
> Denver, Colorado                Phone: 303-757-1107   Fax:  303-757-1108
> Email: [hidden email]<https://url.emailprotection.link/?bSzDRe10sn90wO4-eanLccV2ip5AhJDNisGapBL-EyZ9F4OWjy8nSkb2F8arPP9L8YeIGFzIHSDw3r6BEPeZWnLHKAT0ZFv5Wc3wym5BHA4R33-EERVfMYAEsMGM5tP-jq1cfVPxCA20V_hATnCSygGiriwdJdyfDmrJhYp0Gf2DUo1QwDt_aT9fKG9-g8SXN7L6gxd7QxDSyie-42eV7uoFpIGc-mc_QpD44Zn-TKCN8_Jcxw7nDZP0cuJi9Bq4h>       Website: https://url.emailprotection.link/?bXWh8HS6XnLt-Sda5mYPHS9Og8LazxAwb495LPpWcCkBE_FALI5bNalt8RioUV-VURhlXep3a66quVbIlOszyIw~~<https://url.emailprotection.link/?bAueuCnPieZYnhkJQKN0YJfqyYAG5oT8Ozoy4_9Mfze8HwCGgkkSwm1k1DQTXohUxsu7Va5hAGXJUi29Y_O5zKA~~>
>
> IMPORTANT NOTICES:
> 1.  This electronic communication, including the message above and any attached files, is  privileged and confidential.  It is intended for the named recipient only.  Anyone receiving this communication in error is NOT authorized to read, rely upon, copy or distribute the message or attached files, but must immediately notify Ivan Drinks Sr. at [hidden email].
>
Hello Sr. Ivan,

It might help to look into the "themes/common-theme/webapp/images" folder.
I am working on creating a new theme (plugin) and i changed the logo
from the .less file:
- i set the #company-logo {......  background: url("images/my-logo.png")
no-repeat left top / cover; }}

Good luck.