留言板

Liferay 6.1 : Themes are not reflected in Website

Ravi Kiran,修改在12 年前。

Liferay 6.1 : Themes are not reflected in Website

Junior Member 帖子: 53 加入日期: 12-4-8 最近的帖子
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,修改在12 年前。

RE: Liferay 6.1 : Themes are not reflected in Website

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Did you change the theme for the page to the new TestTheme?
Ravi Kiran,修改在12 年前。

RE: Liferay 6.1 : Themes are not reflected in Website

Junior Member 帖子: 53 加入日期: 12-4-8 最近的帖子
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