Hello,Could someone please provide a guide on how to safely upgrade our codebase to the newer version? Our application is currently built on Laravel 9, v8.2.0 using Theme Demo16, and we would like to upgrade to v8.3.1.We’d like to understand:
Hi Metronic team, I am using metronic Bootstrap and HTML version v8.2.7, and currently I am trying to use a radio button from the advanced forms section, and there is a problem when adding the elements using JS. When adding the items without JS it works without problem
I’m using KTDataTable (with Metronic v9 theme) with fixed GET route as remote data source. The table loads fine initially.https://ktui.io/docs/datatableI added a search input with `data-kt-datatable-search="true"`. I expected that typing text and pressing Enter would trigger a new GET reques...
Hi,I’m using Metronic Tailwind version and I’m having issues with FormValidation error messages. The validation itself is working (fields are marked invalid), but the error messages are not being displayed correctly, especially for the Toggle Passwordfield.Any guidance or example specific...
Hello - I am currently interested in upgrading my current app code base to the most recent version of the Metronic code base ver. 9. Is there a guide for this to ensure we do not break our app?App Stack in Laravel 9 + Metronic 8.2.0
Hi, I set up this repo locally:https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel-livewireThe /demo1 renders fine, but when I click on any sidebar item (like “Dashboard” or “My Account”), the submenu briefly opens — styles like `display: flex`...
The ThemeForest listing for Metronic seems very deceiving. It mentions Blazor Server in the supported platforms, but the only Blazor option is if you manually download v8 using instructions from downloading v9. When will Metronic have a Blazor version in v9?
I have a license and am trying to see what is available in my Metronic downloads but looking at the console.logs it shows that your site is being blocked for some "payment required" for api-sr.amplitude.com/..... so I am not getting any options. Please advise.
https://keenthemes.com/metronic/tailwind/docs/customization/themingthe menu showsContextual ColorsBox ShadowsComponentsLayoutsExtendingFont FamilyFont SizeColorsLine HeightSpacingBox ShadowZ-indexBorder WidthScreensBut nothing is there
How can I get the element that opened the drawer? For KTModal, I use KTModal.getRelatedTarget(), but for drawers the target is always null. KTDrawer.on('show', async () => { console.log(KTDrawer.getRelatedTarget());});
My Next.js app crashes when I open the burger menu (sheet) on mobile simulation in dev mode. This happens in the demo8 layout and all other demo layouts as well. Here is my console outputs:https://imgur.com/18Lfdmshttps://imgur.com/qW7H9J3 (multiple)https://imgur.com/be1EcuJ
Hi everyone,I'm not an expert in Metronic, especially not the React version. I'm on version 9.2.1 and would like to update to the latest version without losing the changes I've made.Can anyone help me with a step-by-step guide on how to update?Thank you.
Can you please share examples of complete forms using Metronic Tailwind?I found some inconsistencies between the form examples on Demo1 and the KtUI docs.For example, this User edit form uses flex clas...
Not sure if the correct place is here, or in the KtUI github. Posting on both.The image input component is not working as expected.Selecting a new image will *not* change the value of the input field.So the image is not sent to server.You can verify that on the browser console.``...
I am using KTStepper on Laravel. I try on starter kit laravel livewire. I copied basig usage example KTStepper but not working correctly. kt-stepper-item-active:bg-primary kt-stepper-item-active:text-primary-foreground kt-stepper-item-completed:bg-green-500 kt-stepper-item-completed:text-white not s...
Hi everyone,I want to ask how to change the theme color easily, because if I change it one by one it seems like it will take a lot of time, is there an easier way to change the theme color?Thanks.