Is there a safe way in Laravel to change the reference "demo1, demo2, demo3, ..." to a more professional name like "v1, v2, v3 ...". Without breaking the application?
But where to change in the Metronic 8 configuration (configs, webpack, ...)?
Which directories would you need to rename?
Thank...
We purchased Metronic Admin Theme from Themeforest, downloaded the zip-package and looking for the "theme" folder mentioned in the documentation.
> Download the latest theme source from the Marketplace.
> Download and install Node.js from Nodejs. The suggested version to install is 16.x LTS.
>...
i had a problem with my metronic template demo 5 i am using laravel inertia js with vue3
laravel:v9.2
php:v8.0.2
vue:v3
inertia:v0.6
the scripts.bundle.js is not loaded properly it causes problem in
User Account Menu (KTMenu) not working on click or hover
SideBar not...
Hi Guys
I have installed the flask version of Medtronic as instructed however when I tried to run it with flask run and visit http://127.0.0.1:5000/ in my browser I got the error below in the terminal:
WARNING: This is a development server. Do not use it in a production deploy...
Hi Sean and Team
I receive an uncaught error which is traced from plugins to sign-in validator script -> KTSigninGeneral.init();
Error:
Uncaught TypeError: Cannot read properties of null (reading 'classList')
at plugins.bundle.js:26422:119075
at Array.forEach ()
at...
Hi,
During development I make some mistakes. The error is normally logged to the console with component name, line and method. But I'm getting
2app.2b3d77aa.js:4 Error
at bc (app.2b3d77aa.js:12:5491)
at Object.p [as resolve] (app.2b3d77aa.js:12:10333)
at Object.T [as resolve]...
Following this documentaiton:
Doc
I get an error when I try to execute the code "Cannot reinitialize DataTable". I checked the docs of DataTable saying I should either destroy() the dat...
I use plupload to big size file upload. When I add plupload styles & scripts, its not working. No error showing console. Unable to upload anything. I user metronic demo 1, default assets, don't change the build. here is my js screenshot:
https://paste.pics/9fdb0d36d6b2f9c47f507f82bf8b322c
and h...
I would like to modify multi-steps-sign-up.html each account type takes to deferent sign up page can someone modify the JS file to me which is create-account.js
Thanks
Breadcrumbs do not work on the latest version of Metronic on Angular, can anyone help?
no kt_header_menu exists in the application, when I look into page-info.service.ts
I need to set the logo path from the store.
I have tried to import store on core/config/DefaultLayoutConfig.ts this file but it returns the error
"Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization"
Please help me with above issue.
Thank you!
I can't follow Metronic's documentation for datables implementation since I'm following Yajra's.
I am trying to follow this:
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable
The way I'm using datatable is per Yajra's docs:
...
I have a form with an image input and want to reset the whole form along with image input.
Right now the image input does not reset it stays as the one I uploaded latest.
The image is not saved to DB right now.
Dark mode switcher is not displaying in Metronic demo 8
https://snipboard.io/S4Crmf.jpg
I didn't change anything in the code:
@if (theme()->isDarkModeEnabled())
How could I customise CkEditor Document to add additional plugins such as Mention as this can only be done before being built. I've also noticed a "ckeditor-document.bundle.js:6 filerepository-no-upload-adapter" when attempting to set up image uploads which makes me wonder if this also needs to be c...
Is there pre-made component for Draggable in Metronic React?
I searched in demo1 of react metronic but i am not able to find anything related to this. or I have to include it manually.