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

All Questions (6025)

Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
Following the instructions is confusing.I download from KeenThemes, but then there are instructions to also download from google drive and I don't know why or what the difference is. I follow the installation instructions: https://keenthemes.com/metronic/tailwind/docs/getting-started/insta...
I have form layout in one Vue file. I use v-if directive to show html based on step.Initially when the DOM loads select2 is loaded and is working but when on the page i hit Next button to show other html in the same file, and thne goes back to Previous step to show the HTML, Select2 is destroyed....
I'm having an issue with my integration, when I use wire:navigate I simulate an spa, I reset all components and layout, like this:document.addEventListener('livewire:navigate', (event) => { KTComponents.init(); KTLayout.init();});But nothing works
I did not find any email templates in this theme
Hello there,How does Metronic licensing work ? It only writes about on project basis but what happens if there is a company that bought the license then hires a freelance software to work on it? Also what about version control? Say if the programmers want to use github for version control ? Are th...
Hi, i really like metronic and i'm trying to figure out what license should i purchase for my use case.I work for a company that specializes in restocking products in various physical stores. Each of the restockers, while performing their job, logs the tasks they have completed into software....
Hi,I purchased the Mega bundle for the discounted prices of $99; however after confirmation of my payment, I cannot see it in my downloads. Please help.Thanks, Garry
I'm using Metronic 9.0.3 Tailwind Next. I downloaded the tailwind next project from github and applied metronic 9.0.3.The project ran perfectly, but when I click on a sidebar menu, the selected item is not marked with the active css class. Regardless of which menu I click on, it changes the page...
Hi,I mentioned this issue a long time ago but it has not been fixed so I want to remind you.https://preview.keenthemes.com/html/metronic/docs/forms/image-inputIn the above link, the tooltip "Change avatar" wi...
Hii,I got sidebar scroll issue as shown in below screencast. When I move to any pages which don't have side bar i.e. in 404 page as shown in video, Then I move back to pages in which side bar is there then in this case sidebar hang up and can't able to scroll sidebar. I must refresh page for wor...
Hi, I have used Metronic 8 Vue and HTML templates before and I was really pleased with them. I heard Metronic 9 Tailwind is out. But there is something I don't understand; Isn't the Metronic 9 Tailwind template included with the vue.js version? Is there only an HTML version? Kind regards...
Hello,We would like to convert our system to the Metronic theme and are currently checking whether/how we can implement this. The application is based on Symfony (version 4) and an old, different admin template (based on bootstrap 3.3.7) which is no longer available. I think we have more experie...
Hi I have is install the metronic laravel starter kit on a webserver and when i try to login with the demo credentials the login form did'nt work. The error in my log is. I have done all the steps. In my local host work perfectly. But when i deploy it to webserver i get this error.40...
Hello,Where can I find a previous versions of Metronic releases? I want to update my current version and my developer is asking for the previous versions to make an update incremental.Thanks
Hello,I am using your Laravel Starter Kit with Bootstrap 5 in the latest version. There seems to be an issue when using Bootstrap DataTables with the data-sort attribute. Columns that have data-sort in their td elements receive left space, causing the contents to be shifted to the right.he...
Hello guys.I have a quick and silly question. Everything that I see on the "Live Preview" is available in React version, correct ?
Hello!After carrying out all the steps to integrate version 9 with laravel, when I open the page, the following error returns in console.logUncaught ReferenceError: KTDom is not defined at app-yk-ydo9-.js:16:16314I checked to see if I hadn't forgotten anything, apparently ever...
I was patiently waiting for metronic to release on next, meanwhile i decided to code some pages in a simple react app. Fast forward to today;I was trying to move my application, so I did setup metronic with next.js following the given commands on the guide and I got this error:
Hello!I've noticed we dont have the github project available anymore.Can you please, add it back?Its much better to keep up-to-date with metronic source code changes.The idea of having a branch for each major version is also very nice.Thanks!
Hi, I've followed this guide to integrate Metronic 9 with Vuejs. I'm running Vue router so, as mentioned in the guide, I'm initializing KTComponent like this:// index.tsimport KTComponent...