Hi,
I just migrated my xCP application from version 2.0 to 2.2. While applying my custom theme in master page i am getting below error and also i have attached my scss file.
Please help me on this. It is very urgent.
Regards
Jothi
You must remove ext4 specific imports, if any, in the original theme while upgrading the theme JAR files, and include the styles contained in the attached file. You can simply import the reference to this file. I suggest you check out the sample theme here as an example.
Hi Nick,
Thank you!!. Now I am able to apply my theme. But it is not reflected in pages. I have cleared the cache in below location and checked it. there is no difference in pages. only default colors has been applied to pages,menus and etc..
1 .m2 folder
2 C:\Users\**username** \AppData\Local\eclipse
3. target folder and index file in designer.
I would compare your theme to the xCelerator I forwarded to you.
did you get any clue on this?. I am still stuck on this place.
Like I said, you should compare your theme styles to those in the sample theme for 2.2 to check if any of the class names have changed. If you are seeing some changes reflected then it means the theme compiles OK, but if others are not showing up then it is probably because the theme needs to be modified to work fully in 2.2. I am not a real expert on themes though.....