Hello Team,In the latest metronic laravel there is a major mistake in the reset-password.bladeBelow is wrong and needs to have a different ID an Action.Also the JS is not loaded because it is not implemented in pages.php
Hello,I am using Metronics Demo7 Vue, and I am trying to add a div to the Footer.vue file in a fixed position so that it is always visible at the bottom. I am able to add the div in the correct position, however, my issue is with the width.As soon as I change position:fixed, the width is no...
Hi,I did everything described in this link:https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/build?demo=demo1I can log in to the system and it's working but my browser console is showing some errors like:Failed to load resource: the server responded w...
Hello,Is there any draggable components/elements demo available in Medtronic, we have to implement draggable dashboard components so if is there any demo available please provide it!
Hi Lauris, I`m starting to expand FulCalendar and got a question:sample method for creating event const addEvent = () => { console.log("there you Go!"); calendarOptions.events = [ ...calendarOptions.events, { title: "My Title",...
I am following this guide but it seems outdated:https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-startedI am running the commands in:metronic_v8.1.5\html\toolsAfter all of the commands and the gulp build finishes, the "demo1" folder is created:However, inside of it is...
I deployed the metronic 8 vuejs demo1 to amplify and its not rendering properly. Anyone was able to deploy and has the steps to make it work?if you go to it, you will see with developer tools that its strangely trying to load stuff into the static index.html pagehttps://master.d399gdl6wuc7cz...
Hello,Please, I have a question on how to validate fields. For example with "Text Input".On the website (https://preview.keenthemes.com/html/metronic/docs/forms/formvalidation/basic) there are several examples but I can't get it to work.Please, someone could help me.Thank you very mu...
Hello, I bought the metronic 8 theme and I can't seem to find where I can import the components, Here's a list of some of the components that I would like to use : - Wizard of multi step.- Different types of cards to display products, users and companies. - The print invoices compon...
HiWhen the side navigation menu contains many items, the menu doesn't seem to scroll by default - we have to click a menu item first, and then the scroll works.How do we set the side menu to scroll by default ?thanksVR
Please i saw that demo 6 has a POS app, but when i downloaded, i did not see that module in my files, and am very hurt by that. Is there something you can do about it, thank you.
DataTables not showing "Processing... or Loading..." message, even in your demo:https://preview.keenthemes.com/metronic8/laravel/log/auditPlease advise,Thanks
Hi,I have a base metronic 8.1.5 laravel.I have added the option dark mode in settings // Layout 'layout' => array( 'main' => [ 'dark-mode-enabled' => true, ] ),Als have read the following page : https://preview.keentheme...
I want ajax and update exits DateRangePicker. I want click daterangepicker and auto select datetime$(".kt_datepicker").daterangepicker({ singleDatePicker: true, timePicker: true, showDropdowns: true, minYear: new Date().getFullYear() - 1, local...