Hello, great job! Thank you for such a nice template. Unfortunately, the Django version isn't working. The command: `npm run build` fails with an error:
```
ReferenceError: require is not defined in ES module scope, you can use import instead
This file is being treated as an ES module because i...
hii,
i am using react metronic demo1 theme, and i want to know which types of authetication functionlity you're using in react metronic thme, i want to implement access and refresh token functionlity but there is conflict in code, please help me to solve the problem, is i can edit the metronic au...
Hi
I have experience bug when i have 2 modal that had a table in there , when i export the excel file on 1st modal it work but when i try to go on 2nd modal then export the table im downloading the excel of the first modal not the current modal
how can i make this work any recommended to solv...
Hi.
Is it just me or is there a bug?
Modal windows with class modal-lg and modal-xl are not working for me.
After showing such modal it breaks whole webpage.
Modal contents is added to the end of the webpage and dark overlay (backdrop) covers entire page (also cover...
I'm using KTMenu.updateByLinkAttribute in my vanilla html project powered by htmx, I'm expecting
```
// This will recalculate and update the menu
htmx.onLoad(function(evt) {
KTMenu.updateByLinkAttribute(window.location.pathname, "hx-get");
});
```
to update all menus, but it's only...
When using the Metronic HTML theme, to make changes to the core areas which replicate across the website such as header, footer, navigation menu do i have to copy / paste the amended code for each page or is there an easier way to do it.
e.g.
Lets say i have 50 webpages and amend the menu, do i...
the border: 1px solid var(--bs-gray-300) ; , box-shadow: none; this line are over written
that is cauzing the boder to dispaly nont
Old code
.react-select-styled .react-select {
&__control {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/200...
HI, i want to display a custom specified error message if the user entered an incorrect user or Password, the error message should be specific instead of 'Sorry, looks like there are some errors detected, please try again.'
i'm using Metronic Starter kit in laravel 10
Hi,
We are using metronics theme in Laravel which is setup in docker. Everything looks good except it shows some variables (starting with @) at frontend even after compiling the assets. Please see attached for more details.
Can you please help us here?
Hey there, while exploring the demo version for VueJS, I'm curious if the premium version offers additional components and features beyond what's showcased in the demo version. Or is it restricted to the features demonstrated in the demo version?
Hello I am trying to install Metronic 8.2.3 asp.net-core.
I have the latest Node.js Yarn & Gulp installed.
However I get and error when running gulp --demo1
[11:13:01] Finished 'default' after 170 ms
Error in plugin "sass"
Message:
node_modules\prism-themes\themes\prismjs.bundle.css
Err...
Hi, I want to ask about configuration of project, if i create a new vue project and add dependency following package.json file inside metronic_vue_v8.1.6_demo2 folder and copy assets folder into my new vue project. how can i use
I had copied demo2 html folder to django _templates folder and created an app to load the template. But the path is not loading styles and css files.
Below is a sample css path
http://127.0.0.1:8000/worker/assets/plugins/custom/fullcalendar/fullcalendar.bundle.css
metronic 8 demo 8 template v8.1.5 stepper intigrate the my project, but below error given,
plz advice
unloading.js:5 Uncaught ReferenceError: KTStepper is not defined
Hi,
I just got your theme metronic_v8.2.3, but the bundling theme assets is not working with Gulp nor Webpack in Flask.
I am following the guide here: https://preview.keenthemes.com/flask/metronic/docs/getting-started
Errors:
For webpack: npm run build
* First removing "type": "module...
hi, can i use html theme files inside react themes, if yes then please provide me procesure to add files inside react metronic themes, please explain in detailes with examples.