Hi I have is install the metronic laravel starter kit on a webserver and when i try to login with the demo credentials the login form did'nt work. The error in my log is. I have done all the steps. In my local host work perfectly. But when i deploy it to webserver i get this error.40...
Hello,Where can I find a previous versions of Metronic releases? I want to update my current version and my developer is asking for the previous versions to make an update incremental.Thanks
Hello,I am using your Laravel Starter Kit with Bootstrap 5 in the latest version. There seems to be an issue when using Bootstrap DataTables with the data-sort attribute. Columns that have data-sort in their td elements receive left space, causing the contents to be shifted to the right.he...
Hello!After carrying out all the steps to integrate version 9 with laravel, when I open the page, the following error returns in console.logUncaught ReferenceError: KTDom is not defined at app-yk-ydo9-.js:16:16314I checked to see if I hadn't forgotten anything, apparently ever...
I was patiently waiting for metronic to release on next, meanwhile i decided to code some pages in a simple react app. Fast forward to today;I was trying to move my application, so I did setup metronic with next.js following the given commands on the guide and I got this error:
Hello!I've noticed we dont have the github project available anymore.Can you please, add it back?Its much better to keep up-to-date with metronic source code changes.The idea of having a branch for each major version is also very nice.Thanks!
Hi, I've followed this guide to integrate Metronic 9 with Vuejs. I'm running Vue router so, as mentioned in the guide, I'm initializing KTComponent like this:// index.tsimport KTComponent...
Hello,Is there a way to load data without using apiEndpoint? I would like to create my custom function to load the data and then pass it to the DataTable instance.Is this possible in Metronic 9 Tailwind?Cheers,OZ
I have these dependencies and are stopping me from deploying to production at Microsoft DevOps or GitHub. Can you help?npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requ...
Hello,Please update Metronic v9 guide so we can get all the HTML sample pages to work with the sidebar buttons for React/Vue/Angular. As per instructions, we are only copying the media folder to Public folder, and when running the application, the right pane is empty. it would be great...
I purchased the Craft theme from the Bootstrap theme store and I want customize the charts but everything seems to hard coded in the widgets.js file. What is the recommended way to go about these chart usable with server side data?
When i define datatable i ghet this error in my index page, where can i put my script to define datatable after jquery and others scripts loaded?ndex:9215 Uncaught ReferenceError: $ is not defined
hi hi, i paid the Metronic. Do I missing something or the demo1 file for blazor dashboards razor are empty? Is it intended or there are place I can download that able to show what's in the preview? thanks.
I want to make a dashboard like Demo8 Metronik and I work with vue and tailwind, but bootstrap is used in this demo package, but I don't want bootstrap and I want the whole project to be with tailwind. How should I do? In the documents, it was written to download the tailwind and html package, but I...
i bought this dashboard template https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469#my projest is angular project, Using Metronic 9 tailwind . i also did the installation toturial https://keenthemes.com/metronic/tailwind/docs/getting-started/installationbut...
Hello, there are three password meters on a form, these data are combined with the form validator, but the inputs with the password meter are directly marked as valid, but the inputs are empty. How can I solve this problem?