I've downloaded the latest metronic8 with version 8.0.38 but my local docs app doesn't have all the plugins on https://preview.keenthemes.com/metronic8/demo1/documentation/forms/select2.html , it only has some components of `Base` , any idea what is missing?
Hi,
I need to POST with KTDatatable, but my backend is expecting a CSRF_TOKEN. How do I include this?
```
ReferenceError: Can't find variable: CSRF_TOKEN
```
Hi,
My goal is to have a dynamic adding(append) of input field and include validation. I am using the form repeater and validation plugin to achieve this goal. However, I am getting an error every time I execute the "addField" function of the validation plugin.
This is my JS code:
fv.addField...
Hi! I am using Metronic 8 HTML in a Vue Project (I don’t want to use the Vue theme as I want to work in JS, not TS).
How can I access and get rid of the right-side buttons (Help, Demo, Buy now) buttons? I can not find these HTML elements anywhere.
Thank you!
Hi,
I am using Bootstrap Admin Dashboard Theme, and I want to deploy it on Haruko.
so I add this script
"start": "NODE_ENV=production cd theme/tools && yarn install && npm run build --production --demo1"
I am not sure if I am right but I have no idea how to run the app in the production.
I depl...
Hello,
I try to use toaster with your example : https://preview.keenthemes.com/keen/demo1/features/miscellaneous/toastr.html
When opening the popup, in your example, we have a quick effect of fadein/fadeout and after, a new fadein.
Do you have any idea how to remove this "yo-yo" effect at...
Hi,
Can I get a full login/register etc. backend code in php for my React theme? Have you any tutorial for this?
If not, can I get some other language backend code so my web can work with it alone, not your test public api?
Thank You
Hey there,
I'm looking for a date range picker with *time* input like this one that work with jQuery:
https://preview.keenthemes.com/metronic8/demo1/rtl/documentation/forms/daterangepicker.html
Any chance there is a way to implement this logic in React with Typescript?
Good Afternoon please I am getting an error from webpack when trying to build demo4 using webpack i got my files from ThemeForest.
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration[0].entry['js/widgets.bun...
Hi,
In the Good – Bootstrap 5 HTML Admin Dashboard template, I was implementing it in my NuxtJS SPA project. I initialized the required global styles and javascripts but for some reason the menu accordion for light sidebar layout isnt working.. I also tried different layout like the mini sidebar bu...
hi team,
I am facing the below issue while installing react version of metronic 8.
I am following step by step guide that is explained on:https://preview.keenthemes.com/metronic8/react/docs/docs/quick-start
Failed to compile.
/Users/aviisingh/Documents/code/myorderbooks/merchant/src/_...
Hi,
i already buy template but i try to run vuejs but cant run. its said
error Delete `␍` prettier/prettier.
please help me. i already spend my last money for this. please help me run this
Hello, I was trying to switch between RTL to LTR with Angular and I have implemented this way
document.querySelector("link[href='styles.css']")?.setAttribute('id', 'main-layout');
this.translationService.updateLangLayout();
updateLangLayout(lang? : string){
if(lang){
if (l...