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

All Questions (6066)

Hi,I built my Layout with layout-builder URL.html It creates metronic_html_v8.2.0-1689961543 zip file with 2 folders and the index file.I copy that folder and the index.html file to my spring project.Now, I start my app and there is no errors on navigator console. Not even in STS IDE co...
Hello,is it possible to integrate a dropdown or other control e.g. slider into the sidebar instead of simple text page links ? Do Metronic have a template or example for that? Thanks for your replay.
Hi, i bought Metronic template this morning and tried to download the package (9Gig) a couple of times. it fails every time due to network issues? Im pretty sure my connection is superb at the developer office i work at (i tried wireless and wired). is there an alternative method to download the fil...
Hi How i can change loader icon for blazor themeinstead of circle i want repalce thsi icon with Pulsing icon how i can do this please confirm
Hallo Faizal, I apologize for all the work, but I hope it also helps you to solve the problems in this new version. I am testing all the time and I noticed an basic error in the folder structure (in my opinion). After the first Compiling the public/assets folder contains a folder named resourc...
Hello,I am reaching out because the user account icon that is supposed to be positioned on the right side of the screen has moved to the left side of it. The icon that I am referring to is this one: https://ibb.co/TqsKKbLHow can I move it to the right side?Here is my code, I don't th...
Hello,I have a project with Laravel Api Backend and Vuejs frontend.for the assets, I have used demo 23 demos23/src for my frontend.While trying to build my project in vuejs npm run build i have issues with KTUtil is undefined
I use dropdown, but it is used well on the first list screen.Why doesn't it work when I try to use it by inserting a dropdown after taking a specific action?I'm using your own wizard component, #kt_create_account_stepper.Dropdown is used inside this wizard component. data-kt.. Could it be that...
hi.data-kt-menu-trigger="click"search.vue inside There is an attribute like thishow to this feature change with hover
In the settings.py ASGI_APPLICATION = '_keenthemes.asgi.application'usually ASGI_APPLICATION = 'appname.asgi.application'But app name is inconsistent In the installed apps section app name is given as dashboards.apps.DashboardsConfigby folder hierarchy i can consider dashboards as app...
I am using Metronic 8.2.0 and the sign-up template from demo25 (fancy one).I want to sent the input data from email and password to my php file where it’s getting checked with the database if email already exists or not. If yes the user should get a modal that he must choose another. If okay the...
After updating the data attribute "data-kt-countup-value" via jquery like so:$('#whse_edit_total_sold').attr('data-kt-countup-value', product_data.Total_Sold);we need to reinitalize the kt-countup so that the counter uses the updated data. Can you advise on how this can be accompli...
Hi! I downloaded v8.2 Asp.Net Core version and, as you know, there is already a wwwroot folder with assets inside. However, if I follow the getting started section and make 'yarn install', 'npm run build --demo1' in _keenthemes/tools folder, the content of wwwroot/assets folder changes. Lots of...
Hi There, I am trying to set the folloing layouts in my application from Fixed to FluidFooter - FluidHeader - FluidContent - FluidBut I dont want to download the template from the Layout Builder. How can I change direcly in the code.Note: Layout Builder splits the project into se...
Hello guys, I will appreciate your help regarding an issue I'm facing with the Blazor starter kit:I integrated the user-management application into the blazer demo, when I'm trying to add a user it seems that the add-user Modal is detached from the page click events.after checking in the...
Hi! I added via "yarn add typedjs" the lib.In my index.html I copied the javascript code at end: var typed = new Typed("#kt_typedjs_example_1", { strings: ["First sentence.", "Second sentence.", "Third sentense", "And some longer...
When Trying to install starter kit of Metronic laravel theme i am getting following error:TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator)) at C:\Users\Kashif\Downloads\themeforest-Y9tF6thq-metronic-responsive-admin-dashboard-template\laravel\laravel_demo1...
Hello,I downloaded newest update of keen theme, but cant find Starter KitCould you share with us?
After following all the steps. in the docs, and run the server and get into the login page.when I try to login or register, nothing happens, and it just keep reloading. using inspect/ Network , i see general.js is showing 404 for the following.http://127.0.0.1:8000/assets/js/custom/authenticat...
I bought Metronic years ago (24th December 2014), and now I wanna to use a sample (demo) of that. Well, I try go ahead login page (user: admin@demo.com | pass: demo) and nothing. I got this message: "login detail is wrong..." or thing similar. What happened? Is necessary input some data, like li...
I am looking to implement a new site, with nodejs as backend and react frontend.I would like it to have everything that appears from Laravel, which has Users, Auth, Roles, Permissions.I don't know if any of them already exist implemented here, Metronic was suggested to me, I don't know it, I...
I would like to share my modal configuration with you. I thought to myself that you can integrate it automatically.Because being new to Angular, I spent hours and how to change the size of my modal.In my modale.componant.ts fileopen(options?: NgbModalOptions): Promise {...