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

const statusEl = document.getElementById("statusFilter"); let statusSelect = null; if (statusEl && typeof KTSelect !== "undefined") { statusSelect = new KTSelect(statusEl); }statusEl.value = ""; $(statusEl).trigger("change");doesnt seem to work while trying to re...
hii am using metronic v8 with angular v18and i got a problem with RTL style filewhen change language to ar (RTL) I typed this code in app.component.tsngOnInit() { this.modeService.init(); const lang = this.translationService.getSelectedLanguage(); if (lang === 'ar') {...
Hi there, I can't for the life of me figure out why I'm having so much trouble getting sorting to work in the KTUI datatables. I am pasting in the first example from official docs: https://ktui.io/docs/datatable, and the table displays but sorting does not work. I also noticed that on the official m...
hey, i just want to know do you guys have RTL support for vue js currently ?
Hi, it's possible to have the HTML of the SaaS Landing page that is in next.js?
I received the email this morning informing me that the "Bootstrap Themes market" has shut down (not sure what the Bootstrap Themes market is). That prompted me to go see if I could download the latest of Keen and when I login to the keenthemes.com site and go to downloads, it's blank. So I went b...
I use 9.2.9 Laravel Livewire and Menu Dropdown not working after wire:navigate, I need help.
Hey,I have purchased both metronic tailwind and composer.Extracted both packages to my projects folder.The metronic package at root looks like this: figma metronic-tailwind-html-demos metronic-tailwind-html-starter-kit metronic-tailwind-nextjs-landings metronic-tailwind-r...
When user click the side navigation it closes but when again click to open, it doesn't
I've got a license code for 9 and it says I can download 8 but I can't seem to access find where it is. How do I get access to the google drive for 8? I don't want 9 because I'm not a fan of tailwind.
Hi support, Any instruction to integrate this oliver html into laravel?https://keenthemes.com/products/oliver-html-pro
When I manually add options to the select via JS, they are displayed correctly in the dropdown, but when I click, I do not see the selected items in the select input.The issue happens only if the select is in a modal. The option in the dropdown menu is not selected, but when printing the selecte...
Hello, I was working on with Laravel integration, I am using the git repo then modified it to display my contents, I was able to make it run but seems like some of the pages are not rendering properly. I dont see any console error and all assets are loaded status 200here's a sample screenshot...
Hello Keenthemes Support Team,I purchased Metronic via ThemeForest, and my project was created using version 9.1.2 (Tailwind). Currently, only the latest version is available for download.Could you please provide access to v9.1.2 or guide me on how to download it from your private repository...
I notice the recent releases include new layout and app-concepts but only for vue and next.js and not HTML.Any reason why HTML versions are not included? Are you going to include those soon too?Thanks for this awesome product!
For years I have been using the Metronic HTML theme and normal PHP.This week, I decided I needed to move to Laravel but I still want to use the Metronic Themes that make me feel safe lol. The issue is, there are 25 different sets of "documents" to set up a Laravel project with Metronic, but...
The menu sidebar isn't working properly in the Laravel version. After it collapses, when it expands, it stays below the text and doesn't return to its original position without allowing the arrow to be clicked. How can I fix this?
Hi everyone,I noticed that ASP.NET Core version 8.3.2 doesn't seem to include any documented changes or updates. Typically, I’d expect minor releases to include bug fixes, security patches, or small improvements, but I couldn’t find any details for this version. Does anyone know why no changes were...
Hi, I purchased a license but I can't find the Angular package in the zip file. Where can I download the full package?thx/ste
Hello,For metronic, what is the best way to support both RTL and LTR. User will pick the language from the topbar. Can I import both css files and use language direction as per docs here: https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl
Hello,I have a license and i need another one, in the specifications it says that there is also the Angular version but it is not in the zip file, where is it located?thx/ste
i have checked both starter and full setup for vite, starter working fine, but the problem is when check full setup there you mention that you are using supabase and when start project it open blank page, so do we need to use supabase to run the setup? is it required? because we are not using supaba...