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 (5125)

Hello.I need help with building the responsive Datatable.I am assembling it according to the example in the documentation, but the error below occurs: Uncaught TypeError: Cannot read properties of undefined (reading 'state')This error occurs in this code snippet based...
Hello,For several hours I have been trying unsuccessfully to implement Metronic on Firebase hosting. Has anyone managed to do this? Is this even possible? Locally, all Metronic works without a problem, and after uploading to Firebase hosting I have a blank screen - https://fobos-mag.web.app
VUEJS TemplateI am using KTDatable with:checkbox-enabled = "true" and getting data from the server sideResponse:[ { "id": 1, "name": "User 1", "checked": true }, { "id": 2, "name": "User 2", "checked": false }]How can check this row by default?
We have purchased and using react js metronics theme.Want to implement chat message functionality.I have found some default message helper file to show messages and send messages.How to implement it with a backend api server to receive and send messages with chat like application.Is it any socket im...
We are a software company, we have an inventory system, which contains a robust design, and we want to innovate the design with Metronic 8.2.3, regarding this each client has a compilation of the web project, in case of implementing this template, Will each client inherit the license, or must each c...
Hello there, When I purchase the Metronic theme, will I be able to freely develop projects using the Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Template frameworks / development platform ? Can I get information on this matter? Additionally, for example, wher...
Hi,Im trying to use the syles from here (ex: font-weight-bolder, .navi), but they are not present in the demo1 template HTML downloaded from Themeforest.Is there any file other than the global ones that I need to import or they are different templates?Im trying to copy the style from the...
Helo, i'm using livewire 3, why dropdown not working on wire:navigate, it is a bug?help me please, thank you
Is Metronic deployable on Firebase? I tried and it's giving me errors when deploying. Even the local build isn't working.I made the necessary changes in code for deployment then ran this command. But doesn't seem to work, are there any changes to be done for firebase deployment?
Hi,I have Metronic from ThemeForest. I am searching for other questions similar to mine. Found this one https://devs.keenthemes.com/question/dropdown-button-in-v81I tried to do the same using the Metronic's KTMenu docs, but its not working.I have the global CSS and JS configured. The B...
i am building SAAS product using Metronic them.which Type license i should use. Regular or Extended.thanks,Vaibhav
Hello, i need to change my ASIDE menu colors (using light theme).* Im using Laravel Theme and Light Theme.I need my aside menu background light, and i change it in my SCSS file (_variables.custom.scss) using variable = $app-sidebar-dark-bg-color, but the colors of the fonts and icon is light and...
Hello,I've recently bought Metronic latest version. I was using the older one before and it was super easy to customize it. Now, it won't work. I downloaded latest version of Html, demo1. I customize it via your online tool. I got the customized version of html files. I just replace it, but it g...
am failing to deploy the react application after the deployment nothing showshttps://stabexadmin.velocitytech.co.ke/Even when I build and test the dist folder as well nothing shows locallyPlease help me
Hello Team,I switched to the header layout and container fluid layout and now I have removed the toolbar by removing the below line in /views/layout/_default_header_layout_blade.php.@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/header-layout/_toolbar')above line was removed,...
Admin template support both Left to Right and Right to Left layout for English and Arabic languages
I need RTL CSS file for demo1 for the React project
Hi,I've a react project and i want to add metronic layouts and i want to use metronic components.But i dont want to use metronic default project structure.Can i add only template and component to my project?
I m using metronic laravel theme in that i have some email sending functions but it will use default email template into auth module i need to customize my all mail template how can i find the email template of verify email, forgot password, resend email, etc.
Hello. Could you please provide detailed instructions or documentation on how to seamlessly integrate the Metronic template with a Symfony-based project with its own webpack build? Any insights or best practices specific to Symfony would be greatly appreciated.Thank you for your assistance....
I am trying to integrate Metronic theme with Laravel and Inertia js, I could not figure it out. Because Metronic Vue theme is using Vue router and others things. Those are not required for Laravel and Inertia js. Can you suggest how to convert Metronic Vue theme for Laravel and Inertia js?
I want to use _metronic for my NextJS app with a ReactJS template. I only moved the _metronic folder, and after doing so, I wanted to use the `badge-light` component. However, I encountered the following issues: --bs-success-light is not definedWhen I switch back to th...