Hello, I need help with a question, I did all the steps to use Metronic in the laravel version, I downloaded the GIT structure, I placed the files as instructed in the documentation, but when I run the project for visualization it gives the following error:Uncaught ReferenceError: KTDom is not d...
I am trying to add a module for Quill JS to enable resize on the images imported editor. I am using the Quill Image Resize module. Anyone has a sample working code?
I have a problem with an image input. it shows nice, with their styles, and i checked by JS that on change the image the input fills himselves with the image. but when i submit the form, the avatar input doesn't appear. i have the form with enctype="multipart/form-data", and i tried with a normal in...
Hello,I am trying to convert the Laravel template to Livewire so can use it as SPA for the fast loading of the page without loading all script assets on each page load,I am following this,https://livewire.laravel.com/docs/navigate#scripts-in-head-are-loaded-onceThe below code is from m...
If I open the modal 2 times then export the excel im getting 2 same files, If I open the modal 3 times i get 3 excel file it keep multiplying how to avoid this kind of scenario thankshere is my implementation/source code$(document).on("click", "#dealer-collection", function (e) { modalW...
I am working with Laravel Livewire, and with livewire wire:navigate when component changes all the components of Metronic Tailwind stops working,I tried to re init but its not working. Whats the solution
I want to save text to hex format. But metronic using default hsl. How to change colorPicker format?It saved like this:"TEST"I tried as below but it didn't workDecoupledEditor.create(document.querySelector('#kt_docs_ckeditor_document')).then(editor => {...
I tried to install it according to the instructions, but I ran into a few problems. You promise instructions for Laravel 10, but it's already Laravel 11. There are errors in the documentation. Icons are also missing. I need the starterkit in the Laravel version.https://prnt.sc/ROdYEGse6bNFhttp...
Hello, I am trying to install the Laravel version of the Metronic theme. After applying the npm install and npm run dev commands, I am receiving the following errors. To ensure that the problem is not due to the Plesk panel, I also tested it on localhost and received the same error. Below are my sys...
Hi, I tried to use Medtronic 9 via Livewire 3 (full page) but the menus (sidebar and profile menu, top right) are not working properly.document.addEventListener(“livewire:navigated”, () => {KTComponents.init();KTMenu.init(); });But it is not working. Could you please help? We really...
I'm using metronic 8 demo 1 with vue3. I see that to show images it uses this function getAssetPath('media/misc/auth-screens.png').QUESTION: Where should I add new images/logos? I mean where to place that root folder (media)?
Hi Frinds, I try to install the new Metronic v8.2.6 for Laravel,first all looks god, but the Datatable migration failed!php artisan migrate:freshRunning migrationsCreate permission TablesError:Access to undeclared static property Spatie\Permission\PermissionRegistrar::$pivotPermissio...
When trying to reset the password after submitting new passwordsit throws in laravelThe GET method is not supported for route reset-password. Supported methods: POST.public function handle(Request $request, Closure $next): Response { $is_logged_in = $request->path() !=...
Hi,I just bought this theme but came across the following error while building the assets:[webpack-cli] [Error: ENOENT: no such file or directory, open 'C:\Users\XXXX\Desktop\XXXX\Framework\node_modules\datatables.net-buttons\js\buttons.flash.js'] { errno: -4058, code: 'ENOENT', sys...
Hello I bought this product in https://themeforest.net/ and I bought it because it was for laravel and inside I have this loink that sends me to this website I want the admin for laravel but it is not inside thanks
Hi,using Metronic Laravel 8.2.5 and self implementing Yajra Datatable, I found this "bug" for which when a head column (the title of a column) is clicked to apply its ordering on the table the head title switch from alignment lef to alignment right.When clicked the title changes classes, how...
So, I just started using Metronic in my company and I'm working on emulating what a colleague has selected and composed from the Html demo (some lists, some filters, some dashboard elements, etc.).At the start I've struggled a lot, the Laravel documentation is truly meagre and the overall explan...