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...
How to install the newly generated files from Metronic8 layout builder in the angular project. Can you please provide the steps to install and any example would be good ?Thanks,Balaji
I want Change src/_metronic folder name and also directory change. oralso, I want to base theme for use all react app. so how can I do this my react app
Hey,As far as I remember in the older versions there were examples for tagify outside of the box. Could you please help me on how to generate a tagify outside of the box for metronic 8 as in here https://yaireo.github.io/tagify/#section-outside-of-the-box
Hi there,I am using Symfony 7 which come with Turbo & Stimulus.Every time I change page, the menu / dropdowns stop working.I tried looking online for similar issue / solution, and the closest I got is few threads about Ruby using Turbo.In most cases, they say the solution is to use K...
Hello,They were just purchased. Learning.How do I install the 9.1.1 properly? I want to check out all the samples using React Tailwind and Laravel.I can easily set up tailwind and React projects, but I need help figuring out how to incorporate this.Is there a simple guide?Thank you...
Good morning everyone :)I’m experiencing an issue when installing Metronic 8.2.9 on Laravel. Besides the various errors that appear during authentication, all JS validations seem to be duplicated:The value is not a valid email addressThe value is not a valid email address...
I am trying to import tailwind base colors like (teal color) into my tailwind html template. But when i build the css it is always missing those colors. Here is my tailwind.config.js configuration```jsconst defaultTheme = require('tailwindcss/defaultTheme');const defaultColors = requi...
We work with Angular and Boostrap in our projects. Congratulations for your great work on Metronic 9. Is there any roadmap / plan to migrate Metronic 8 Angular Boostrap to the new Metronic 9 with this beautiful redesigned UI?
Hello,I have installed & set up metrolic 9 in laravel as per this documentation, https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel.However, it seem to be some issues with the UI.Could you please help me? Am I missing some css or components here?