I am using Starterkit Metronic Laravel 10.0 and when I try to visit root (/) it automatically redirect to login page. I want to show a landing page and open login page when user click login button. How can I do this
i just purchased a metronic theme and i am using react theme for my project, and when i run the react then on bottom left side i show a react query icon i want to change it how i can change it.
In the previous Metronic, the search input and paging selectbox were at the top, but in this version it has changed. so how can datatable be able to search for data
Greetings,I like your solution, but i noticed the Angular version does not include all screens/components i expected to see, for starter i'm trying to find the ticket support screen but it is not included in the Angular version, should i take them from somewhere and manually add them to Angular?...
There are multiple issues with Server Side Rendering when using metronic and thats a top priority, and I would like create a new project(using Angular 17) and add the individual pieces of metronic to make it work. I'm trying to hover over the angular demo 1 magnifying glass and see the results, and...
Hi team,I'm working on Metronic Laravel 8.2.3 for my frontend.Btw, when I login FE never display "Sorry, the email or password is incorrect, please try again."It only displays:- "You have successfully logged in!"- "Sorry, looks like there are some errors detected, please try again."I...
hello, I'm having trouble opening the menu in drawer element plus. on another component I did reinitializeComponents() and it worked, but when it was in the drawer, the menu didn't appear even though I had done reinitializeComponents().is there anything i missed?here is my code snippet
in your docs:https://preview.keenthemes.com/html/metronic/docs/general/searchfor using this search you are using some timeout (I guess for wait for user finish typing), but we have an issue that if the user will type a character just before the process will finish, his new input will not take...
Description: Upon loading the Metronic 8 React Admin Panel template, I encounter a glitch where the sidebar and the entire page seem to "build" as if they're loading. Specifically, I observe the sidebar moving up from the bottom and the header moving into the top position. Additionally, there is a l...
Hello, im using LARAVEL THEME (Starter Kit) 8.2.3I know that i can change data-kt-app-layout="light-sidebar", but i dont know where to change it in this Laravel Starter Kit, by the way i need to change the Background color, and texts menu colorsHow can i change this vars and colors.Thank...
Hi,I am applying Read-only feature into my CKEditor-Classic to disable the editor because CKEditor does not support a built-in disabled feature.https://ckeditor.com/docs/ckeditor5/41.1.0/features/read-only.html...
Hello,I am considering purchasing the "Metronic HTML template v8.2.3." However, I couldn't find detailed information regarding the contents included in this HTML version within the documentation.Product link : https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?...
Hello.I need help with building the responsive Datatable.I am assembling it according to the example in the documentation, but the error below occurs: Uncaught TypeError: Cannot read properties of undefined (reading 'state')This error occurs in this code snippet based...
I've identified a significant issue with the password reset functionality in our Laravel application. Despite the password reset email stating that the link expires in 60 minutes, users are still able to use the same link to reset their password after this period.This inconsistency poses a secur...
Hello,For several hours I have been trying unsuccessfully to implement Metronic on Firebase hosting. Has anyone managed to do this? Is this even possible? Locally, all Metronic works without a problem, and after uploading to Firebase hosting I have a blank screen - https://fobos-mag.web.app
VUEJS TemplateI am using KTDatable with:checkbox-enabled = "true" and getting data from the server sideResponse:[ { "id": 1, "name": "User 1", "checked": true }, { "id": 2, "name": "User 2", "checked": false }]How can check this row by default?