I purchased and installed Metronic and Composer and followed the setup instructions. Everything seemed to complete successfully, but I was expecting some instructions about accessing a UI. When I navigate to 127.0.0.1:8001 or localhost:8001 I just get a blank page with a relative url on it (ex....
I came across a stepper component in this React template:https://preview.keenthemes.com/metronic8/react/demo1/crafted/pages/wizards/horizontalI’d like to use the same stepper in my project, which is built using Metronic 9 with Tailwind and React. Since this is my first time working with Metron...
Hi,I have a lot of errors with Metronic 9 & Angular 18 on the last step :import { Component, OnInit } from '@angular/core';import { RouterOutlet } from '@angular/router';import { HTTP_INTERCEPTORS } from '@angular/common/http';import { TokenInterceptorService } from './core/auth/t...
TypeError: Promise constructor cannot be invoked without 'new' Message= Source= StackTrace: at new e (https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62:34584) at Function.all () at https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62...
Hello,We need to use a multiselect in the project, but for some reason, there are no adapted styles for Metronic. It looks completely different, and there's no dark theme available.I couldn't find any adaptation for the multiselect in the plugins folder, and I can't find the SCSS for adaptat...
Howdy overseas!I am currently using Metronic 8 in my Laravel Project but i would like to upgrade to the newer and cleaner version 9. As far is a know livewire is required to use livewire:navigated instead of DOMContentLoaded. I've tried every suggested solution availble online for this topic bas...
Hello,How can the form validation function be called again in Metronic 8.2? Because when an item in the form is removed or added by hide() and show(), the validation on these items does not work correctly. When an item is hidden, the class "fv-row" is removed from the div.When an item is s...
Hi all,I am currently using Metronic with React (implemented as stated in the docs). I am using the latest TailwindCSS version.The dropdown itself is working but if it is inside a modal, the click handler is not fired, even when calling KTDropdown.createInstances() manually. I deb...
I'm trying to install Metronic 9 in a new application on Angular and I have the impression that the folder names are messed up in the guide https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/angular. It says that src must be copied to src
Hello, I try to setup starterkit for Blazor Metronic 8.2.6, and I am facing an issue in that. 1. I am unable to find the switch to change the theme from light mode to dark mode.2. I am trying to include external JS, CSS files that are also not working. I am trying to add syncfusion c...
Hey Metronic Community,Our team is currently on the lookout for a developer proficient in software development using Metronic to collaborate on exciting customization projects for our clients. Who We're Looking For:The ideal candidate should have experie...
I am trying to use Metronic datatable however i am getting my data inside response['data']['data']. How do i set my table's data to this key and also i am getting nextPage, lastPage links from backend only through the api. Need to set those too.i am using kt datatable if i get data in response['da...
I'm currently working on the Metronic dropdown component and having issues with it. What it does is when I click on the Main Dropdown button, it shows the Main Dropdown content. But after the Main Dropdown is shown and I click on Inner Dropdown button, it dismisses the Main Dropdown content.I wa...
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{ "...