Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

All Questions (6066)

I wondered what is the best methodology to develop based on Metronic with React. I installed the demo and it’s all working well. But I see that all components are in the _metronic folder. Is it advisable to leave them there and modify them, or is it better to create a new folder and make copies? I...
Hi Faizal,Thanks for your Time and great Support. After installing Metronic Laravel v8.2.0 (Absolutly clean, like in the Description) all looks very good and the DB run with all tables.The ENV-File is ok i use: -copy .env.example .env - and i dont set a PWDeveloper Tools:login:293 GE...
Hello,Please share figma file download metronic demo 1 in html
Hi Team!I bought Medtronic template and already in the middle of creating my website with it.Now I need an additional javascript plugin "three".I installed it via NPN and yarn. Can find it in the "node_modules" folder.From that point I am a bit lost how to integrate it in the build environ...
We bought metronic admin dashboard theme. When we open it with reactjs, for example, the folder structure in the link below is not in the file structure vs reactjs dashboard. Could you help?https://preview.keenthemes.com/metronic8/demo1/authentication/layouts/creative/sign-in.html
Actions Menu Stop working in Customers-listing: After fetching data from API, the Actions menu stops functioning correctly, even with minimal static content. Instead of opening the menu, the action button redirects to the home page. How can I resolve this?im using Vue version
Hello, yesterday I bought your metronic 8 dashboard admin Theme. Well, Normally, we are working with Vuetify component Framework. 1. I asked myself, if its a problem to implement/ import vuetify framework and the best way to do it. In the app.js or main.ts? Maybe you have a tip? 2. On t...
Hi,In the demo when i preview there is all section and pages but when i install every thing only the user management pages are there.so if i want to install all this pages or customize them what i will do.?and another thing can i install any HTML demo in laravel .?
Hi,I have updated Angular to version 16 and now I have this error when running the serverUndefined variable. ╷88 │ --#{$prefix}tooltip-box-shadow: #{$tooltip-box-shadow-dark}; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵Undefined variable. ╷...
Hi dears @keenthemes developers. 😱I have a simply question, when a will be released Angular layout like in HTML version?Good luck, and have a fun. 🤘
where we should we start our project. i mean which folder inside we should run our project.
When I run, npm run dev command it give me the below error, please solve it.ERROR in ./resources/assets/core/plugins/custom/typedjs/typedjs.js 3:15-47Module not found: Error: Package path ./lib/typed.js is not exported from package D:\office development projects\laravel\node_modules\typed.js (se...
I am working on a Transaction Project that requires datatable with flexibility of adding ,updating and deleting rows ,customizing columns and Validation data flow . How can i deal with that in React Template , can you give more guideline for that
https://preview.keenthemes.com/html/metronic/docs/general/menu/overview - here described the menu functionality.In Initialization section: add .menu CSS class to the menu container along with data-kt-menu="true" attribute to define the menu container.With .menu class I add the: "menu-sub menu-...
Hallo Team,thanks a lot for the very fast Update, the compiling looks good but the Demo-Content (Login and Signin) is still not working on my Xampp-Localhost on Windows.In the older Versions (before v8.1.9) it works great from the beginning.Actually I get no error-messages (like invalid...
How is the frosted glass effect of the HTML version of demo55 achieved, which is not mentioned in the document!
When I click the action button at the end of the datatable, the popup window stays in the table. Normally it should go outside. this only happens on mobile. I am using iphone 7 plus. I am using metronic vue latest version.
Where do I find the change logs?Thanks.Nagui
Hi, i try everything in you demo background color changed but in when i download and execute your laravel code then background color of content and footer not changing, here is code where i think something is missing // Toolbar//// Form controls:is([data-kt-app-layout="light-sidebar"], [...
I am using this documentation as a sample reference -> https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-sideMy datatables is loading continuously without showing results. I suspect I wrongly code the followings in datatables.php:public function getJsonDecode(): mix...
I have a problem building a form using reactive form. The template is not responding as soon as the value changes only after I focus on an input the form is updated.For example:// app.component.html< form [formGroup]="profileForm" (ngSubmit)="onSubmit()"> Fir...