Foros de discusión

How to change the Theme

R Madhu Sudhan Reddy, modificado hace 11 años.

How to change the Theme

New Member Mensajes: 11 Fecha de incorporación: 13/07/12 Mensajes recientes
Hi Friends,

I want to use the custom theme in liferay.
Is it possible,If it is possible how to configure it and use it, please give some advice.

Thanks & regards
thumbnail
jaid shaik, modificado hace 11 años.

RE: How to change the Theme

Regular Member Mensajes: 171 Fecha de incorporación: 8/10/10 Mensajes recientes
Hi R Madhu Sudhan Reddy,

How to change the Theme


After login with admin credentials Top left you will get ADD options Under select "Manage page" there you will get options..........

Regarding theme how to create custom theme link1

link2

check the above two links....
thumbnail
Jignesh Vachhani, modificado hace 11 años.

RE: How to change the Theme

Liferay Master Mensajes: 803 Fecha de incorporación: 10/03/08 Mensajes recientes
You can get simplified information on This blog .
R Madhu Sudhan Reddy, modificado hace 11 años.

RE: How to change the Theme

New Member Mensajes: 11 Fecha de incorporación: 13/07/12 Mensajes recientes
Jignesh Vachhani:
You can get simplified information on This blog .


Thank for replay,
I tried the processor what in blog, When I started server I am getting exception,
i.e. The moduleId //unknown/war is not correct for this I want advice.......
thumbnail
Tejas Kanani, modificado hace 11 años.

RE: How to change the Theme

Liferay Master Mensajes: 654 Fecha de incorporación: 6/01/09 Mensajes recientes
Hi R Madhu,

If you need details regarding how to create Liferay Custom Theme, check this documentation by Liferay regarding how to create liferay theme in 6.1.

HTH.

Regards,
Tejas
thumbnail
Jignesh Vachhani, modificado hace 11 años.

RE: How to change the Theme

Liferay Master Mensajes: 803 Fecha de incorporación: 10/03/08 Mensajes recientes
Which version of LR you are using for theme creation ?
And put some details logs for error.
thumbnail
Muzakir Khan, modificado hace 11 años.

RE: How to change the Theme

Regular Member Mensajes: 112 Fecha de incorporación: 15/03/12 Mensajes recientes
R Madhu Sudhan Reddy:
Hi Friends,

I want to use the custom theme in liferay.
Is it possible,If it is possible how to configure it and use it, please give some advice.

Thanks & regards


Yes it is possible..
You can create a new custom Theme, and then you have to copy and paste the 4 folders(css,images,js & templates) of the classic theme into the _diffs folder of newly created custom theme, now you can override any of the property you want to achieve and deploy it. The look and feel of classic theme will be maintained as it is, except the overridden property.

Kind Regards
Khan
thumbnail
David H Nebinger, modificado hace 11 años.

RE: How to change the Theme

Liferay Legend Mensajes: 14915 Fecha de incorporación: 2/09/06 Mensajes recientes
You do not copy the stuff from classic...

You edit build.xml in the theme and make classic the parent theme. Then you do a build to get the standard theme files copied in. Then in the _diffs folder, you only create those directories/files that you need changes in.
thumbnail
Muzakir Khan, modificado hace 11 años.

RE: How to change the Theme

Regular Member Mensajes: 112 Fecha de incorporación: 15/03/12 Mensajes recientes
David H Nebinger:
You do not copy the stuff from classic...

You edit build.xml in the theme and make classic the parent theme. Then you do a build to get the standard theme files copied in. Then in the _diffs folder, you only create those directories/files that you need changes in.


uh fine.. These many days i was following wrong method..