I am trying to import tailwind base colors like (teal color) into my tailwind html template. But when i build the css it is always missing those colors. Here is my tailwind.config.js configuration```jsconst defaultTheme = require('tailwindcss/defaultTheme');const defaultColors = requi...
Laravel 10i tried to apply form repeater functionality i added js and html part and form repeater.bundle .js file but functionality not working , please supportThanks
Dear Team, I have downloaded version metronic-v8.2.6 & metronic-v9.0.1 htmlbut cannot find RTL files for CSS and others.could you please help in that aspectregards
Hi, I want to know how to use Image Input correctly. I try to use this code: imageInput = KTImageInput.createInstances(); imageInput.on("kt.imageinput.remove", function() { console.log("kt.imageinput.remove event is fired"); }); And I also use: imageInputElement = d...
Hi, I am using metronic_html_v8.2.7_demo7 Datatables.$('#categories_list').DataTable({responsive: false})Even if use responsive:true or responsive false its automatically adds markup to table. that shouldn't added automaticallyi want to use my own markup in h...
Hi, I want to create a menu that is just a link without a dropdown. How can I do it? I tried it like this. Is this the right way? https://pastebin.com/XXZbk3cX Dashboard
Hi, I have implemented a wizard using steppers in Metronic 8 HTML. I have 3 steps and I would like to validate that some of those fields are not empty (required) and seeing an error if that validation fails when submitting the form. Where should I put that validation and how? adding required to the...
I have created a new HTML page in a desired location, when I copy over the code from the theme page i would like to use as a base I get 404 errors and the page is all broken. Please explain what it is I am doing wrong.Thanks,
Hi,I'm experiencing an issue with the Metronic menu. I have implemented it as shown below, using data-kt-menu-trigger="hover", but the menu behavior is inconsistent. Sometimes it opens on hover, and sometimes it doesn't.I’m encountering this issue in multiple places across the application....
Hi Sean and teamI've just recently attempted to get an update version of Metronic to check if it had addressed some of the bugs I came across (and posted as questions).In previous versions, JS and CSS were full versions, not minimized.Is that a new change for the package you are now prov...
FormValidation plugin document page with below link is a copy of ApexCharts page!Could you correct it or send a example of FormValidation usage in metronichttps://keenthemes.com/metronic/tailwind/docs/plugins/formvalidation
Hello,Could you please fix the "search contact" option in below webpage?https://preview.keenthemes.com/metronic8/demo31/apps/contacts/view-contact.html?search=brianThank you!
Hi there,I purchase a metronic theme and my client want a french version of it to decide of component to use according to his wants. The client persist that it have to be multilingual. Can you give me tips to translate the 119 pages in another languages?Best regards,Bodge
Hi! Couldn't find an answer on this in here or stackoverflow, but I guess is something common.I'm loading some content dynamically using jQuery $.get function.If you have for example $('.element').click(some function); and you reload the element with AJAX, that directive get lost. You can ea...
I am using a Metronic HTML template (demo 40) and I need to make my controls, such as inputs, select, etc... of the type 'Floating Labels' to make the font smaller and therefore reduce the padding and margin space to top and bottom. Is there a style where I can specify the size of the Floating Label...
We've just downloaded the current version (8.2.6).Followed the video tutorial to setup your first project.When we run gulp --demo1, the images are copied however they are corrupt. This from googling means they are being compressed, however we cannot see any reference to compress...
I want to make the second column in datatable to have the responsive button, not the first one. I have tried different ways it works but not as I want when I use the design on the phone I need to scroll left to see the buttons and I have added the button manually:the JS:datatable_options = {...