Sorry to repeat this question.
If I want to modify ecommerce themes. What is the best approach? Should I directly modify those css file? Or is there a best practice doing so? Thanks in advance. |
Hello eric,
The best approach is create a new component on themes directory and change your css, ftl template files Nicolas Le 20/05/2014 11:39, Eric Halim a écrit : > Sorry to repeat this question. > > If I want to modify ecommerce themes. What is the best approach? > > Should I directly modify those css file? Or is there a best practice doing > so? > > > > Thanks in advance. > > |
In reply to this post by eric
Thanks but I want to start from Ofbiz default theme not multiplex theme. There is no default folder for this. Everything is already on framework/images/ folder.
Should I modify the css directly? Or is there a template that will generate those css. I mean if I change css directly I will need to change all colors accordingly but if there is a template I suppose I only need to change one time for particular color. Thanks in advance. On May 20, 2014 4:51 PM, Nicolas Malin <[hidden email]> wrote: > > Hello eric, > > The best approach is create a new component on themes directory and > change your css, ftl template files > > Nicolas > Le 20/05/2014 11:39, Eric Halim a écrit : > > Sorry to repeat this question. > > > > If I want to modify ecommerce themes. What is the best approach? > > > > Should I directly modify those css file? Or is there a best practice doing > > so? > > > > > > > > Thanks in advance. > > > > > |
In reply to this post by Malin Nicolas
I did it like this:
Find a nice theme to clone and copy it while changing the name. Then *grep -i -r* trough the files looking for the old theme name and replace every occurence. This will leave you with an exact but renamed copy of the theme you want to change. On 20 May 2014 11:51, Nicolas Malin <[hidden email]> wrote: > Hello eric, > > The best approach is create a new component on themes directory and change > your css, ftl template files > > Nicolas > Le 20/05/2014 11:39, Eric Halim a écrit : > > Sorry to repeat this question. >> >> If I want to modify ecommerce themes. What is the best approach? >> >> Should I directly modify those css file? Or is there a best practice doing >> so? >> >> >> Thanks in advance. >> >> >> > |
In reply to this post by eric
Le 20/05/2014 13:29, Eric Halim a écrit :
> Thanks but I want to start from Ofbiz default theme not multiplex theme. There is no default folder for this. Everything is already on framework/images/ folder. What is your ofbiz release ? I ask to have the best approach, change the main css is possible but isn't the best pratice ;) Nicolas |
Hello
Can you please let me know how I can unsubscribe from this list. Thanks all.. Regards, Vijay On 5/20/2014 5:59 PM, Nicolas Malin wrote: > Le 20/05/2014 13:29, Eric Halim a écrit : >> Thanks but I want to start from Ofbiz default theme not multiplex >> theme. There is no default folder for this. Everything is already on >> framework/images/ folder. > What is your ofbiz release ? > > I ask to have the best approach, change the main css is possible but > isn't the best pratice ;) > > Nicolas |
In reply to this post by eric
Mine is Ofbiz release 12. Yes it should not be the best practice changing css directly. So what is the best practice then?
On May 20, 2014 7:29 PM, Nicolas Malin <[hidden email]> wrote: > > Le 20/05/2014 13:29, Eric Halim a écrit : > > Thanks but I want to start from Ofbiz default theme not multiplex theme. There is no default folder for this. Everything is already on framework/images/ folder. > What is your ofbiz release ? > > I ask to have the best approach, change the main css is possible but > isn't the best pratice ;) > > Nicolas |
In reply to this post by Adrian Stern
Hi Adrian, where to find "nice theme" for Ofbiz?
-----Original Message----- From: Adrian Stern [mailto:[hidden email]] Sent: Tuesday, May 20, 2014 6:34 PM To: user Subject: Re: OfBiz Theme I did it like this: Find a nice theme to clone and copy it while changing the name. Then *grep -i -r* trough the files looking for the old theme name and replace every occurence. This will leave you with an exact but renamed copy of the theme you want to change. On 20 May 2014 11:51, Nicolas Malin <[hidden email]> wrote: > Hello eric, > > The best approach is create a new component on themes directory and > change your css, ftl template files > > Nicolas > Le 20/05/2014 11:39, Eric Halim a écrit : > > Sorry to repeat this question. >> >> If I want to modify ecommerce themes. What is the best approach? >> >> Should I directly modify those css file? Or is there a best practice >> doing so? >> >> >> Thanks in advance. >> >> >> > |
Free forum by Nabble | Edit this page |