New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

All Questions (6216)

Hi, I implemented form repeater in one of my HTML pages. It works fine, I included the inputs into a but when submit the form, I was expecting to receive an array with the data entered in those inputs in my Spring controller but its coming empty. Any reason why this could happen? I added a na...
Hi! I would like to know if there is any way or any similar component to Form Repeater where besides having the possibility to add/remove items from the list, I could also re order them by drag and dropping them. I' m using Metronic 8 HTML.Thanks!
any plans for Laravel starterkit to pass from version 10 to version 11?
➜ Local: http://localhost:00/ X [ERROR] Failed to resolve entry for package "http". The package may have incorrect main/module/exports specified in its package.json. [plugin vite:dep-pre-bundle]...
Hello, when I minimize the browser, it turns into a mobile version, but when I login to the website from a mobile device, it looks like a desktop. I am using version 8.0.4. Can you help me? I Used HTML version
Hi!I add manually the Identity by scafolding. Im trying to get to some pages such as Login or Register, but always get a 404 not found. The same is happening to SignIn.razor (default structure of the blazor project)It seems a configuration is
I've been informed that the upcoming version of Next.js is slated for release within this month. Would you kindly provide the precise date?
Hello, I purchased the metronomic template from themeforest a while ago.The order ID is 190556480.I guess I'll have to use a different template.I'm sorry, but can you cancel that order and give me a refund?Thank you,
app.config.ts file is required to implement interceptor in angular application but it is not present in my angular application in demo 1 I have thouroghly checked it
I've set up Angular demo-2 and attempted to implement right-to-left (RTL) styling using the guidelines from this link: https://gist.github.com/carmelodevuz/b2c50883a8d164aa4a13c53056caf568. However, when reaching step 9, instead of creating style.rtl.css as expected, style.js is generated. Despite t...
Hello, I'm using the Metronic 8 Laravel base code, How do I switch the look and feel to one of the demos? I want to use demo 30.Thanks,Steve
Can we applied same functionality in header like sidebar toggled.
I want changed page title (this not means html title)I used default.html templates.class KTLayout: # Initialize the bootstrap files and page layout def init(context): # Init the theme API KTTheme.init() # Set a default layout globally. Can be set in the page le...
HiI would like to use the demo37 with my future rails project.By default is always demo1. Do you have a solution to easily switch to another template ?Thanks
Hello,I am using Metronic's Angular latest version V8.2.5.I'm currently in the process of implementing a custom user-inner dropdown component within the navbar component of my application. However, I've encountered an issue with the behavior of the data-kt-menu-trigger attribute. Specifically, w...
Hello,I'm currently encountering an issue with the sidebar menu functionality in the latest versions of our application.I've implemented the presentation of menu-items recursively, with the data sourced from the server side. However, when I open a sub-menu and click on an item within that menu...
Hello,I just bought your template and I cant figure out how can I implement el-plus datepicker with validation? Can you please provide me with a working example?
Hello,I am using Metronic's Angular latest version V8.2.5.I'm currently in the process of implementing a custom user-inner dropdown component within the navbar component of my application. However, I've encountered an issue with the behavior of the data-kt-menu-trigger attribute. Specifically, w...
How can I open/close a drawer via a method call? I'd like to be able to generate drawers and open/close them using a method that would be called after various actions.At present, it seems that the drawer can only be opened via a button that has a src=“ID” which is equal to the drawer ID.