After downloading the Blazor demo and starting debug, the page doesn't load. Just the loader does:https://postimg.cc/wtbDqXK5 After further investigation, it appears that it doesn't load in Microsoft Edge. I tried Google Chrome and it works fine.
After buying from Themeforest, I only got access to Metronic version 9.2 which is using tailwind. i am looking for the version which has bootstrap and works with angular but i cant find it.
Uncaught SyntaxError: Invalid or unexpected token (at datatables.bundle.js:14403:896762)Sign in to use this featureThis feature is only available when you sign into Chrome with your Google account.i am using asp.net core 8.3.0
Good morning,I found an error with my Cropper.js configuration and was trying to find a solution when I discovered that the current version had been updated from Cropper.js v1.6.2 to Cropper.js v2.0.0, but without any reports in the ChangeLog.The new version behaves differently, especially becau...
Hi team,I’d like to report a bug I noticed in the documentation for one of your templates. There seems to be invalid HTML syntax in the section where icons are used.Here’s an example from the documentation:
hi, am trying to integrate 'metronic-tailwind-html-v9.2.0' to angular(19.2) following this doc : https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/angular, but its seems like the documentation is not up to date because am not able to find most of the resources like 'index.js'...
Hi,I would need to download an older version of Metronic. I purchased it from Theme Forest, but only the most recent version can be downloaded from there.How can I do this?Gregorio
I am upgrading the theme from 9.1 to 9.2, but I am experiencing several problems with KTDatatable.- In demo1 the tables use different classes than KTUI. Example kt-card-footer -> kt-datatable-toolbar, flex... -> kt-datatable-length etc..- How come the columns are always sortable even if I se...
When running npm run build, it always exists with the following error:> Build error occurred[Error: Failed to collect page data for /api/user-management/settings/general] { type: 'Error'}
i am getting this error when trying to integrate Metronic 9.2 into angular 18./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/metronic/css/styles.css - Error: M...
I had followed step by step instructions for the Angular integration, and facing many issues. i get the following errors when I run "ng serve"I appreciate if you can update the github repo for angular with metronic 9.2.0 least as a baseline.Application bundle generation failed. [1.552 s...
There is a way to integrate formValidation with tailwind HTML components?Do we have examples of it?If not, please consider adding integration for those form validationsThanks
Hello,We use the Metronic Bootstrap theme and have noticed various output issues on (older) Apple/Mac/Safari.Which browser versions are supported, and what are the minimum versions required for everything to work correctly?Unfortunately, I couldn't find any information about this in the...
Hello! is there any guide to help me update my laravel 11 project with metronic 9.1.2 to 9.2? I need it urgently and the truth I have tried by all means and always send me some error.. the official implementation guide of laravel with tailwild is not effective, I would like to know if there is a mig...
Hi,I have a couple of questions regarding Metronic:1.Is there any plan to implement or style a Toast component (like toast.js) in upcoming versions?2.The new buttons look quite basic. I personally preferred the ones from old versions — will those older button styles be brought back or m...
Hello!We want to change the default white color of menu link in sidebar to blackhttps://preview.keenthemes.com/metronic8/demo38/index.html?mode=lightSee the "Default" text of selected item in sidebarHow to achieve this with _variables.custom.css or other way?Thanks in advance.Eli...
We started to develop an application with Tailwind + React JS javascript version, but we realized that there is a responsive problem on a small screen. As the breakdown with the menu information above gets longer, the page width continues to get longer and the usage for mobile use suffers. For examp...
I've noticed a console.log() in the file`metronic-v9.2.0/src/core/components/component.ts` - line 96I know we can compile everything again, but I think is a good idea to remove it from source code.Just a suggestion