Hi, I'm trying to make a django form in which I want to upload a photo (Dropzone) and enter its title.I can't send the title field and the photo to my view at the same time.Could you please help me ?add.js// DropzoneJslet myDropzone = new Dropzone("#kt_dropzonejs_example_1", {...
Could you provide a lightweight Laravel starter kit with Vite as part of the release with Tailwind?It only needs to have the login / register routes, the header and the sidebar. Nothing more. Also no demo JavaScript. That would make a lot of things easier. The starter kit contains far too much t...
Hi, I'm really interested in seeing a detailed documentation on integrating Laravel with Inertia and Vue. Despite numerous discussions on this topic, there's still a lack of comprehensive resources. If you could dedicate some time to create documentation for this, I would greatly appreciate it. Alte...
We are currently building a project based on React 18 and PHP. We really like your UI. After purchase, there will be no support for the PHP backend, but there will be support for the frontend. Regarding the frontend pages, are they HTML pages or JSX source code? Also, if I want to define some compon...
i am facing issue in my aside menu of metronic theme which is, i have menu which contains sub menu options like dropdown when i click arrow button open the dropdown it stucks and not open until i refresh the page, give me the solution of this issue code:import React, {useState} from 'react'i...
Metronic custom style is not working. I have added @import "./assets/sass/core/vendors/plugins/toastr";but CSS is not working. When I used @import "/node_modules/ngx-toastr/toastr.css";It was working fine with the default toastr design. I also tried@import "./assets/sass/core/ven...
How to implement your metronic to the vite app? There a lot of depedencies which create problems to me to use vite instead of webpack. Is it possible to use vite?
Hello,How can I remove the toolbar header for Django? I am using the dark header layout, but when I set the following in _templates/layout/default.py to false or comment it out it doesn't change anything:def initDarkHeaderLayout(context): KTTheme.addHtmlAttribute('body', 'dat...
I want to implement a bottom navbar for mobile screens using Metronic. This should be stuck to teh bottom of the screen as the user scrolls. And the menu items should be icons (similar design pattern to native mobile apps like whatsapp / instagram etc). Ideally, as screen size becomes bigger than mo...
I am looking for the admin template so I finalized the below template. Please let me know what version of using reactjs.https://preview.keenthemes.com/metronic8/react/demo6/dashboardThanks,Pankaj Kumar
Hi, I use Quill, but there is a warning:[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cau...
Hello dear devs,I hope this message finds you well. I've been exploring Angular Metronic and had a question I was hoping you could assist me with.I'm looking to implement input validation and formatting for employee worked hours in my Angular application. The input field should allow users t...
I'm facing difficulties in finding the routing declaration for Livewire within Metronic for Laravel 10. It's unclear how authentication constraints are applied to access the dashboard, as there isn't a single route used by Livewire in the web and API route files. Upon inspecting the URL calls during...
Hello,Has anyone had success integrating Metronic 8 (demo 1) on a fresh Laravel 11 project (composer create-project laravel/laravel:^11.0 laravel-vue)?I would appreciate some guidance on how you approached it (either in the form of online documentation or explanation).Thank you.
Hello,I am using the Metronic React Demo1 theme for my project. However, when there is a server issue such as a 501 error or any other issue, the API is automatically sending requests four times. I'm unsure why this is happening or which part of the code is responsible for it. I suspect that Met...
Hello. I've already worked with Metronic (an older version and Angular). I want to switch to the current version now (and it will be React). But before purchasing a license, I need to familiarize myself with the functionality. Is it possible to get a trial version?
Hello Team,I have full-page laravel template and using only main page header.In main body, I am using card , but I want to keep card header sticky, so when user scrolls the page, they need to see main website header and below card header sticky, so that user can read all card body content al...