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...
we are planning to purchase your theme, we want to clarify some doubts.1) we are using angular latest version(i.e. angular 12 or 13) does this theme support this version of angular?2) dose this theme using any third party plugin?3) what is the latency expiry date?4) once we purchased this theme,...
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...
Good morning, I am attaching the complete link of the project.I comment that I present problems for the DATATABLE,bootstrap-maxlength.html and recently with vis-timelineI had to manually add in plugin.scss the following @import "~ vis-timeline / dist / vis-timeline-graph2d.min.css";and in js a...
When I call Toastr Notification from Javascript it appears and hides without animation. Same bug exists in official documentation example. https://preview.keenthemes.com/metronic8/demo1/documentation/general/toastr.html