Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Metronic (5005)

Hi, are you planning to provide a CRUD example for angular which uses material themes?
I've downloaded the HTML package of Demo2 from the new Download page, and in the package are missing the CSS Dark files style.dark.bundle.cssplugins.dark.bundle.cssI've tried to download from themeforest and the package contains only the demo1 of the html , but the dark files are missing t...
Hello everyone,I am using React.js with Metronic 8 Html theme. The dropdown in TR that I added statically when the page loads is working (Top tr). But the dropdown inside the dynamically fetched of the map function is not triggered. (map loop)How can I trigger these dynamical...
we purchased your theme one day back, now we are tried to copy your source code and pasted in our angular application but we are getting so lot of error while running the application, need u r support regarding the same.
I bought Metronic 7, and now I want to import elements that are only available on Metronic 8 (such as a form select with a search bar) to my project.Is it possible to do so? Thank you.
Hello. I switched to vite in a project where I used the vue version of metronic7, it was very good for me, I see a lot of benefits. I want to make a project with metronic8, but when I want to use vite, I encounter many errors while building the project. Are you planning to use vite in the near f...
I would like to remind you about the following bug Scenario to reproduce the issue : 1/ Visit the angular demo version page https://preview.keenthemes.com/metronic8/angular/demo1/dashboard 2/ Browse to « Error 500 » page using the sidebar menu 3/ Go back to the home page using the « go b...
i have purchased the metronic 8, but the angular source code i got is not the same as the preview site. https://preview.keenthemes.com/metronic8/demo1/
All methods have been used to run metronic8 theme18 in blazor server,But the theme didn't work properly every time*******method 1*******1- The method was followed as described in your link: build assets by using webpackhttps://preview.keenthemes.com/metronic8/demo18/documentation/getti...
Hi, i'm using the metronic demo1 on react and i've searched everywhere and the other questions on here on how to completely remove the auth page and i've ran across a couple things.. firstly this.
Hello,How can I buy demo 8 of metronic. I made a purchase thinking I had bought it and it turned out to be demo 1. I need demo 8.How do I buy itThank you very much.
Hi,I bought Medtronic theme (Metronic v8.0.36) recently. We were not able to to find the dark mode switching button as shown Demo1.
Can't get access to github, e-mail not come!
Hi,Can you please mention the specific release date for Metronic 8 : Demo 7 - React theme?
Hello,I am trying to follow the instructions for the Blazor integration but I am confused by what is described. In the Setup theme folder chapter it says:We need fully copy /html/theme folder and paste it into a root of our Blazor app.As I have unzipped the files to C.\ I should find the...
Hi, My app is running locally fine with "npm start"I tried building it with :npm run buildBuilt is successful. "The project was built assuming it is hosted at "/yourcryptovoice"and then i run:serve -s build -l 5000The console says "Serving"when i open the url http://localho...
Hi, is there any example of CRUD for Vue 3 with Metronic 8? I could not find it in the documentation and in the source code.
Hi all,is there any way to make a modal draggable in Metronic v8? I know I could use something like jquery-ui or Shopify's draggable but it would be very nice to simply add a data-draggable="true" attribute to a modal-div to make it draggable.Think of it for a future release, please.
how is pattern in an array for permission and role ? it can config in config/menu.php I guess. But I don't know how ?ps. Sorry My English isn’t that good
Hi Keenthemes,After upgrading from 8.0.34 to 8.0.36, the invalid message for input group are not showing,I may know the reason, it"s when you updated the text color inside input-group lately changed. (wich is looking goood), but it maybe this update on input-group affected the css reposnsibl...
I am trying to use select2 but my function is not detected, the following$('#departamento').on('change', function () { var data = $(".select2 option:selected").text(); console.log(data); })also try the following$('#departamento').on('select2:select', function (e)...