Hi Keenthemes,
what are the major html class changes between 8.0.38 and 8.1.1.
I'm about to re-integrate the new 8.1.1 html markup , what markup classes should I change in html ?
NB : I'm not asking about CSS or Javascript., But html markup changes
for the js and css, I just copied the whole thing assets folder.
for example, tooltip are not working, because it is obvious when you pass the mouse over, but deep inside what are those classes name that changes in makup demo1.
thank you.
Hi,
The new Demo 1 comes with a new html markup that uses app-*
classes and slighly different HTML markup.
If you are using dynamic contents, you will need to use KTApp.createInstances()
whenever you load new content(route change) and initialize new elements(tooltips, popovers, select2, etc) and KTApp.init()
should be called only once on the app init level.
as explained here.
Regards.
Hi Sean,
I'm aware of the re-initialisation way.
I'm asking if the HTML markup classes changed or not in the 8.1.1 ?
Do I have to keep my html markup of 8.0.38 to be updated on 8.1.1 ??
like :
<span class=" xyz"></span>
Hi,
In Metronic v8.1.x only the layout levels classes are changed as explained above. Also, font-weight classes are changed as per the Bootstrap 5.2 update:fw-bold
-> fw-semibold
fw-bolder
-> fw-bold
fw-boldest
-> fw-bolder
The rest classes remain.
Regards.
Hummm interesting, very,
Ok, thank you so much,
So no need to redo the whole thing, except the Layout Level,
----------------------
Could you confirm that everything that goes inside the content Area stays the same except their font classes, pleaaaase ?
-----------------------
Thank you .
Hi,
Yes, everything in the content should remain, except those fw-*
class changes by the Bootstrap 5.2 update
Regards.
Wonderfull,
Rock & roll for 8.1.1 baby.
Thank you soooo much Sean.
Sure thing, all the best with your project
Thank you