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

Tag: HTML (1408)

I noticed you removed documantation from the ZIP package.But doing this, I don't have access to previous versions of documentations.It's bad because if I decided to use an old version, I cannot see the correct version of documentation. Also,I can work with documentation even off-line...
Issues with menu position, and i cant understand why menu is jump to left-top. I use default menu html inside card:
Hello,I came across an error that I couldn't find a solution anywhere.I did some tests and realized that with "pure" bootstrap and select2 this error does not occur.The error happens when the modal has its content greater than the page, so the page generates the scroll. If there is a "sele...
I'm using the menu for my "Filters" like in the examples. I want to not close the menu unless the user will click on the close button.I tried data-kt-menu-static="true" and data-kt-menu-permanent="true" but it doesnt work.Any can help how to use the static and permanent option properly?
When I remove the JS from the 'Customers Listing' (kt_customers_table) table, then the table is not responsive anymore.I would like to use the table with a API because more than 1000 records is way to heavy for the html/js.Is it a bug or do I have to add a class to it?
How we can trigger events manually. for example, I want to remove image if greater then specific size.var imageInputElement = document.querySelector("#kt_image_input_control");var imageInput = new KTImageInput(imageInputElement);imageInput.on("kt.imageinput.changed", function(e) {...
Hi, I see Axios is already installed in package.json, but why is it still causing axios is not defined when we call axios on our script? isn't it already on plugins.bundle.js? Why select2 and sweetalert 2 can be used just using plugins.bundles.js? Thanks.
Hi, I wanted to download Metronic 8.1.14 Blazor Demo1. After keying in the item purchase code, the download button was spinning but nothing had been downloaded.
Where can I find the KTDatatable in v8, as I'm seeing in components only Datatables.net and yours are more smooth, besides with the regular setup of Datatables.net loads data with page rendering and if it takes too long will hangup page, but KTDatatable waits until page render and then loads data so...
Which version of jquery and bootstrap using in metronics 8.1 and the latest metronic?
How to update this server side https://github.com/mcintyre321/mvc.jquery.datatablesJquery datatable to KtDataTable in asp.net mvc?HTML KTDatatable metronic v8
Hi, When I refresh my page it seem it went from dark mode back to light. Is it some script or something that I accidentally remove or something that may cause it? And how can I fix it? I'm using V.8.1.0 Thanks.
How can I implement "mega-menu" layout options in menu.php configuration file.https://flic.kr/p/2nMWs6Rhttps://flic.kr/p/2nMWs5Zhttps://flic.kr/p/2nMVia4I saw that the views are in the directory "resources/views/layout/demo1/partials/header/_menu/__dashboards.blade.php" but I didn't find...
Hi,How I need to download invoice? Can you have an example of code for this 3 templates?https://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-1.htmlhttps://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-2.htmlhttps://preview.keenthemes.com/metronic8...
Hello, the `demo19` contains an aside option that we would like to use for implementation. However, when using dark-mode in Demo19, the aside does not update to dark-mode styling like the rest of the theme. You can test this via the demo page by setting Aside -> Display -> True. Then switch to...
https://preview.keenthemes.com/html/metronic/docs/forms/image-inputIf you click on the pencil icon on the example, it pops up the file input dialog, if you move the dialog away you will see a ghost background.Can you please fix that?
I have purchased Merronic, I want to some customization in layout. In this pagehttps://preview.keenthemes.com/metronic8/demo1/index.htmlIn fixed top bar, before Dashboard menu, I want to display organization name, which need to hide in mobile.Can you please guide me how to do that?
Hi, I download metronic_html_v8.1.4_demo20 and when I try to use the gulp command it gives an error. At first it give an error about lodash, i install it using NPM and that error is missing (I don't know that installing this lodash using npm is correct way), and then after that it give me other erro...
Hey there,I've seen that currently the Switch buttons on the current version is blending with the white background, causing it to look transparent.Any chance to get those varied switch buttons from this Metronic version?:But I'm talking specific on the - Basic Examples>With Iconhttps://p...
In the previous versions of the theme the checkbox inputs would have the class form-check .form-check-input that had the property cursor: pointer. In the current versions this was removed which in my point of view does not help the user experience.Example:https://i.imgur.com/VT2gVEq.png...