Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic (5234)

When I check the documentation for Metronic Next.js, I've seen features like .env.example, auth routes, i18n files. Project structure differs my downloaded files. Where can I get the boilerplate like the documentation refers. https://docs.keenthemes.com/metronic-nextjs/getting-started/installatio...
I just tried using the progress and was refereed to Ktui in the url : https://ktui.io/docs/progress The examples are not showing anything, and when i tried using the code it doesn't work just a straight line. I also noticed some other pages that have blank examples.
After doing multiple validations, it seems that dark: attribute is being ignored. So if i use i will always get text-primary in light and dark mode. what i want is to define two colors that will work in light and dark mode. Thus:
I am looking at the example project for angular: https://github.com/keenthemes/metronic-tailwind-html-integration/blob/main/metronic-tailwind-angular/angular.json Here the "src/assets/css/styles.css" is imported last. It should therefore overwrite classes with the same name of imports before this...
We are using Metronic 8. In the left aside, there is a "Notifications" button that shows a menu with alerts, updates, and logs. We added a button to delete any alert. When the button is clicked, the menu hides. How can we make it so the menu does not hide? We tried adding attributes such as: dat...
Hi, We have the Metronic template with support purchased I've trying to get the sidebar in the template to either stay minimised or expanded based on clicking the toggle icon. Whenever the page is refreshed it reverts back to the default display and not the last toggle setting. The followin...
I recently purchased Metronic 9 (my version is 9.3.1 with Tailwind 4.1.12) and am going the HTML route (with .Net Razor Pages) and am trying to setup a KTDataTable instance that shows a skeleton loader (per column) while an AJAX call is being made to retrieve data. I tried adding five rows to my...
Hi, I came across an issue. The ASP.NET Core documentation pages keep loading indefinitely, and I’m unable to navigate through them. I have to switch to the HTML view and then return to the ASP.NET Core docs for it to work. https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-start...
Hi, Is there any example of a treeview available in Metronic (Tailwind)?
hello, I'm trying to compile my app.css using latest vite and tailwind version, however its giving me an error, do you have any suggestion for a fix? Im using latest metronic tailwind build [plugin:@tailwindcss/vite:generate:serve] Cannot apply unknown utility class `bg-background...
How can I download this template with my license? https://keenthemes.com/metronic/tailwind/react/demo3 Is that possible?
We have a blocking frontend build issue that needs immediate attention. Summary (short): - Production build (`npm run build:prod`) produces Tailwind/PostCSS warnings and outputs invalid CSS. - There is no `npm run build:dev` script in package.json. The closest development build command is `npm...
How can I download all the files again? I had an issue with my files and need to download all the files from all the templates again. How to do it? On download, just see the updated files.
Im having an error over the user-management search (bootstrap & react version). The search freeze and collapse all the application. Try the search input over the "Users Lists" https://preview.keenthemes.com/metronic8/react/demo1/apps/user-management/users
Hello, i can't seem to find typography in the new metronic version (v9), i've tried text colors but can't seem to make them work using tailwind!
## Environment - OS: macOS - Metronic Version: 9.3.4 - Webpack: 5.99.9 ## Description The webpack build process hangs indefinitely and never completes when running `npm run build:js` or `npm run build`. ## Root Cause Two configuration issues in [webpack.config.js](/metronic/webpack.config...
Hello everyone, First of all, when authenticating, the validations are duplicated and the scripts run twice. Then, the following errors are always present: scripts.bundle.js:7903 Uncaught TypeError: searchObject.on is not a function at Object.init (scripts.bundle.js:7903:26)...
Hello. Is there any way to use the KTScrollSpy component available in demo 1 of version 9 in version 8?
Hello Metronic Team, I'm using the Metronic Angular theme and my client is having some usability issues with the sidebar menu. When the sidebar is set to "hover" (for lg screens), the submenus disappear immediately when the mouse accidentally moves off them. This is frustrating for users, espe...
Hello KeenThemes Support Team, I'm using Metronic 9.3.4 (Tailwind HTML) and encountering a build warning with Tailwind CSS v4.1.16. ISSUE: During CSS compilation, I receive the following warning: Found 1 warning while optimizing generated CSS: @media (max-width: var(--screen-lg))...
How do we get the sidebar in demo3 look like in demo8? Is it possible? When user hover over the icons in left sidebar in demo3 we get a dropdown menu like in demo8?
In Metronic v8.x we can find simply modal input form for new target utilities/modals/forms/new-target.html But, when I add some fields in this form and change others fields so they fit my input form I could not get error when the fields is empty. As long as input form is the same as original it...