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...
When I use the table bordered class in my tables the table doesn't have border at top & bottom. So for having that borders I need to use border-top, border-bottom. and class table-bordered doesn't appear at the sass base code in the template. PLZ someone help me solve this. I will be so grateful...
Hello Support,I attach new theme to my application. built with ASP.NET Webforms. the sidebar menu is hidden when open the page at first time.see video please:https://www.youtube.com/watch?v=WZOLQ2397qMI test it in real host as you see in the video above.Could you tell me if there's m...
Hi, I have downloaded the latest files but I don't see a full project for the preview available for React version 9.Is this no longer possible to download the complete files for React on version 9, as I only see this in version 8?If so what is the approach to get the compelte files that repl...
Hello,Is there a Composer trial?I'd like to try it before buying it. I want to analyse what it generates, whether I can use it in my Rails project, and whether I can adapt it to an ERB file.Thank you.regardsMario
Hi team,I’ve been working on integrating the Metronic theme (purchased license) into a Next.js project using the App Router. However, I haven’t found a direct or officially supported method to do this with the HTML or Tailwind version.I came across some community suggestions recommending the...