Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic (5229)

Hi,Metronic's by default includes all its available resources within the gulp config so the bundle size of the compiled CSS/JS files. To reduce the file size of the CSS/JS bundle files follow the below steps: Open theme/tools/gulp.config.js and refer to base->global->src
What is the latest version of Metronic HTML with Boostrap and where can I download it? I made my purchase on ThemeForest and I'm receiving updates. I currently have version 9.4.4 available for download, however, Bootstrap only lets me download version 8 as the latest. Can someone please help m...
Is there any documentation or step-by-step guide for updating a large project that already uses version 9.1.2 of the Metronic Tailwind template?
Hi, I’m having an issue with KTDatePicker — the event is not triggered when a date is selected. I’m trying to listen for a date click / selection using the following code: const calendar = new KTDatePicker('#test-data', { onClickDate(self, t) { console.log(self.context.selecte...
Hi, I am using metronic 8. Where can I find legacy demos? I only have demo 1 - 6 It would be great if you can provide other demo zip for HTML.
Hello, I'm having problems with the components of KTUI, it all started with the KTToast, wanting to import it import {KTToast} from '@keenthemes/ktui/src'; // Tambien encuentra estas rutas para importar pero ninguna funciona // import { KTToast } from "@keenthemes/ktui/src/components/toas...
Hi, I’m working with a Tailwind CSS / Metronic date picker and I have a problem with preselecting a date and opening the calendar on the correct month. Current HTML: ...
Hi, I got this issue on your Metronic 8 - Demo 1 https://preview.keenthemes.com/metronic8/demo1/ I clicked on kt_app_sidebar_toggle to collapse the sidebar. Afterward, I hovered the sidebar, it expanded temporarily and...
Hello Metronic Support Team, I'm having issues with the KTDatepicker component not initializing properly. I've tried multiple approaches but none seem to work. Here's what I've discovered: **Environment:** - Metronic 9 Tailwind CSS - Using ktui.min.js from assets/vendors/ktui/ - KTDatepicke...
Hello, Could you please fix the jitter effect when you scroll a page down (with a sticky header). Example here It seems to appear only when there is a small space left on the page. Thank you, Christophe
Hello, are you considering adding KTU Select2 support in version 9.3.6? I'm using an external browser, but I'm having problems with the CSS.
Hello, I'm trying to select remote data in demo 4 of Metronic v9.3.6. But there is no focus on the search area. I followed the instructions on ktui.io exactly, but it still didn't work. But it works flawlessly in the document. https://ktui.io/docs/select#remote-data
I am using KTUI/ Metronic with angular. I am wrapping a ktui element in a component to better use it with angular. Now I want to init() it. My current solution: ngAfterViewInit() { KTTooltip.init(); } This works. The issue I have is, that I now initialize every Tooltip which is curre...
What is my Problem? I searched for "as" The status filter shows "1" (meaning 1 filter is active) The pagination shows "1 - 3 of 3" (meaning it found 3 matching items) BUT the table is showing 7 rows of data, not 3! The checkboxes are not working (none are checked even though you said you select...
Issue with KTTabs component The KTTabs component seems to have some issues. I followed the documentation provided here: https://ktui.io/docs/tabs#examples When I try to dynamically set the active tab via JavaScript, it always throws an error at l...
Hello, the link for the v9.1.2 Docs is not working at the link: https://keenthemes.com/metronic/tailwind/docs/ Could you please fix this or provide me the documentation please?
Hello ... not so easy to select a new theme ... You have a lot ... I'm looking for - HTML thematic - I like horizontal menus (because my users have a lot of information to display on list) - I'm always happy to have a lot of pages already builted (it's often help me a lot ) - I u...
I've taken Metronic 9.2, and converted it to angular sucessfully with demo 1. When I initially launch Metronic it appears to work, but after a route change KTUI stops working after a route is changed. I have tried to initiatlise KtUi manually like this in the app.component : const...
Hi i need metronic 8.2.4. where can i download? I have a themeforest license Regards
Hello, I am experiencing an issue where the preview and the code provided on Google Drive do not match. For example, on the Customers page, when I click Add Customer, the close (×) button in the modal header appears differently in the preview compared to the version I downloaded from Google Dr...
Hi Team. Don't work link: https://preview.keenthemes.com/metronic8/vue/docs/#/doc-overview https://preview.keenthemes.com/metronic8/laravel/api/login Please Help
Is there an event to enable/disable a select using the provided attribute : data-kt-select-disabled from javascript?