Search code examples
cssthemesliferayliferay-6liferay-theme

Theme development in Liferay


I'm trying to make a theme for Liferay 6.2 and I have some misunderstandings.

I create new project, choose theme, then click next and choose velocity and _styled responsively. But I want to get a standart theme which I can deploy and nothing change in comparison with default theme. I thought I got the point and after that I should copy overriden .css files in _diffs folder. But I don't achieve that. I attached screenshot with my result and I can't understand why I don't have default theme instead. Also I understand that it may be very dumb question but I hope someone would explain it briefly to me. Thanks in advance.My newcreated theme


Solution

  • You should use the classic theme as base.

    Something like:

    property name="theme.parent" value="classic"

    in your build.xml will build your project with the theme that comes with LR by default (the classic one).