my company is looking to purchase a theme, and when looking at the theme previews in safari, most of them have a scrollbar on the left hand navigation. this scroll bar is not present in firefox or chrome. will this be fixed before we purchase? I am in safari 18.4 by the way.I can see it on these...
Dear all,I want to fix the sidebar_toggle icon because the problem when hovering the mouse on the icon to close/open the menu, the hover effect makes the icon move to another place before clicking to close/open the menu, which makes the user experience not good.How can I click on the icon with...
Hi, What is the best practice for companies that have a Metronic 8.x application built with Angular and would like to upgrade to Metronic 9?1. Is a complete rewrite required? 2. It does not seem that Metronic 9 will have Angular version support similar to React. What is the vision going...
I have a few questions about today's Metronic update. 1. why did you remove the button classes like: Success, Warning, Info? Will they still be usable or will they follow in one of the updates to fit the style?2. license: Did I understand correctly that the Tailwind version is now OpenSource...
Greetings,I have installed the starterkit for Symfony and followed the guides (which in my opinion are not helping) through trial and error.For gulp I don't get any errors. but when I run symfony server:start only the Symfony landing page is showing (with 404 error at the bottom left). When...
I couldn't find the files for the react starter kit for metronic 9, could you send me the link?I also tried to access the documentation and it's not opening
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...