Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Themes not working - Upgrade from 6.2 CE to 7.2 DXP
Hi
We upgraded from Liferay 6.2 CE to 7.2 DXP. However none of the themes are getting applied to our sites. There are lots of error in the console.
the error is coming at A.Component.create
/**
* The Hudcrumbs Component.
*
* @deprecated since 7.2, unused
* @module liferay-hudcrumbs
*/
AUI.add('liferay-hudcrumbs', function (A) {
var Lang = A.Lang;
var NAME = 'hudcrumbs';
var Hudcrumbs = A.Component.create({
ATTRS: {
clone: {
value: null
Can you please suggest how to resolve this.
Thanks
We upgraded from Liferay 6.2 CE to 7.2 DXP. However none of the themes are getting applied to our sites. There are lots of error in the console.
the error is coming at A.Component.create
/**
* The Hudcrumbs Component.
*
* @deprecated since 7.2, unused
* @module liferay-hudcrumbs
*/
AUI.add('liferay-hudcrumbs', function (A) {
var Lang = A.Lang;
var NAME = 'hudcrumbs';
var Hudcrumbs = A.Component.create({
ATTRS: {
clone: {
value: null
Can you please suggest how to resolve this.
Thanks
The one plugin I never suggest trying to upgrade is a theme. There are so many differences in the UI and the underlying JS, it just isn't practical (at least to me) to expect a magical upgrade on a 6.2 theme to all of a sudden get the flyouts and everything else associated with a 7.x theme.
I always think you're better off building a theme from scratch for the version you're targeting. Sure you can pull forward some styling, but since the classes etc are likely different, it will end up being a new, from scratch them anyway.
I always think you're better off building a theme from scratch for the version you're targeting. Sure you can pull forward some styling, but since the classes etc are likely different, it will end up being a new, from scratch them anyway.
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™