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...
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:...
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...
So I tried learning metronic 8 using YouTube video but I failed as I don't understand php and I only know javascript I want to build projects using react but I don't understand what to do I'm very confused so if anyone can help me it would be great and also I tried reading the documentation but it d...
HII'm about to start a project with Metronic 8.2.3 and Laravel 10. As soon as it was installed I ran some tests on the validation of the Users form. In my case the validation is managed by Livewire. I would like it to be handled by the FormValidator library instead. Can you kindly give me a simple...
Hey team,I would like to use your template on our upcoming project, we are planning to build an academic portal. So students will be paying their registration fee via the website. Can we purchase the standard license and use our own Payment Gateway? and also I have a question can we extend our S...
I've been trying to convert Metronic demo39 HTML to a Blazor project, and it loads and renders fine on the first load, but as soon as I navigate to a different route, the data-bs-theme that Metronic adds onto the element is being removed, causing formatting from the CSS/SCSS to break.I've...