Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

All Questions (6041)

Hey guys, Long time Metronic user here, but I am not very advanced.The Demo5 theme has red as it's primary color, used everywhere. I have tried everything I and others can think of to change the primary color from red to blue, but no matter where we change the color it ALL always stays red....
I am integrating Metronic to a SPA web app with Aurelia.js, VSCode and Webpack. When I build the application with NPM I get 3 warnings as the following:There are multiple modules with names that only differ in casing.This seems to have to do with inline svg declarations as the followinga...
When I add an ajax script to the page it's being overrode and still submitting the form with a refresh instead of loading my ajax script. Is there a basic ajax insert script for a form anywhere? Or at least as an example would someone be able to do it to the project settings page?
Hi guys, I want to buy a template, but I will use it in Angular framework, Does it prevent me from using it in Angular? On Angular, as we all know the TopeScript language, will it prevent me from using it inside?Would you recommend me to take a template to use in Angular ?I really want to buy it...
Dear support,We are using Metronic Laravel Demo 8.0.37. We include repeater.js in global pages config"plugins/custom/formrepeater/formrepeater.bundle.js", when we try to use in JS its giving "$(...).repeater is not a function" error. We also try to include it in plugin.js but the result is same....
import firebase from "firebase/app";import { defineComponent, ref, onMounted } from "vue";interface ICustomer { id: number; name: string; email: string;}const customers: Array = [ { id: Math.floor(Math.random() * 99999) + 1, name: "Emma Smith", email...
Hi, I'm having problems to run blazor server app with metronic theme. I have followed instructions from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html as well from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/bui...
Hello,I didn't understand how to use REGEX validation on fields like email, phone, url, vat etc ...The code I use is the following 'email': { validators: { notEmpty: { message: 'e-mail richiesta!' }, regexp: { regexp: /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/, message: 'Indir...
Hi, at the moment demo 1,2,3,4,5 is available with VueJs3.Can you please pass information about nearest future..which template can occur?
I've tried to deploy metronic for vue 3 in docker and map it with my hostname but it can't run with the build command that you gave in the readme file. Do you have any suggestion or any more guide line about how to deploy it?
Hi Team,I have downloaded the latest version and started using "npm run localhost --demo1". I'm using I'm able to access the URL at "http://localhost:8080/dist/"But When I click any link in the menu, it is giving the error. For example when I clicked on "Crafted" - > "Authentication"...
run npm serve command, prettier too many warnings; 1:11 warning Delete `␍` prettier/prettier 2:20 warning Delete `␍` prettier/prettier 3:31 warning Delete `␍` prettier/prettier 4:22 warning Delete `␍` prettier/prettier 5:27 warning Delete `␍` prettier/prettier...
Hi,what is the purpose of executing before each router call verify action?Metronic is expecting back user object with token. So my backend should check if user from authorization header exists then pass user with new token back?Regardsa
How i can Export Dropdown list and make in active to down load PDF or Excle file?i'm useing KTDatatable type: 'remote', metronic 7
i've downloaded metronics latest version 8.037 on themeforest, but the size only 679mb, why it only contain demo1? The previous version 8.035 got 3,1gb on its size.
If I purchase Metronic like regular license, can I get all kinds of the codes? HTML, Vue, React, ... etc.
We've built a web solution using metronic react - no issues on windows or android devices, when on an apple device you can create a new record but when you then go to update it - it throws a submitForm(() TypeError: Load failed.Has us stumped...
Hi we were curious when you might have typescript support for your core components?
When I click on "Layout Builder" it shows "Failed - Network Error".How do I solve this problem?
I have tried utilizing a simple form to get the hang of how your scripts work, but am confused. I copied the section of "Sign-In Method" from the "Account->Settings.html" page in demo 20. By clicking the "Change Email" or "Reset Password" buttons, neither of the sub-sections open up and I was curiou...