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...
TypeError: Promise constructor cannot be invoked without 'new' Message= Source= StackTrace: at new e (https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62:34584) at Function.all () at https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62...
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...
Hi there,I purchase a metronic theme and my client want a french version of it to decide of component to use according to his wants. The client persist that it have to be multilingual. Can you give me tips to translate the 119 pages in another languages?Best regards,Bodge
Hi Sean and teamI've just recently attempted to get an update version of Metronic to check if it had addressed some of the bugs I came across (and posted as questions).In previous versions, JS and CSS were full versions, not minimized.Is that a new change for the package you are now prov...
I've follow all steps from documentation to integrate metronic 9 tailwind version with laravel, but when I run, the sidebar can't collapsed. I've used your example integration project on github, but still same. I don't know what I missed, I just follow every single steps from your documentation.
I have created a new HTML page in a desired location, when I copy over the code from the theme page i would like to use as a base I get 404 errors and the page is all broken. Please explain what it is I am doing wrong.Thanks,
Can I upgrade the Datatables of my project to the latest version as I need to Implement more Sofisticated Filtering Options: https://datatables.net/extensions/searchbuilder/
Since I lost one hour on it :(It works fine on DIVs, but not on other elements (e.g. SELECT or INPUT).Maybe update the docs by saying "where" it works, because it took me quite a while to debug it - it would correctly let me create the instance, only to be empty with no block/release methods....
Hello,I’m currently using Metronic version 8.2.27. I would like to use the kt_modal_create_project modal, but I’m unsure how to proceed. It seems like I need to use the create_project in the src folder, but I’m not sure which basic HTML template I should provide for content.ejs.When I try co...
Hi,not sure if such config exist, but before building, is there a way to change the demo used to generate the razor files? or they have to be manually modified based on the HTML files?
I just purchased the Keen v3.0.8 html template from Bootstrap and I'm having some problems with getting the drop down and other JS to work. I'm assuming it's because I'm trying to import everything into ReactJS.Am I missing something or does this version come with a React template?
Hi there,I am using Symfony 7 which come with Turbo & Stimulus.Every time I change page, the menu / dropdowns stop working.I tried looking online for similar issue / solution, and the closest I got is few threads about Ruby using Turbo.In most cases, they say the solution is to use K...
Hi Team,Metronic on every page change is sending verify request to the backend.// verify auth token before each page change authStore.verifyAuth(); // before page access check if page requires authentication if (to.meta.middleware == "auth") { if (authStore.isAuthenticated) {...