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...
Hi! I've recently integrated Metronic into my VueJS app, but after following your integration guide I'm getting this error when running my npm local dev build in Vue CLI:Any idea of what I might be missing?
For example, the official examples provided:https://preview.keenthemes.com/metronic8/demo1/index.htmlIn the case of mobile devices, there will still be a pop-up on the right side of the user's avatar. I hope the content that pops up here can be merged under the content that pops up in the left...
Hi! Currently I am working on a project which needed the slider. But when I implement it, the tiny slider does not shows up. Then when I install the library using 'npm install tiny-slider' and run again, there is an error "Duplicate identifier 'node_modules/tiny-slider/src/tiny-slider.d.ts:243:5 - e...
In the input image component, the input value is always emptied on change. When the form is submitted, the file will not be present protected _change(): void { const payload = {cancel: false}; this._fireEvent('change', payload); this._dispatchEvent('change', payload);...
Hi everyone,I'm working on an Angular (v18.2.11) project using Metronic v9.1.1, and I'm having trouble getting the datatable component to display correctly. I'm following the documentation here, but the styling in my application doesn't match the demo or the component overview. Specifically, the...
Hello,I have just upgraded to metronic 9, which is superb and very pleasant to implement, but I have a problem with datatable. I need to modify the contents of the datatable in ajax according to date ranges. Unfortunately, if I empty tbody and inject the new table rows, the KTDataTable content d...
Hello,Secondary and dark light badges text not visible in light and dark mode. On secondary text is invisible or white. Dark light badge is not readable because of gray text used. I can't upload images to show how it looks like.
I am unable to access the following URL: https://1.envato.market/EA4JP to purchase the Metronic framework. I keep receiving the following error message:"This site can’t be reached.Check if there is a typo in 1.envato.market.If spelling is correct, try running Windows Network Diagnostics.DN...
Hello,My company product using Metronic package but I'm not sure the version.After I implement content security policy and remove "unsafe-inline", i got this error:Refused to execute inline event handler because it violates the content security policy directive.The error focus on this...
HiI used the link below for file validation.https://preview.keenthemes.com/html/keen/docs/forms/formvalidation/advancedHow can I check the size of the input file as well?var validator = FormValidation.formValidation( form, { fields: { 'avatar': { validators: { notEmpty: { m...
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...
on Header component there is an toggle button , its visible on small screens only..after click on its open a right modal..
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
I have copied the code from Metronic 9 for datepicker, particularly on this section