I've developed a custom theme for Liferay 6.1.1 and it's working fine on my local installation of Liferay. When I try and deploy to my QA server, the theme shows up in the control panel and I'm able to assign the new theme under Control Panel->Site Pages->Look and Feel.
The problem is that thought the theme is assigned, the customization I've done is not reflected in the UI.
The process I'm using to deploy is:
- Create theme-name.war file by using the Eclipse "Export" functionality.
- Place the war file in the deploy directory.
Is there something I'm doing wrong?