Hi, after upgrading my app to 8.1.7 to be served from Vite, I get around 300 errors when I try to build - but no errors when I use npm run dev. Something most have changed radically, with the new build motor going from Webpack to esbuild with Vite - I understand that, but it's quite useless to n...
Hi support,I have followed instruction from https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpackThere is wrong instruction at No. 8, should be npm run localhost not gulp localhost. When I typing npm run localhost why asset folder missing ? so demo1 website was...
Hi, thanks so much for creating the new Metronic Demos! I know you all are working on more package updates; I'm just wondering whether it would be possible to get access to the Figma file for Metronic Demo 39? We're keen to start implementing based on https://preview.keenthemes.com/metronic8/demo39/...
The variable "$custom-sizes" in _variables.scss file has only the following percentage values: 25%, 50%, 75% and 100%.I would like to add new missing values, for example: 5%, 10%, 15%...I created a new variable "$custom-sizes" add only the desired values in _variables.custom.scss, not overwritin...
HelloI'm trying to get the active menu to update however receive the following error:admin2.php:667 Pathadmin2.php:668 /usersc/admin2.phpscripts.bundle.js:2547 Uncaught TypeError: Cannot read properties of undefined (reading 'closest') at _getItem...
Hi, I am seeing this error in my console:Uncaught ReferenceError: KTUtil is not definedhttps://localhost:50461/assets/js/custom/authentication/sign-in/general.js:193I think I have added all the scripts I need for this page: var hostUr...
There is an option of mouse-drag according to official doc https://ganlanyuan.github.io/tiny-slider/demo/ that I can't reproduce via https://preview.keenthemes.com/html/metronic/docs/general/tiny-slider/overview#optionseven with an ID of "mouse-drag" in the container as they request
Hi, do you have any news about metronic support for Laravel + Inertia applications?This topic was already asked a couple of times in this forum.It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to wr...
import { useI18n } from "vue-i18n";const i18n = useI18n()how I can use it in folder router in index.ts file to translate for example :pageTitle: "title",breadcrumbs: ["bread"],I have tried a lot but to no availMetronic demo 8 version 8.1.7node v18.12.0...
I started my project on version 8.1.1 for Laravel using demo8 and now that I have completed it I would like to upgrade it to the current version which is 8.1.7.I noticed that there are some differences in the especially in the resources folder, I understood the new build method but I can't under...
I know that codecanyon dont support more than one license to be used several times..But if we wanted to use the same dashboard as a start kit for several times, its gonna be a issue for a development agency.Is there any way we can get this so we can use it several times under a one license,,ma...
Hello!When I try to use my own version of Fontawesome pro the "duotone" icon type only works if the plugin was initializated by JS.But in my project i need initialize as CSS.The JS version working:The CSS version bug:
While installing Flask demos the other day, the antivirus detected an issue in the node resources as shown below. The packages used need to be reviewed again.
Hello, I am using HTML Metronic, and you know there are many repetitive DIV module like Footer, Header, Sidebar, So I want to decompose them. I decide to make them Vue modules. In other words, I will add Vue-template(the inner code is the same as the original code) to HTML by httpVueLoader. Everythi...
Dear team, we are using Metronic Dashboard and it is more than amazing! We are v7.2.9 Angular-based dashboard (NgBootstrap) and would like to add Calendar component.What would be the best approach to do so, since there is no Calendar component in our version?