Hey Metronic Community!We're thrilled to announce the Beta Testing phase for our upcoming Metronic 9 Tailwind React + Base UI version!This is your chance to get an exclusive first look at the latest evolution of the Metronic 9 React Toolkit and help shape its future.
I have an old project that was built using the Metronic Theme for its frontend and Laravel PHP for the backend. Unfortunately, we lost the complete source code for the frontend, but we still have the .vue files.We need to rebuild the frontend using these .vue files.
We are thrilled to release a year of hard work for Metronic 9 with Tailwind CSS! As Tailwind CSS becomes the de facto UI framework for modern sites, Metronic 9 aligns with this trend right on time. What's New:Complete Figma Files: Every single page, component,...
When you purchase Metronic, the premier admin dashboard template from ThemeForest, comprehending the licensing terms is crucial to ensure your usage complies with legal requirements. This guide aims to demystify these terms, highlighting the differences be...
Dear Community,Metronic Evolution is on the way! Redesigned UI, dark mode, MUI Version with Next.js, Vite, Typescript, and a rich component library, plus Tailwind Version with Webpack support and versatile components.Complete Redesign. Revolutionary redesign with new UI, dar...
Hi everyone,I'm using the Metronic theme (bootsrap) with KTDataTable in a .NET 8 Core project. I have successfully implemented server-side pagination, but I'm having trouble passing custom parameters (e.g., idCompany and idWallet) to the backend.I've tried to use the mapRequest configuration...
Dear colleagues! In accordance to the demos on the web site we expect to have an access and code for full stack of applications (include mail, contacts, projects, chat and etc.). Unfortunately when we installed your complect from Themeforest we have no applications.What we should do in order to ac...
Hello,Could you please fix the "search contact" option in below webpage?https://preview.keenthemes.com/metronic8/demo31/apps/contacts/view-contact.html?search=brianThank you!
I purchased and installed Metronic and Composer and followed the setup instructions. Everything seemed to complete successfully, but I was expecting some instructions about accessing a UI. When I navigate to 127.0.0.1:8001 or localhost:8001 I just get a blank page with a relative url on it (ex....
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,I'm experiencing an issue with the Metronic menu. I have implemented it as shown below, using data-kt-menu-trigger="hover", but the menu behavior is inconsistent. Sometimes it opens on hover, and sometimes it doesn't.I’m encountering this issue in multiple places across the application....
I'm currently working on the Metronic dropdown component and having issues with it. What it does is when I click on the Main Dropdown button, it shows the Main Dropdown content. But after the Main Dropdown is shown and I click on Inner Dropdown button, it dismisses the Main Dropdown content.I wa...
Background: Using Metronic Tailwind version with nextjs.Question: How to load all data once spanning multiple pages in the datatable from the remote data source and show it paginated.Currently if i return all data which is more than the page size it displays all records on the first and on...
I have developed many apps in metronic react tailwind v 9.1. with node 20. everything works fines in dev mode, even in express server (serve -s) local work. It connect perfect with google auth and cloud VM instances. builds are made whiteout errors but the final dist index.html with required assets...
Hi, I want to know how to use Image Input correctly. I try to use this code: imageInput = KTImageInput.createInstances(); imageInput.on("kt.imageinput.remove", function() { console.log("kt.imageinput.remove event is fired"); }); And I also use: imageInputElement = d...
Hi,I have an HTML and PHP project built on Metronic 5, and I would like to upgrade it to Metronic 8 or at least update Bootstrap to the latest version. Could you guide me on the best approach to achieve this?Thank you.
I am currently using Metronic Laravel 8 and for Quill JS, how to I add Image Resize module? I have checked this package https://github.com/kensnyder/quill-image-resize-module but I was unable to make it work. Do you have any reference or sample to add Image Resize Module on Quill JS? Thank y...