Hi,i'm using the metronic demo1 on react and i've searched everywhere and the other questions on here on how to completely remove the auth page and i've ran across a couple things..firstly this.
Hello,How can I buy demo 8 of metronic. I made a purchase thinking I had bought it and it turned out to be demo 1. I need demo 8.How do I buy itThank you very much.
Hello,I am trying to follow the instructions for the Blazor integration but I am confused by what is described. In the Setup theme folder chapter it says:We need fully copy /html/theme folder and paste it into a root of our Blazor app.As I have unzipped the files to C.\ I should find the theme...
Hi,My app is running locally fine with "npm start"I tried building it with :npm run buildBuilt is successful. "The project was built assuming it is hosted at "/yourcryptovoice"and then i run:serve -s build -l 5000The console says "Serving"when i open the url http://localhost:5000/It sh...
Hi all,is there any way to make a modal draggable in Metronic v8?I know I could use something like jquery-ui or Shopify's draggable but it would be very nice to simply add a data-draggable="true" attribute to a modal-div to make it draggable.Think of it for a future release, please.
how is pattern in an array for permission and role ? it can config in config/menu.php I guess. But I don't know how ?ps. Sorry My English isn’t that good
Hi Keenthemes,After upgrading from 8.0.34 to 8.0.36, the invalid message for input group are not showing,I may know the reason, it"s when you updated the text color inside input-group lately changed. (wich is looking goood), but it maybe this update on input-group affected the css reposnsible fo...
I am trying to use select2 but my function is not detected, the following$('#departamento').on('change', function () {var data = $(".select2 option:selected").text();console.log(data);})also try the following$('#departamento').on('select2:select', function (e) {var data =...
Hi guys,My name is Larissa and I’m writing from Brazil. We’ve been using your Metronic template, which we bought along with Angular 8. However, with the advancement of Angular versions, we are currently advancing to version 12. But, on doing this, the template presented some errors regarding the m...
Hi,How to install a blank panel, no modification needed?Preferably only with authentication.Of course, with the absolute minimum of dependency.Laravel 9
Hi,The contents of Laravel demo 2, demo 4, demo 7 (probably others also) inside the zips are identical (binary compared with sub-folders), all had the name metronic_v8.0.36_laravel.zip when downloaded.is this intentional? In my opinion, If a single 90MB archive is enough for all nine, then I sup...
Hi,I tried doing this, But when ever i add the my datatable lists all the items from the array instead of 10 or the selected rowsPerPage, i tried passing the rowsPerPage prop, but when ever i add the events the props aren't working.
We are recently migrated to the new theme. Popup goes off when clicking outside the modal popup window. Below is the code to open the model. Please help.$("#testDialog").modal('show');
Hello,I have been using your theme for a while and would like to get the code for the Radio Buttons Example 4 as it is currently empty.It is located here.I would like to use this in my project....
I have the following problem when I want to integrate the latest version of metronic v8.0.36 Problem 1- Root composer.json requires laravel/framework ^9.0, found laravel/framework[v9.0.0-beta.1, ..., 9.x-dev] but the package is fixed to v8.by a partial update and that version does not ma...