I’ve create sample theme, i.e. custom.css according to liferay tutorial, and don’t know why my theme is not deployed, in the log file is the next content:
“No theme found for specified theme id . Returning the default theme.”
And in the themes in “Manage->Page->Look and Feel” there is no my theme
I’ve create sample theme, i.e. custom.css according to liferay tutorial, and don’t know why
Share
This warning messages will be displayed when you have already applied a theme to the site(Community) but That theme is now undeployed currently. This can happen due to the recent changes that you have made to the theme. please try reverting the changes that you have made, and make sure that your theme get registered successfully when you deployed.
if the problem still persists, please let us know error log statements or What are the exact changes that you have done to the theme.
I Think your theme is getting deployed to glassfish, but not getting registered to Liferay.
May be there is a problem in your deployment process, can you please set these properties accordingly in your portal-ext.properties file
‘
After configuring this specific to glassfish, you should see log message saying
1 Themes for mytheme registered successfully.