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

All Questions (6026)

I noticed that the Metronic 8 Demo1 HTML keeps the state of the menu when the page changes. I mean that it keeps the scroll location, which parent menus are collapsed or extended, etc.I did an implementation using the same Demo1 sources but my menu state is not conserved between requests.I c...
My current project involves using Metronic for React. I've installed the theme and everything is working just fine, including any new pages I've added (or removed) but Visual Studio always shows hundreds of deployment errors.I tried starting with both yarn and npm. Both work, both produce the sa...
Hello, I would like to know how to enable or disable the action of inserting a field of the form, another field of the form.In particular I am using wizard 2 and I would like to enable validation when changing another field.Thanks
Hi, My client bought the demo8, and I want to build it from scratch using ReactJS. But I can't find in the documentation how to use the libraries, etc. Is there any other way that I can build the design from scratch using react?
Hey guys.In previous versions there were amazing samples for this kind of things:https://preview.keenthemes.com/metronic/demo1/crud/forms/controls/input-group.htmlhttps://preview.keenthemes.com/metronic/demo1/crud/forms/controls/base.htmlhttps://preview.keenthemes.com/metronic/demo1/crud/f...
one form - 3 submit button - formvalidation.iohow do i validate the form using a single script depending on the button pressed different action needs to be performed. tried using class switch etc .. .doesnt seem to work in form validation.ioAny help ?
There is a HTML demo which I need for my project! It's labelled "Demo 22 - Social Dashboard" in preview page. (https://preview.themeforest.net/item/metronic-responsive-admin-dashboard-template/full_screen_preview/4021469?_ga=2.15566066.514234694.1649916692-688977105.1649785491)But same demo pa...
Error when running npm run dev --rtl --demo1for rtl in laravel demo1 [webpack-cli] TypeError: compiler.plugin is not a functionat WebpackRTLPlugin.apply (/Users/......./node_modules/webpack-rtl-plugin/dist/index.js:38:12)at createCompiler (/Users/......./node_modules/webpack/lib/we...
Hi,I run npm install in the template Laravel project I see this:D:\Projects\metronic\metronic_v8.0.38\laravel (main -> origin) λ npm install...
Hi,This is related with the Topbar component question that I found with RTK Query. I have the same problem with this https://devs.keenthemes.com/question/rtk-query-in-react And It seems the dropdown does not trigger everytime I click the "profile" image. We have the same issue, when logging in a...
I have strictly followed the documentation for using formValidation with Select2, but I'm unable to get it running.I continually get the error:TypeError: null is not an object (evaluating 'e.classList')
When the secondary aside is enabled and minimized please make it to where when you click on an icon it displays the secondary aside content.
When I send a POST request, for my login API in .net-core 6.0 I have this error in the console:auth.service.ts:56 err HttpErrorResponse {headers: HttpHeaders, status: 0, statusText: 'Unknown Error', url: 'https://192.168.254.115:7047/api/Auth/login'zone.js:2680 POST https:/...
Where would I put the ajax search function inside users-search.js? It would return a php page containing the data-kt-search-element="results""use strict";var KTModalUserSearch = function() { var e, t, n, s, a, r = function(e) { setTimeout((function() { var a...
This is a solution. The icons didn't line up for me when using font icons with the aside. it can be easily fixed by changing: {fontIcon && aside.menuIcon === 'font' && }to {fontIcon && aside.menuIcon === 'f...
I bought the theme from https://themes.getbootstrap.com/product/start-react-bootstrap-5-admin-dashboard-theme/ and get stuck on running the react app:Failed to compile./some-dir/src/_start/helpers/components/KTSVG.tsxTypeScript error in /some-dir/src/_start/helpers/components/KTSVG....
Is it possible to programmatically scroll a KTScroll to the top?I'm getting the element as follows:var scrollElement = document.getElementById('kt_modal_new_address_scroll');var scrollObject = KTScroll.getInstance(scrollElement);But there does not seem to be a public met...
Hi,version 8 with vuecan you please give me a tip on how to use Modules in components?For example AuthModule - I`d like to print user name in topbar component
[webpack-cli] Error: Cannot find module 'del'Require stack:- C:\xampp\htdocs\BleepalERP\webpack.mix.js- C:\xampp\htdocs\BleepalERP\node_modules\laravel-mix\setup\webpack.config.js- C:\xampp\htdocs\BleepalERP\node_modules\webpack-cli\lib\webpack-cli.js- C:\xampp\htdocs\BleepalERP\node_modul...
DrawerComponent.ts contains static method handleDismiss().It is used for external drawer toggle handler.There is compiler ignored line there:/* @ts-ignore */const element = this.closest('[data-kt-drawer="true"]')this refers to class, and not to an instance of it, so closest does not exis...
I can see some table row border is light and some row is dark border , and there is no pattern for the same.
Hello,I'm using metronic v8.0.35 demo1 theme (in angular).What can I do if I want to trigger splash-screen show again?Thanks :)