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

Metronic (5004)

Install tiny-slider dependency by running command npm install tiny-slider.Include tiny-slider styles on your component.@import "tiny-slider/dist/tiny-slider.css";Paste a slider html code to your component....
I download de Vue Metronic 8.2.3 Demo 1 and after run npn run build don't work with nginx I juste receveid error this messages:1. Loading module from “http://vod.mydev.wtf/metronic8/vue/demo1/assets/index-9fb06229.js” was blocked because of a disallowed MIME type (“text/html”).2. The styles...
HiHaving issues with the form submission. I added the below and I have a route in my laravel app along with a controller and model. But when I click on the submit button it goes to create-account.js and does validation but stop there. I get no errors and the data is not added to my database. Do...
Hi,I'm customizing the UI as per my requirements. Now, I want to change the LTR to RTL at runtime. I found that themesetting.json can do that switching. But It doesn't do on runtime. How can I make it? Please give me complete instructions for this problem.It would be a great thing if you res...
When I try to open the KTMenu in a modal the menu opens inside the modal but not under the button that performs the action
Hi,I set auto width for both menu & sub menu in dropdown menu but it works on only menu, not sub menu.https://preview.keenthemes.com/html/metronic/docs/general/menu/advanced#toggle-dropdown...
Hello,can i hide compenent in page like hide sidebar use sidebarlogo?metronic 8 VUE.Thank you
Hello, I am using Metronic with React Typescript and wanted to ask does it have Spinner to use for content loading? I need some loader but not a splashscreen
In the metronic8 template, the container element with id="kt_app_content_container", which essentially holds all the content, extends too far upwards when the y-gutters are used for the rows.This means that the "kt_app_content_container element" will lie on top of the breadcrumbs and the bottom be...
https://preview.keenthemes.com/metronic8/demo1/dashboards/podcast.htmlHave downloaded but only see 8 zip files, can't find the podcast one
Hello,When I run gulp --demo1 for asp.net core, I get the following error. I use Metronic 8.2.3 is the latest version and Windows 11 Pro. I tried it on a MacBook Pro and got the same error. How can I solve this?"Thank you,MustafaUsing gulp config file: "../../gulp.config.js"[16:31:...
I need a calendar in my React app and I want to use the calendar from Metronic html admin dashboard. How can I do it?
Was modals wireframes in figma not shared?
in react metronic demo 1 theme you are using api for sorting the table, but i want to sort table here in frontend but an error is occuring, like metronic react table i am writing this code for sorting." const { getTableProps, getTableBodyProps, headers, rows, prepareRow } = useTable({ colu...
Hello There, On my MacBook Pro, I have all the necessary requirements. I ran 'yarn install' in the ASP.NET Core starter kit, but I received these outputs and warnings: how will my project be affected by these 'yarn install' failed situations? What do the failures mean? What should I do? How can...
Hi Keenthemes, i installed the metronic starterkit laravel project, configure my email in .env, i want to create a new user with Developer permissioni but im encountering 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone away'my PHP: 8.1.27, Laravel: 10.45.1Ki...
I am using your theme and it have a component called ChatInner Component in React which is help to display the chats of the both users.It is working fine but i want to have pagination on scroll top like most recent chat should be displayed and for older chat if user scroll to top based on that the...
The dropdown menu (dataKtMenu) does not work in my Angular Metronic v8.1.5 project when I add "redirect" to the content of the dropdown menu component. When you go to other page with "Routing". The drop-down menu is still active, appearing on the other page even though it should be closed. W...
Hello, I have a problem with "wire:navigate" function of new Livewire v3. When page fully load (with reload button), all javascript works (for example top right account menu or light/dark hover), but after clicking on link with "wire:navigate" (doesn't do refresh, just rewrite full HTML page without...
Hi there, I need help:I need to switch between light and dark mode on metronic angular template without refreshing the page, is there a way on doing that?I've noticed that there is an injectable service that sets the mode on localStorage but afterwards it reloads the page. I need it to toggle...