On small screens and sometimes in computer screens with the right scroll, the dropdown menu of select 2 becomes very high on the screen not near the actual select input especially on mobile screens sometimes the menu will be at the top of the screen that I even can't see itI am using metronic Boot...
Dear all,I want to fix the sidebar_toggle icon because the problem when hovering the mouse on the icon to close/open the menu, the hover effect makes the icon move to another place before clicking to close/open the menu, which makes the user experience not good.How can I click on the icon with...
Please help,suddenly the form in my project that uses tinymce errored. GET https://preview.keenthemes.com/html/metronic/docs/assets/plugins/custom/tinymce/models/dom/model.js net::ERR_ABORTED 404 (Not Found)Failed to load model: dom from url models/dom/model.jsI also checked the document...
Dear Fellows,I do not want to use default demo for Django application, can you please guide me how can I use different demo HTML template for Django template or at least layout settings for Django. I prefer demo32.Thanks
On the demo page, the icon to minimize/bring back the sidemenu changes when you toogle, but when I downloaded the ASP.net demo, it doesn't seem to work as expected and can't figure out how to fix.
Hello, i recived this mail "Metronic 9 Tailwind React Arrived - Enterprise ready React App with 20+ generic React components, 10 unique demos, 100+ fully designed pages, 1000+ UI elements.", and i want to make a new React + Vite project. Could you give me the step by step process to initialize a...
Hello,Is there a way to give to the datatable an array of data? Also is there a way to attach to sort/pagination events before they are executed?I am trying to use the datatable from here: https://keenthemes.com/metronic/tailwind/docs/components/datatableangular v18.2.11metronic v9...
I need to capture the even object of kt.stepper to conditionally perform some custom task and prevent the event stepper event from continue if condition not met, eg:stepper.on("kt.stepper.click", function (event) { doSomething(event)});function doSomething(eventObj) { if (conditi...
Background:Using Metronic 9 Tailwind in NextJs with GlobalInit.tsx ( KTComponent.init() ) based component initialization in the _app.tsx.Problem:Components which are rendered after the initial app load are not initialized, so resultantly not working. For example, fetching some data from an A...
version: v8.2.8file: components/search.jsoriginal code```var optionName = KTUtil.snakeToCamel(name);if ( the.options[optionName] ) { return KTUtil.getResponsiveValue(the.options[optionName]);} else { return null;}```fix code```var optionName = KTUtil.snake...
Guys, I have a question. In Angular, I'm using a data-kt-drawer popup, which is a right-side sliding popup. However, for some reason, when the project first loads and I click the button, the animation and the dimming effect on the page work, but the popup doesn't appear from the right side. Yet, whe...
I have form layout in one Vue file. I use v-if directive to show html based on step.Initially when the DOM loads select2 is loaded and is working but when on the page i hit Next button to show other html in the same file, and thne goes back to Previous step to show the HTML, Select2 is destroyed....
I need to identify the device from which the user visits us, so I was wondering if Metronic has something already established that allows me to identify if the user is using the application from a computer or from a mobile phone?Thanks for the help, I'll stay tuned.
Are there any plans to bring toast notification components to Metronic?
Hello, I have a problem using metronic 8.2.X laravel starter kit (didn't test previous versions) with "wire:navigate" Livewire v3.4.When page fully hard reloaded, all javascript works fine (menus, steppers, dropdowns, ...), but after clicking on link with "wire:navigate" this functions stop work...
Hello team!Can you help me understand what is the versioning process for Metronic?For example, why we changed from 9.0.6 to 9.1.0?I'm just trying to understand the method here.Also, I've notice that there is a 9.0.7 version on Google Drive folder and there 9.1.0 is still beta.On Gitu...
I'm using metronic 9, but since I've started several updates have been released.What is the best way to update metronic 9 to the latest version?
I noticed that Metronic 9 now, available in react demo, but I'm unable to download.Actualy, I want to download demo 8.please guide me.Thanks
Hi,My company bought Metronic theme few years ago. We developed an internal web application for HR appraisals with Visual Studio 2022, ASP.NET MVC 5. Last version of Metronic theme we adopt was 8.2.3 and everything worked correctly, both in the development environment and in production. After...
Will you publish other layout design?In metronic 8, there were more layout design like header menu or siderbar menu.Thank you.
Any example of datatable with Angular ?Regards, Felipe
Hello, Metronic text-gray-500 and text-gray-600 colors contrast is too low. From Chrome its getting 2.58 points which is warning level. It would be great if All gray-{variations} could pass contrast ration points from chrome browser. We have old monitors and text-gray-500 and text-gray-600 is al...