I’m upgrading to Metronic 9.x (Tailwind CSS) and trying to initialize a KTSelect on my `` element, but I get:```Uncaught TypeError: KTSelect.getOrCreateInstance is not a function```**Example markup:**```html
Is there a way to initialize specific component, I work with dynamic generated components, so if I use KTComponents.init() will conflict with already created components and stop working, so I was trying to initialize a [data-kt-menu] and using new KTMenu(menuTrigger) doesn't initialize completely as...
I purchased the following theme:https://metronic-saas.keenthemes.com/It loads extremely slow on mobile. It constantly rerenders whenever I scroll down. Even the live demo page itself is broken. I tried a lot to fix it but I can't get it to work.I need help.
I run blazor version of Metronic and I get:The type or namespace name 'Layout' could not be found (are you missing a using directive or an assembly reference?)in MasterInit.razor
I have not downloaded the template updates in a while.And when doing it today, I discovered that there where no VUE files there. Only Html and React.Why ?
hey first time posting here so this is my first time using metronic react 9.2.3 and i want to remove the default supabase auth... ive followed all the steps here:https://docs.keenthemes.com/metronic-react/guides/custom-authto disable the supabase auth but after doing this i see more referenc...
I have followed the instructions i documentations and from github repo (https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel) though the theme is running fine some of the laravel classes are not working like w-3/5 or bg-red-500. Metronic CSS and Clases...
I am using Metronic, Tailwind, and Laravel. As explained in the documentation, I copied the assets folder to the public directory. However, the KTSelect functionality inside KTDrawer is not working. I need to re-initialize it, but I couldn't find how to do it.
I imported the dist/assets folder into my src directory, made the required configurations, and then tried to adapt my app.component.html to demo1/index.html.Thank you for helping me resolve this issue.
Hey,I'm using Metronic with Laravel, and I've always run into issues when trying to make Livewire work properly — especially when using wire:navigate. The main problem seems to be that the Metronic components stop working after navigation. Dropdowns, modals, tooltips… everything jus...
Hello Team,I have been using metronic a lot for majority of my development needs and it has been a joy all these years.But recently my employers got a VAPT institution to scan the systems I have built and most of them if not all returned a high risk issue from one of the packages you referen...
Hi,I used in my project the demo4 in angular, i see some bugs and i try to download the version 9but in the new version this theme dont look like the same. so why they change?
i am trying to run the latest version of the dashboard for the first time using React Vite Tailwind but I keep getting this error$ npm run dev> metronic-vite@9.2.3 dev> viteC:\Users\test\Downloads\themeforest-1djSMjx2-metronic-responsive-admin-dashboard-template\metronic-v9.2.3\metroni...
Hi, I'm developing an app with metronic and I chose the tailwind + react demo10. Considering that my project runs on laravel 12, I would like to understand how, what and where to load the chosen demo and the metronic dependencies. Finally, I would like to understand if I can modify the layout of t...
Hi,I want to integrate KtUI on my Metronic project (React Vite Javascript Tailwind 3), but got a few issues trying. When adding @import './node_modules/ktui/styles.css'; in my styles got this:[plugin:vite: css] [postcss]/Users/meetallo/Desktop/Repos/hg_ldt_front/node_modules/@keent...
Hi,I am upgrading my project from HTML framework package v8.2.3 to v8.3.0 and I got the issue with DataTables plugin. I fact, I realized the plugin changed the html structure so that Metronic style does not work anymore.
Hello,I've upgraded to metronic 9 version and therefore to nextjs I'm trying to use the i18n component but it doesn't work.I've simply tried to use it inside an existing demo page.The i18n key is not replaced by its value, and in the browser console I get this error :react...