We've a Metronic HTML template theme that we have implemented within a Vue.js project, leveraging the Vite bundle. Currently, we're encountering an issue with the functionality of certain theme scripts. Despite these scripts being loaded at the end of the body section, their functionality seems to b...
Hi!I am working with demo 5 (Angular) example and am currently struggling with a situation where dropdowns don't open when I click on them. This happens only after I have navigated away from /dashboard to let's say /auth/login and back. I am using the 'data-kt-menu-trigger="click"' logic.I I...
Hi.Route information : http://root.localhost:4200/contactprofile/2/overviewComponents : ContactProfileComponent,OverviewComponenthere when i go a spesific profile the router automaticly routing to child overview component in contact profile. I used data-kt-menu in overview component.
i am using select2 plugin for dropdown search but it is not working in react and i tried a lot for this.For bootstrap modal i am giving parent id as well .Apart from modal it is also not working.What could be the reason as i am getting list in the dropdown but search input is not available for filte...
Hi,Is there any page in metronic 8 similar to this from metronic 7:https://preview.keenthemes.com/metronic/demo1/custom/apps/ecommerce/shopping-cart.htmlI think it will be great if it can be repurposed for metronic 8.Thanks.
Recently I have purchased a Metronic Theme. I am using this theme in a ASP.NET MVC application. The not supporting form POST method. Please help. Existing HTML for the same is given below:...
Hi everyone, the color of aside menu is not change with dark mode ?? why ?? here --> https://preview.keenthemes.com/metronic8/demo4/index.html?mode=light, aside menu change to dark color, but with my app is still with light color.. please ,, can you help me ??
I think the Bootstrap way of doing colors is very limiting. I was using a different theme where they solved this by just adding all colors with a few different shades. Man, was it liberating!See an example of what I mean here: [[product link]]
I want to move app-engage-btn to left side. And then I want to customize size. I want to do 'small width' smaller than original width. I'm using demo-7. // code ....
I bought Metronic 7, and now I want to import elements that are only available on Metronic 8 (such as a form select with a search bar) to my project.Is it possible to do so? Thank you.
I want to use _metronic for my NextJS app with a ReactJS template. I only moved the _metronic folder, and after doing so, I wanted to use the `badge-light` component. However, I encountered the following issues: --bs-success-light is not definedWhen I switch back to th...
I have form layout in one Vue file. I use v-if directive to show html based on step.Initially when the DOM loads select2 is loaded and is working but when on the page i hit Next button to show other html in the same file, and thne goes back to Previous step to show the HTML, Select2 is destroyed....
Hello, I am trying to block an element while data is loading. I am using Metronic 8 alongside Bootstrap 5. I can succesfully block the element but I cannot release it and i get an error, I created a MVP async function getModelActivity(modalElem) {blockModal(modalElem.id);unblockModa...
I am displaying to my newly registered user the email verification view for the Admin Bootstrap 5 theme (the one at "demo2/authentication/general/verify-email.html").I would like to show the user some form of alert or message to let him/her know a new email verification has been sent (so that he...