We migrated our Angular & .NET Core version to 9.3.1 - rc , but it seems that in latest version of the template , previous Metronic classes do not exist anymore.They have been replaced with new ones. So the issue is we are not able to migrate easily to the newest template. Same is the case for version 9.2.1
Our client project is already using the metronic classes since last 6 months.
Can you suggest the quickest solution for this please ? we do not want migration to affect the existing UI of client project already in production.
Any urgent help would be appreciated.
Thanks
3 Answer(s)
-
0
Hi @omkarchoudhari
I think you are using Metronic 6.x (AspNet Zero 8.x or lower). If so, unfortunately, there is no straight way for upgrading from Metronic 6 to 7. But basically, metronic removed "kt-" prefixes from all of its stlyes. You can try it that way. There are some html structure changes for example for checkbox and radio buttons.
-
0
Yes we did that however, its not working.
My question is , can we use metronic 6 with latest template.. 9.3.1 - rc ? If yes it would great because our application is already in production.
Can you help here ? Or any other suggestions ?
Thanks
-
0
Hi,
We haven't tried using Metronic 6 with AspNet Zero 9.x versions. You can try to replace only css and js files in AspNet Zero with your 6.x versions. In that case, it might work.