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

Metronic (5124)

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.
Hello, we are using Metronic React theme in our project and I wanted to know if there is a guide to customize the whole bootstrap theme. I understand that we can override sass variables like "$primary" in - /src/_metronic/assets/sass/components/_variables.custom.scssBut where can I include funct...
Class react-select-styled can't be use in Metronic 8.2.0. Can you help on implementing this currently it is causing the list option unable to bee see when in dark mode. How to fix this?
Could you please help me? I can't run demo 1 because of DataTables.Settings in all components not working. The error is: Cannot find namespace 'DataTables'.ts(2503).When I add this import:import DataTables from 'angular-datatables'It works, but type DataTables.Settings = /*unresolved*/ any...
i want to use coming soon component in my react please provide if any coming soon component is available in react metronic
Hello, I'm developing application using Metronic Vue 8.2.5 version I can run the application just fine using Node 20.11but I can't build the apps. I even tried to build the base Metronic vue and found out that I can't build it either. Is there any specific requirements that must be meet...
How can I change theme mode for charts? For example: If user change theme mode to dark from light. How can I update the charts theme mode?
Hello! I've installed Laravel version. The are some 404 errors: http://127.0.0.1:8000/user-management/assets/media/misc/menu-header-bg.jpghttp://127.0.0.1:8000/assets/plugins/global/fonts/keenicons-duotone.woff?eut7fk (this file is in keenicons-duotone subfolder)How can I fix this properly?
I'm trying to do one of two things, not sure if either are possible.Possibility 1:When you go responsive for small screens, the secondary menu turns into a horizontal scroll menu when you access it. Instead of a horizontal scroll, can that be turned into a normal menu breakdown like the prim...
Text in strange charactershttps://tinyurl.com/2b7vz79l
checkout this link , using an android device, https://vishful.co.in/testnet/index.php. The sidebar is not popping up when it is clicked upon. I want this to be sorted out immediately. The sidebar in the The template is METRONIC8 ORIGINAL/...
Hi,I am trying to redirect to a custom page after successful login, however it always redirect to dashboard. I made changes AuthenticatedSessionController but again it doesn't redirect to the custom page. I even change the HOME in RouteServiceProvider but it didn't work. How can I change the def...
I have noticed that when clicking on the "Profile" option, the popover opens as expected. However, if I navigate to a component such as "Error," where there is no layout, and then return to the home page, the popover no longer opens upon clicking on "Profile.". This issue is causing inconvenienc...
how can i implement the backend pagination in node-express according to your react frontend ....I cant even see the pagination design in the userlist page(in the code there is a component but its not reflected in the page)
How do I use StepperComponent from _StepperComponent.ts file in Angular project.I copied this from html documentation and tried to make use of it, but couldn't make it work, couldn't find docs with anything other than html.