Hi,I’m thrilled to share the latest Metronic 9 React/Next.js update with you! Check out all the details here.We’re also working on the Metronic 9 HTML/JS update announcement, which will be released soon—stay tuned for more!...
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.
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,The Metronic 9 React demo page is broke. Just displays the URL.https://keenthemes.com/metronic/tailwind/react/demo1Also can you please share a tentative date for the next major update?Thanks!
Hi, I have a brand new Vue project which I've created according to your Vue integration instructions and I'm having trouble troubleshooting why many of the Tailwind style definitions are not being applied as in your demo.Basic elements like inputs and buttons are missing basic styling and ar...
Good morning,After install the new version of Metronic_laravel_8.3.0, i have this errors on Laravel logs:[2025-04-30 14:21:50] local.ERROR: Target class [App\Core\Bootstrap\Metronic\Demo1\BootstrapAuth] does not exist. {"view":{"view":"/var/www/samuelolavo.com/public_html/resourc...
I would like to setup this metronic_html_v8.2.9_demo7 on top of a fresh Laravel v12 Inertia - Vue3. Have been struggling for a week now. I did try referring to online documentation, checking out Laravel Demo (which I see was created using Livewire) while I am looking for Inertia-vue. The project tha...
I'm aiming to implement a fixed-position bottom navigation bar for mobile views in Metronic. This navbar will remain visible at the bottom of the screen during scrolling and will feature icon-based menu items, similar to the navigation found in apps like WhatsApp or Instagram. The goal is for this b...
I'm getting the following errors after following the quick installation guide after running npm run build:> keenthemes@1.1.6 build> webpack[webpack-cli] Failed to load 'C:\Working\CraftTheme\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined at file:...
It seems that the build tools are outdated. At first, I tried NPM and Yarn to build, but I got an error stating that it should be using .cjs instead of .js for Webpack. When I renamed the file to .cjs, I encountered another error:Failed to compile argv bundle!resolve '@shopify/draggable...
Hi TeamAfter downloading, built and ran the applicaiton in my local, The Home page loaded succesfully, however none of the other pages are loading, I am getting some JS errors in loading the home page. Need support
I am getting several JavaScript errors while trying to integrate the HTML Start Pro theme with Laravel. Please see the attached screenshot. Uncaught TypeError: e is undefinedUncaught TypeError: KTApp is undefinedUncaught ReferenceError: KTUtil is not definedScreenshot: https://fr...
I downloaded the Laravel starter kit from: https://devs.keenthemes.com/metronic/laravelBut it has many JS issues in the console related to scripts.bundle.js , it seems like ordering is the issue, in which the component JS is getting loaded in script.js:const glob = require('glob');// K...
Il y un problem quand travaille livewire 3 avec keen admin malgre ajouter code suivante menu pas travaille pourqoi : @script document.addEventListener("livewire:navigated", function () { KTApp.init(); KTMenu.cre...
I purchased Metronic. The DEV (yarn dev) version runs without problems. I'm trying to build and run a test DIST (yarn build) version on the server. But I get a blank screen at the address of the public server. I have one file in the dist folder (/metronic/metronic-v9.1.2/metronic-tailwind-react/...
Hit the below error at plugins.bundle.js file under demo 13.Previously the app was running well but get this error after upgrading VS (version 17.12.5).the error is hit on metronic v8.2.3, i have also updated metronic to v8.2.9, still getting the same error.pls advise how to proceed furthe...
Hello KeenThemes team,We are currently using Metronic version 9 in our project, and we would like to ask two quick questions:Where can we find the official alert components (for displaying success, error, warning, or info messages) in Metronic v9?We've searched the documentation but couldn...