Hello,I've switched to Metronic 9 and I'm having a problem with the modals.I'm using a single modal, called by several buttons on the same page. Each button must send an reference to the modal (data-reference=“12” for example).With Bootstrap, it's possible to do this:$('#myModal').o...
Where to find all demos as shown in preview for angular?my body tag is having styles like "antialiased flex h-full demo1 sidebar-fixed header-fixed bg-[#fefefe] dark:bg-coal-500" by default for login page. How to fix?How to setup darkside bar theme. By default it is showing light sidebar....
Did exactly as mentioned, Only the skeleton loads. (I can only see menu content) I supposed it should load a dummy working site. Am I missing something ?https://keenthemes.com/metronic/tailwind/docs/getting-started/installationhttps://keenthemes.com/metronic/tailwind/docs/getting-started/in...
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...
Hello, I purchased a commercial lisence for the Admin Bootstrap 5 theme (most specifically the demo 2 views) available at https://themes.getbootstrap.com/product/keen-the-ultimate-bootstrap-admin-theme/.I use Laravel and I have implement a fully working authentification system.After the sign...
Dear Support,I try to download lastest metronic full version template. After download only metronic-tailwind-html item downloaded. Other platform items are missing.Could you please help me.
I am seeing an issue on classic loginif you press enter on the password the password becomes visibile, it seems that the eye button gets focused when pressing enter which makes the password visible while its submitting,I reproed this locally and it can be reproed in your demo sitehttps:/...
Hi! Couldn't find an answer on this in here or stackoverflow, but I guess is something common.I'm loading some content dynamically using jQuery $.get function.If you have for example $('.element').click(some function); and you reload the element with AJAX, that directive get lost. You can ea...
Hi,we are planning to use Metronic tailwind template but in the demo I can see there are only a few components available. and mostly of them are labeled as coming soon.So can you please let us know when do you think it'll be completed? Right now I can't even the basic components like form inpu...
Hi! I'm using Metronic 9 and I have a modal with a button inside it to open another modal, but when I click this button the first modal is dismissed.Is there any way for me to cancel this behavior and allow stacked modals to exist?
~/PhpstormProjects/cms-app git:[main]pnpm run build> @ build /home/alex/PhpstormProjects/cms-app> vite buildvite v5.4.0 building for production...✓ 58 modules transformed.x Build failed in 635mserror during build:[vite:css] [postcss] Cannot read properties of undefined (re...
Hi, I just purchased the Metronic template in themeforest and just got started with the environment with Django. I started by installing the latest versions of Python (3.12.5) and Django (5.1), and got to the build assets part that I don't understand how to do following your documentation : h...
Hi,I ran into an issue that I'd like to share with you.I also found a related discussion on GitHub: https://github.com/keenthemes/metronic-tailwind-html-integration/issues/4I experienced the same problem and left a comment there with the solution that worked for me. demo1.js:63...
Hello, our company bought the metronic theme around 2 years ago and we plan to update our vue project soon. The metronic core changed completely from vue options-api to composition-api since then. Now we have to update every single page to have our project working with the current metronic version (...
Hello team,Hope you are doing well.For our internal project we are planning to use https://preview.keenthemes.com/metronic8/demo38/index.html these exact theme with color combination. However, we are unable to find exact theme in react section.Can you please help us to locate exact theme...
Hello, how are you? I am about to start a project for which I purchased the license, but I see that Metronic 9 is being released with React, or at least that's what it says on this page:https://keenthemes.com/blog/metronic-9However, when I look for it in the downloads here, I can't find it....
Hi !I'm trying to implement a apexchartbut need to get data from the DB.I wrote this code to get data:onBeforeMount(async () => { const cats = await GetRemovalReasons().then(({data}) => data).catch(e => []); categories.value.splice(0, categories.value.length, ...cat...