I have downloaded the ASP.NET Core project. On the index page I have this code and the datatable is not working. Thank you for your help.
@{
ViewData["Title"] = "Dashboard";
KTTheme.addVendor("datatables");
}
...
file:///C:/wamp64/www/met2022/demo1/dist/dashboards/online-courses.html
I just need this file to use? Can I skip the build process as mentioned in this video?
https://www.youtube.com/watch?v=2uWJpnuCMKQ
Thanks
Is there pre-made component for Draggable in Metronic React?
I searched in demo1 of react metronic but i am not able to find anything related to this. or I have to include it manually.
Dark mode switcher is not displaying in Metronic demo 8
https://snipboard.io/S4Crmf.jpg
I didn't change anything in the code:
@if (theme()->isDarkModeEnabled())
I bought a metronic theme,
I followed the laravel instructions to build the application.
Everything is working fine except that the svg icons are not working.
I tried looking for a fix on my own but i'm not getting anywhere.
Hi Sean and Team
I receive an uncaught error which is traced from plugins to sign-in validator script -> KTSigninGeneral.init();
Error:
Uncaught TypeError: Cannot read properties of null (reading 'classList')
at plugins.bundle.js:26422:119075
at Array.forEach ()
at...
Hi Team,
I need to copy the alert message in the Sweet Alert Swal.fire, because I have a functionality in the Alert Success to copy a text message.
In the documentation it can be copied, but not in the template.
https://preview.keenthemes.com/html/metronic/docs/general/sweetalert
Thank you...
Dear support!
I am using Metronic 8.1.5 HTML theme and I would like to known if this version has the functionalities KTApp.blockPage, KTApp.unblockPage, KTApp.block and KTApp.unblock. If not, which is the equivalent for:
KTApp.blockPage({
overlayColor: '#000000',
state: 'primary',
messag...
Hi,
I'm using metronic angular v8.1.5 demo1
I found a typo that was causing the breadcrumb to not be displayed.
src/app/_metronic/layout/components/toolbar/toolbar.component.ts:120
this.appPageTitleBreadcrumb = this.layout.getProp(
'app.pageTitle.bre...
I have an issue with utilizing multiple scripts on one view. I have a view that contains a collapsible panel and form validation. I am trying to utilize the assets/js/scripts.bundle.js and the assets/plugins/global/plugins.bundle.js which I believe are what is needed to utilize collapsible panels an...
Hello,
I have been trying to find a way to change the language i use in my laravel/metronic 8 application.
1st problem : I have created a new lang folder called fr, and to get started I copied the files I had in the folder en, translated them, changed the language in app.php and the pages ar...