Do i need to buy new license so i can download metronic tailwind? If I go to metronic download page, all I see is metronic 8.x version to be downloaded...I'm a bit confused on how to try this new metronic tailwind
Hi, I tried to use Medtronic 9 via Livewire 3 (full page) but the menus (sidebar and profile menu, top right) are not working properly.document.addEventListener(“livewire:navigated”, () => {KTComponents.init();KTMenu.init(); });But it is not working. Could you please help? We really...
I am working with Laravel Livewire, and with livewire wire:navigate when component changes all the components of Metronic Tailwind stops working,I tried to re init but its not working. Whats the solution
Hello everyone,I have been developing with the metronic8 version for a long time. I am very used to it. But I want to use the metronic9 version in my new projects. What do I need to do to use the datatable of datatables.net. I installed the package with npm. There is no problem on the js side, but...
The Pulse package does not contain anything as advertised on the demo page. I purchased Pulse expecting to receive the Pulse built with Laravel 11 and React, but I only received Laravel, and it's still version 9. If this is indeed the intended experience, I would like a refund.
Hello KeenThemes team,I am working with Metronic v9 for Angular and would like to use PNPM instead of NPM for package management. My goal is to optimize workspace dependencies and speed up installations.Is there any recommended way to set up PNPM specifically for the Tailwind and Bootstrap v...
Error Description:When running the command "npm run dev" to start the server and then accessing the link http://localhost:5173/, the page takes approximately 6 to 10 seconds to load and the following message is displayed in the console:Note that the message is repeated many times in the cons...
public/assets/vendors/keenicons/fonts contains fontssrc/fonts/keenicons/ contains the same fonts categorized with dir'spublic/build/assets also contains fonts..resources/theme/vendors/keenicons/ also the same fonts.something need to be deleted?
I am building nextjs application with Metronic 9 Tailwind CSS, and used the nextjs seed project from github: metronic-tailwind-next. I used Accordion which only works if you refresh your page, and if you navigate to other nextjs page and come back on the page, then Accordion stop working. I...
How to migrate from jquery ajax to metronic tailwind?var $trx_data_panel = $("#trx_data_panel");var $modal = $('#modal_body'); jQuery(document).ready(function() {var start = moment().startOf('year'); var end = moment().endOf('month');...
i bought this dashboard template https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469#my projest is angular project, Using Metronic 9 tailwind . i also did the installation toturial https://keenthemes.com/metronic/tailwind/docs/getting-started/installationbut...
Hi,I followed instructions but i am unable to perform this step.Using typescript initialization with Vue-routerTo use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.// index.tsimport KTCom...
Hi team,I got this error when running the app after integrating the Metronic v9 into my Angular project.This is the stack trace:```window is not defined at eval (~/Workspace/myproject/src/metronic/core/index.ts:106:1) at async instantiateModule (file:///~/Workspace/myproject/node_...
Que tal he comprado Metronic Tailwind y me encantaría tener la versión de Angular ya que se manejar mas ahí, cuanto tiempo mas tendré que esperar para tenerlo?
Hi, I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:document.addEventListener("livewire:navigated", () => { KTComponents.init()...
Hi,I hope this message finds you well.We are currently experiencing issues related to outdated dependencies while using Metronic 9 with the React and Tailwind configuration (metronic-tailwind-react@9.1.0). Specifically, the following warnings are being generated during installation:- npm...
Here are two hotfixes for the recent Datatable issue:1. Persist Search Input Value After Page RefreshIn the /src/core/components/datatable/datatable.ts file, modify the _attachSearchEvent function.Add the following lines after the searchElement declaration:const searchElement: HTM...