Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

All Questions (5534)

Hi,not sure if such config exist, but before building, is there a way to change the demo used to generate the razor files? or they have to be manually modified based on the HTML files?
I just purchased the Keen v3.0.8 html template from Bootstrap and I'm having some problems with getting the drop down and other JS to work. I'm assuming it's because I'm trying to import everything into ReactJS.Am I missing something or does this version come with a React template?
I am going to Categories....Metronic and then clicking on "Vue" tag.This brings up the same results no matter which page you click on.
Hi there,I am using Symfony 7 which come with Turbo & Stimulus.Every time I change page, the menu / dropdowns stop working.I tried looking online for similar issue / solution, and the closest I got is few threads about Ruby using Turbo.In most cases, they say the solution is to use K...
Hi Team,Metronic on every page change is sending verify request to the backend.// verify auth token before each page change authStore.verifyAuth(); // before page access check if page requires authentication if (to.meta.middleware == "auth") { if (authStore.isAuthenticated) {...
When I run...npm installI get the below message...npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and power...
Dear Support,I purchased a copy of Metronic but have trouble getting your Blazor integration guide to work. I'm following the instructions here:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-serverI followed thru steps 1 to 4 (4 being - npm install & npm ru...
Hello!We running an Angular 18 application using the Metronic theme and love it (we're running Metronic 8.2). However, we recently ran the project through SAST scan and it returned a number of vulnerabilities tied to https://cwe.mitre.org/data/definitions/79.html.Basically, it's complaining...
I'm going through the installation guide for Metronic 9 Tailwind: https://keenthemes.com/metronic/tailwind/docs/getting-started/installation and just want to use the HTML version.Do I need to do points 6 to 8 with the HTML version, as it looks like the files are already in there?
Hi, I am using Blazor Metronic Templates. Tooltips doesn't work in components because components add content dynamically to dom.Kindly guide me how can I resolve this problem to show tooltips in Blazor Components
Even though I followed the steps on the react integration page exactly, the project opens but the page does not load.I think the https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/react page is out of date.There is no error message, the page just keeps loading.
i work on bootstrap version of metronic , with laravelwhen i use select2 in modal body like 'create-project' it not working, filtration not working and i cant write in text box to use filteri tried it in another places , works fine but not modals ?
i have bought the metronic . i am planing to use the tailwind verision and vue 3 app.but i cant find out how to make it rtl . dos it support rtl at all ?
Hello,I want to use demo1https://preview.keenthemes.com/metronic8/demo1/index.htmlbut i want to use the colors of demo11 in demo1https://preview.keenthemes.com/metronic8/demo11/index.htmlwhat can I do please ?
I bought your product imagining to download the React + Tailwind version, is it possible to download it?Reading your blog I notice that it is still in beta, it could be fine for me at the moment since I have chosen you as design driven.I await your kind reply.Kind regards,Amarildo Lena
I want to add a documentation or blog for my website how can i add. i am using react bootstrap demo-1 theme.
Hi i am trying to setup metronics for Spring,I have done the below step -> 1) Start your command line interface and change directory to starterkit/_keenthemes/tools.cd Starterkit/_keenthemes/tools2) Install dependencies with either one, yarn or npm.I have used npm - npm install...
Topbar menu wont hide when change password modal is click.Image for desktop version : https://ibb.co/7RjgXCB Image for responsive version : https://ibb.co/cCnkp2H
How do i change the node version of metronic 7 to either 16 or 18?when i try to change the node version either 16 or 18 and try to run npm install it throws multiple errors and the main error i am getting is for node-sass.
Hi everyone,I'm having trouble displaying a Select2 dropdown inside a modal in my project. The dropdown is always misaligned and appears outside its intended position.I've taken a screenshot: https://ibb.co/qdTDRzqUsing Metronic 8Any ideas on how...
The Link component from react-router-dom is behaving like an anchor element. It refreshes the page and navigates me to that page. How can I fix this