I need to implement a Blazor Server application with a layout similar to demo2 (https://preview.keenthemes.com/metronic8/demo2/index.html). Is there an expected release date for this variant?
Is there a way to make demo2 functional in Blazor?
Hi,
Thank you for reaching out to us.
Our current plan is to continue supporting and improving the current Blazor Server Starterkit. The new demo implementation is not on our to-do list at the moment. However, you can easily implement the Demo2 layout by referring to the existing Metronic Demo Blazor Server Starterkit and Demo2 in our HTML version.
Please let us know if you need any further assistance with this implementation.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi Lauris,
I managed to make demo2 work in Blazor. Unfortunately, the header is not being displayed (On Scroll Sticky Header). In one of your posts, you guide to add 'header-fixed' to the 'body' element. When I add the attribute using the browser developer tool (F12), the template works perfectly. However, when I add 'class="header-fixed"' via Blazor code, somewhere in the code the attribute is cleared, and the class becomes empty.
This is what is happening:
"<body class="" data-kt-sticky="true" data-kt-sticky-name="header" data-kt-sticky-offset="{default: '200px', lg: '300px'}" data-kt-sticky-enabled="true" >"
Do you have any idea what might be happening?
Thank you for your attention,
Alanderson
Hi Laurus,
After a few more attempts, I managed to get it working perfectly.
Thank you for your attention,
Alanderson
Hi,
Glad to hear that. All the best with your project!
Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team