Re: CSS not loading

2021-11-15 Thread Aditya Sharma
Hello Justine, Have you checked if files exist under themes\common-theme\webapp\common\js\node_modules as shared by Jacques? if not, you could explicitly install js libraries with following command: ./gradlew npmInstall Thanks and regards, Aditya Sharma On Tue, Nov 16, 2021 at 3:52 AM

Re: CSS not loading

2021-11-15 Thread Justine Nowak
Hi Jacques, We are using Mysql, what command would we use for Mysql. On Mon, Nov 15, 2021 at 3:08 AM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Justine, > > Are you using Derby (OOTB DBMS) or another external DBMS like Postgres? > In the 1st case simply try "gradlew cleanData

Re: how to render ftl file in screen

2021-11-15 Thread Nicolas Malin
Hello Maheshwari, You need to change the GlobalDecorator. I suggest you to create a new theme that extend tomahawk and change this decorator to include your template. See https://github.com/apache/ofbiz-framework/blob/trunk/themes/docs/themes.adoc Nicolas On 15/11/2021 09:40, Mahi maheshwari

Re: CSS not loading

2021-11-15 Thread Jacques Le Roux
You mean they are not under themes\common-theme\webapp\common\js\node_modules ? Le 14/11/2021 à 20:39, Justine Nowak a écrit : Forgot the previous email, we fixed it. But still, after rebuilding Ofbiz we still don't have the Javascript libs created. On Sun, Nov 14, 2021 at 1:32 PM Justine

Re: CSS not loading

2021-11-15 Thread Jacques Le Roux
Hi Justine, Are you using Derby (OOTB DBMS) or another external DBMS like Postgres? In the 1st case simply try "gradlew cleanData loadAll ofbiz" HTH Jacques Le 14/11/2021 à 20:32, Justine Nowak a écrit : Hello, We rebuilt Ofbiz to get the NPM to load all the files and we now get the

how to render ftl file in screen

2021-11-15 Thread Mahi maheshwari
Hi, I'm using a tomahawk theme. I want to render a navigation sidebar(side-bar ) in all the components/modules, even in sub-modules also. The navigation sidebar will have all module names. by clicking on the respective module