Hi,
We are trying to create a Blazor server app using html template code from Demo 33 HTML. Currently the sample page only has header and left side bar with blank body.
The button "kt_app_sidebar_secondary_toggle" and the user profile mouse over menus at header are not working.
It works sometimes when I try to shift+F5 full refresh page but then stops responding. We guess this is something to do with below two scripts not loaded properly.
<script src="assets/plugins/global/plugins.bundle.js"></script>
<script src="assets/js/scripts.bundle.js"></script>
Hi,
Thank you for reaching out to us.
Did you initialized our KTComponents instance?
protected override void OnAfterRender(bool firstRender)
{
if (firstRender)
{
JS.InvokeVoidAsync("KTComponents.init");
}
}
Thanks a lot for your quick response. Its working fine now.
Hi,
Glad to hear that. Please don't hesitate to reach out if you need anything more from us.
Regards,
Lauris Stepanovs,
Keenthemes Support Team