Fórum

Liferay 6.1 : Themes are not reflected in Website

Ravi Kiran, modificado 12 Anos atrás.

Liferay 6.1 : Themes are not reflected in Website

Junior Member Postagens: 53 Data de Entrada: 08/04/12 Postagens Recentes
I am using Liferay 6.1 with Tomcat , i have created Themes and deployed them but somehow they are not being reflected in Web Site . Please tell me if i am doing anything wrong .

These are the steps i followed

Created a Theme called as TestTheme-theme using Liferay Eclipse Plugin

Ran the build.xml file The build was successful)

It created a _diffs directory (folder under the PLUGINSDK\themes\TestTheme-theme\docroot

Navigated to Liferays tomcat-7.0.22\webapps\ROOT\html\themes_styled and copied the css folder to the newly created _diffs folder .

Modified the custom.css file under the _diffs folder for my customization

Ran build.xml for Deployment ( The Build was successfull)

Opened browser http:localhost:8086

I couldn't anywhere my css chnanges on to the browser .

Please let me know if i am missing something .( I am uisng Lifery 6.1)

And please see the image also


thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: Liferay 6.1 : Themes are not reflected in Website

Liferay Legend Postagens: 14918 Data de Entrada: 02/09/06 Postagens Recentes
Did you change the theme for the page to the new TestTheme?
Ravi Kiran, modificado 12 Anos atrás.

RE: Liferay 6.1 : Themes are not reflected in Website

Junior Member Postagens: 53 Data de Entrada: 08/04/12 Postagens Recentes
David H Nebinger:
Did you change the theme for the page to the new TestTheme?


Ya , i did that and its working fine now .Thanks a lot