Hello!We running an Angular 18 application using the Metronic theme and love it (we're running Metronic 8.2). However, we recently ran the project through SAST scan and it returned a number of vulnerabilities tied to https://cwe.mitre.org/data/definitions/79.html.Basically, it's complaining...
I made my Metronic 9 React Tailwind Integration, my system is running in the "dev" environment, but I get the following errors when building.src/metronic/core/components/datatable/datatable.ts:20:21 - error TS2612: Property '_config' will overwrite the base property in 'KTComponent'. If this i...
Dear Support Team,I am currently evaluating the integration of your Angular template into my project, which is using Angular version 18.0.4. Could you please confirm if your Angular template is fully compatible with Angular 18.0.4?If there are any known issues, workarounds, or specific considera...
When I bought Metronic 13 years ago, what I loved about it was that I could grab components that were beautiful and functional right out of the box. Those were the HTML days... Now I'm building a more modern app so I'm using the more modern version.Aaaaaaannnnndddd.... three weeks late...
Dear Support,I purchased a copy of Metronic but have trouble getting your Blazor integration guide to work. I'm following the instructions here:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-serverI followed thru steps 1 to 4 (4 being - npm install & npm ru...
hey,on page doc:https://preview.keenthemes.com/html/metronic/docs/forms/tagify#users-with-avatarsi get on console JS error of:tagify.js:1 Uncaught ReferenceError: Tagify is not definedi want to see and use sone of the sections on this page.i try different browsers without luck....
I recently purchased Metronic 9 Tailwind CSS version and integrated it with my React application. Following the documentation, I added the initialization code to my app.js:useEffect(() => { KTComponent.init(); KTLayout.init();}, []);This successfully got the basic...
I've noticed several classes are missing in assets/css/styles.css file.They are present in Docs tho /docs/dist/assets/css/styles.cssFor example:This menu pagehttps://keenthemes.com/metronic/tailwind/docs/components/menuUses this block to show the accordion a...
Is there a way to get in future releases a separate class for active and hover for button css classes as you have hover for others like bg, scroll, text, etc. If I use this config: class="btn btn-active-primary" it will work as expected but whenever you include the button inside an accordion, as...
Hello there,What I need is a template that uses tailwind and it should support RTL.so my question is...Does metronic 9 support RTLor does metronic 8 use Tailwind
Today, I purchased a license for Metronic 9 React. However, it is not fully completed yet. I thought it was finished, and this made me a bit disappointed. Could you provide information on when the theme is expected to be completed?Additionally, could you give a release date for the Next.js versi...
Hello, how are you? I am about to start a project for which I purchased the license, but I see that Metronic 9 is being released with React, or at least that's what it says on this page:https://keenthemes.com/blog/metronic-9However, when I look for it in the downloads here, I can't find it....
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) {...
Hello Team, I want to use the demo64 files instead of demo1 files in Metronic 8.x - Angular version. Please let me know the steps that I need to migrate from demo1 to demo64. I mean what are the files that I need to update or replace. Angular version is available for demo1 files only. Thank...
I am anticipating your react full project demo just like your https://keenthemes.com/metronic/tailwind/demo1.Do you have a projected timeline on when you will be releasing it in public? Like is it coming this month, next month, or next year?
I implement an action component where it stores a button to trigger the drawer and the drawer in it. That component will be used across all my pages that need that action. Currently, desktop and Android devices work fine. But on iOS devices, the drawer shows up inside the table. The short-term solut...
Hi,I'm using the Tailwind version of Metronic with Vue 3 and Nuxt 3. The sticky component works fine when the page initially loads, but after navigating to a different route, the sticky elements don't function correctly. I tried updating them, but it didn't work.import KTCompo...