Foren

How to change the Theme

R Madhu Sudhan Reddy, geändert vor 11 Jahren.

How to change the Theme

New Member Beiträge: 11 Beitrittsdatum: 13.07.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to change the Theme

Regular Member Beiträge: 171 Beitrittsdatum: 08.10.10 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to change the Theme

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
You can get simplified information on This blog .
R Madhu Sudhan Reddy, geändert vor 11 Jahren.

RE: How to change the Theme

New Member Beiträge: 11 Beitrittsdatum: 13.07.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to change the Theme

Liferay Master Beiträge: 654 Beitrittsdatum: 06.01.09 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to change the Theme

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
Which version of LR you are using for theme creation ?
And put some details logs for error.
thumbnail
Muzakir Khan, geändert vor 11 Jahren.

RE: How to change the Theme

Regular Member Beiträge: 112 Beitrittsdatum: 15.03.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to change the Theme

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to change the Theme

Regular Member Beiträge: 112 Beitrittsdatum: 15.03.12 Neueste Beiträge
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..