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

Tag: Metronic (1610)

If DEBUG is True, media and statics do not work in Metronic Django. What should I do?
Hi,Recently our project utilizing Metronic went through an upgrade from Angular 7 to Angular 15, and thus we also would like to upgrade the Metronic version we use. From the release note (https://preview.keenthemes.com/metronic8/angular/docs/changelog) we can see that the last version that expli...
I'm using html5 demo57 and aside doesn't have show hide feature. But I wish it had that feature. Is it possible?
Hello ,I am going to integrate metronic-v9.0.4 into Laravel project , I uses the instructions on https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel to do thatI see that the file src/app/layouts/demo1.js , while I will use the demo5 UI , so does this file will...
im try to modify and add a change password button here_UserAccountMenu.cshtml and this is how i code itCha...
I am using a Metronic HTML template (demo 40) and I need to make my controls, such as inputs, select, etc... of the type 'Floating Labels' to make the font smaller and therefore reduce the padding and margin space to top and bottom. Is there a style where I can specify the size of the Floating Label...
I have a stepper in my page and the stepper Id is 2 which is the current step (Saved on DB)I used this on other form and worked perfectly but with this form its doesn't appear to work I don't know why PS: the number of steps is changeable based on something in the DB so basically my question,...
Hi, hope you are doing well.I downloaded the ASP .NET Core starter kit and followed the quick start procedures, so that I was able to run the default template, using Demo 1. I noticed that Demo 1 for the ASP .NET Core version comes with just a few basic features, such as the Dashboard and Au...
Does nay one have a working example of how to metronic tailwind debatable with CI4 .... i tried installing it with ignite i am getting some stuff but not a clean install like ignite had its own search and paging stuff but i would like to use the metronic paging and search styling... so basicall...
What is the correct way for deploying a Metronic-Django web application in a apache Debian server using mod-wsgi
We've just downloaded the current version (8.2.6).Followed the video tutorial to setup your first project.When we run gulp --demo1, the images are copied however they are corrupt. This from googling means they are being compressed, however we cannot see any reference to compress...
Hi! I've recently integrated Metronic into my VueJS app, but after following your integration guide I'm getting this error when running my npm local dev build in Vue CLI:Any idea of what I might be missing?
For example, the official examples provided:https://preview.keenthemes.com/metronic8/demo1/index.htmlIn the case of mobile devices, there will still be a pop-up on the right side of the user's avatar. I hope the content that pops up here can be merged under the content that pops up in the left...
Hi! Currently I am working on a project which needed the slider. But when I implement it, the tiny slider does not shows up. Then when I install the library using 'npm install tiny-slider' and run again, there is an error "Duplicate identifier 'node_modules/tiny-slider/src/tiny-slider.d.ts:243:5 - e...
In the input image component, the input value is always emptied on change. When the form is submitted, the file will not be present protected _change(): void { const payload = {cancel: false}; this._fireEvent('change', payload); this._dispatchEvent('change', payload);...
Hi everyone,I'm working on an Angular (v18.2.11) project using Metronic v9.1.1, and I'm having trouble getting the datatable component to display correctly. I'm following the documentation here, but the styling in my application doesn't match the demo or the component overview. Specifically, the...
Hello,I have just upgraded to metronic 9, which is superb and very pleasant to implement, but I have a problem with datatable. I need to modify the contents of the datatable in ajax according to date ranges. Unfortunately, if I empty tbody and inject the new table rows, the KTDataTable content d...
Hello,Secondary and dark light badges text not visible in light and dark mode. On secondary text is invisible or white. Dark light badge is not readable because of gray text used. I can't upload images to show how it looks like.
I am unable to access the following URL: https://1.envato.market/EA4JP to purchase the Metronic framework. I keep receiving the following error message:"This site can’t be reached.Check if there is a typo in 1.envato.market.If spelling is correct, try running Windows Network Diagnostics.DN...
Hello,My company product using Metronic package but I'm not sure the version.After I implement content security policy and remove "unsafe-inline", i got this error:Refused to execute inline event handler because it violates the content security policy directive.The error focus on this...
HiI used the link below for file validation.https://preview.keenthemes.com/html/keen/docs/forms/formvalidation/advancedHow can I check the size of the input file as well?var validator = FormValidation.formValidation( form, { fields: { 'avatar': { validators: { notEmpty: { m...