Hello,Secondary and dark light badges text not visible in light and dark mode. On secondary text is invisible or white. Dark light badge is not readable because of gray text used. I can't upload images to show how it looks like.
Hi, hope you are doing well.I downloaded the ASP .NET Core starter kit and followed the quick start procedures, so that I was able to run the default template, using Demo 1. I noticed that Demo 1 for the ASP .NET Core version comes with just a few basic features, such as the Dashboard and Au...
I bought the Good - Bootstrap Themes template in https://themes.getbootstrap.com/product/good-bootstrap-5-admin-dashboard-template/. I'm debug code ASP.NET, then thow Exception on file plugins.bundle.js. in line 24990: var promiseRequiresObjectContext = throwsError(function () { return globals.Promi...
Here are two hotfixes for the recent Datatable issue:1. Persist Search Input Value After Page RefreshIn the /src/core/components/datatable/datatable.ts file, modify the _attachSearchEvent function.Add the following lines after the searchElement declaration:const searchElement: HTM...
Is there a way to get clean version without all the hardcoded widgets and hardcorded pages so I can add them myself? Or do I need to do cleanup myself.Can't even reuse them without modyfing them, so those are kinda useless imo.I'd like clean code in my blazor app.
I've download Ceres HTML Free but when I click on the dark mode setting it doesn't work.Also the "Free" demo is of the paid version rather than the free version. That's very misleading.
I'm experiencing an issue with our application where certain scripts are not loading correctly. Here are the error details:Error in Loading Livewire Script:I am receiving a 404 error when trying to load https://empirical.ysfrngo.org/vendor/livewire/livewire.min.js?id=38dc8241.The error sho...
GET http://127.0.0.1:8000/vendor/livewire/livewire.min.js?id=38dc8241 net::ERR_ABORTED 404 (Not Found)users?user_id=&avatar=staff.png&avatar_remove=&name=Younes+Alhussam&email=younes%40gmail.com&role=admin:2503 Uncaught ReferenceError: Livewire is not defined at jQuery.fn.init.drawCallback (u...
Hi!I would like to know if I can purchase a regular license and use it for a while, during the time my software is provided completelly free and then get an upgrade to the extended licensing, when my software will provide paid features to customers. In that case, would the extended version be di...
I get an error while running npm run build during initial setup. I have followed documentation provided for blazor setup, but it just doesnt work. Bellow you can check error that i ran into.ERROR:https://imgur.com/a/ZDFpPWOThanks in advance for help,
I implement an action component where it stores a button to trigger the drawer and the drawer in it. That component will be used across all my pages that need that action. Currently, desktop and Android devices work fine. But on iOS devices, the drawer shows up inside the table. The short-term solut...
Today, I purchased a license for Metronic 9 React. However, it is not fully completed yet. I thought it was finished, and this made me a bit disappointed. Could you provide information on when the theme is expected to be completed?Additionally, could you give a release date for the Next.js versi...
I've just bought "Metronic Pulse", downloaded and set up everything following the steps of README.md file steps. However, when I run the application - php artisan serve - it just shows the standard Laravel demo page, i.e. I don't see anything similar to the "Metronic Pulse" demo:https://www.drop...
Hello,I would like add jquery CHOSEN plugin to my metronic project with Laravel, i can't do it.I have donwload the plugin and placed it in the directory /public/access/plugins.I have include it in master.blade.php like this :
Please help with my datatable. When I am on page number 5 and navigate to a new page through the navbar, where the new page also has a datatable, the page number does not reset to 1 but remains at 5. How can I reset the page number to the beginning when switching pages?