Hi, I'm developing an app with metronic and I chose the tailwind + react demo10. Considering that my project runs on laravel 12, I would like to understand how, what and where to load the chosen demo and the metronic dependencies. Finally, I would like to understand if I can modify the layout of t...
Hi,On my page, HTML textarea elements are configured to be transformed into CKEditor instances using the following code:const textareaElements = document.querySelectorAll('[data-ckeditor="true"]'); textareaElements.forEach(el => { ClassicEditor.create(el);});I want to...
HiI'm using Metronic 9 on a Laravel 11 project through Herd. Update to node 22.12.0 introduced this errorfile:///Users/xxx/Desktop/xxx/Echo/tailwind.config.js:1const defaultTheme = require('tailwindcss/defaultTheme'); ^ReferenceError: require is not defined...
i use metronic theme for laravel by deafult the user module is present i use that but i have a issue while edit modal is called it opens fine but when i try to update anything the other inputs gets nulled below is the example here i only edited name that's coming others null in console{ "...
Hi,I've got a Metronic 9 modal and inside it there is a header I'd like to make sticky within the modal, when I scroll inside it, but it's not working.This is the code I'm using inside the modal: onUpdated(() => { if(modalHeader.value && !KTSticky.getInstance(modalHeader.va...
Hi,I just want to alert user when user input some data in input field, for examplehttps://preview.keenthemes.com/metronic8/demo35/apps/ecommerce/catalog/edit-category.htmlin input field Category name. So I added simple script at the bottom of the page, like this,
I want table data into the left side of columns, so initially its showing correct but when i am reordering the table data, the numeric data is go from left to right sideThis is my code: ngOnInit(): void { this.datatableConfig = { serverSide: true, ajax: (dataTablesParameters...
Hit the below error at plugins.bundle.js file under demo 13.Previously the app was running well but get this error after upgrading VS (version 17.12.5).the error is hit on metronic v8.2.3, i have also updated metronic to v8.2.9, still getting the same error.pls advise how to proceed furthe...
Good morning,I found an error with my Cropper.js configuration and was trying to find a solution when I discovered that the current version had been updated from Cropper.js v1.6.2 to Cropper.js v2.0.0, but without any reports in the ChangeLog.The new version behaves differently, especially becau...
Video Link : https://telemarketing.sgp1.cdn.digitaloceanspaces.com/280_1750515877.mp4Datatable will jump to top when we scroll to bottom. I think is due to the sticky header part.
Hi,I am upgrading my project from HTML framework package v8.2.3 to v8.3.0 and I got the issue with DataTables plugin. I fact, I realized the plugin changed the html structure so that Metronic style does not work anymore.
i am trying to use the select2 rich content. after following the sample provided. i can even input a single text to the searchbar . the searchbar is visible but i cant input any text
Uncaught SyntaxError: Invalid or unexpected token (at datatables.bundle.js:14403:896762)Sign in to use this featureThis feature is only available when you sign into Chrome with your Google account.i am using asp.net core 8.3.0
Hello, My understanding is that latest Metronic 9.0.2 is using tailwindcss 4.1.x, but apparently gradient is not defined, for example : bg-gradient-to-rit appears that we are limited to use ONLY the syntax defined in src/assets/css/styles.css and cannot leverage the full design capabilities...
Hello Sean, Angular builder throw some non-blocker CSS warning, but the test project built. (Metronic 9.2.1)Here is the angular.json"styles": [ "src/styles.scss", "src/assets/css/styles.css", "src/assets/vendors/apexcharts/apexcharts.css...
Hi,I want to integrate KtUI on my Metronic project (React Vite Javascript Tailwind 3), but got a few issues trying. When adding @import './node_modules/ktui/styles.css'; in my styles got this:[plugin:vite: css] [postcss]/Users/meetallo/Desktop/Repos/hg_ldt_front/node_modules/@keent...
Hi , I am trying to setup the theme with rsbuild to support easy module federation.can you give me the proper steps for it, i am currently running into huge errors related to routing setup.this is the only thing i am not able to figure out.
Hi, I am new to front end development.Now i am using symfony framework.i had purchase the composer package over here : https://keenthemes.com/metronic/tailwind/docs/composerand also metronic theme at themeforest.now i wanted to use demo2 as my template. i follow exactly above docum...
Hi all,according to the docs: https://docs.keenthemes.com/metronic-nextjsIf we install metronic nextjs, it'll come with App Router.Can I change it to Pages Router? My team prefers to stick to it.Thanks in advance
Are the Metronic 8.3 widgets compatible with the 9.x system?I really like the widgets in the 8.x versions, but the 9.x doesn't have many at all. I'm trying to decide if I want to go with the lower version or try to build the 9.x as I go.