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

Metronic (5208)

Hi,Metronic's by default includes all its available resources within the gulp config so the bundle size of the compiled CSS/JS files. To reduce the file size of the CSS/JS bundle files follow the below steps: Open theme/tools/gulp.config.js and refer to base->global->src
Issue with long option text in single select If a select contains an option with a very long text, the behavior is inconsistent between the dropdown and the selected state: In the dropdown, the option text is truncated.
Is the legacy docs page is down ? Is there an alterante link or a fix soon ?
Hi, Is there a recommended path to updating in between version releases? Like if I'm using Metronic 9.3.8 via a NextJs app, what is the best way to update to version 9.4.0? I'm looking for a process to make sure I cover all of the core files that are changed/added/removed with each incre...
I swore a few versions ago your Laravel integration properly configured Vite and tailwind.config.js? Now it looks like you're just putting everything pre-compiled into public/assets?
I am trying to use the new datepicker for angular with metronic 9.3.9: https://keenthemes.com/metronic/tailwind/docs/components/date-picker Adding to any page does not show t...
Hi, I was browsing Demo 20 to view some sample and it's not working. Thanks
Hi, I bought metronic v9.3.9 from themeforest how can I get Metronic Angular tailwind version? Thanks
Why can't I find the Metronic 8 Bootstrap documentation anymore? File not found. https://preview.keenthemes.com/html/metronic/docs
Hello ! I'm trying to access docs for v8.3.2 HTML but i get 403 Access Denied page as response. Is there a plannned maintenance or someting just broke ? Url : [https://preview.keenthemes.com/html/metronic/docs] Thanks.
Hi there, We have recently purchased an upgraded license for Metronic 9.2 and upgraded our app. When committing to Github, we are seeing multiple high severity security warnings from our GitHub Advanced Security scanning bot. e.g. Note - this is one example - there are 170 odd of these. S...
Hi, I want to set the mobile like sidebar toggle option in all view (and disable large screen layout), can you help me to change related settings values or configs to do so ? (in mobile the sidebar panel is hidden toggled when click "Show sidebar menu" )
Metronic9 Use I'm looking for a way to resize the horizontal length in KTDATATABLE. I want to make sure that the user is free to resize the horizontal length. HTML VERSION Use
Hello team, I'm using Metronic 9, the flavor with Tailwind, React and NextJS in Typescript. The README is missing the instructions to populate the PostgreSQL database. I suggest to add the instruction `npx prisma db seed` and `npx prisma migrate reset` to the README to, respectively, populate...
Hello team, I'm using Metronic 9, the flavor with Tailwind, React and NextJS in Typescript. To properly setup Google OAuth2, I needed to specify the following callback URL `api/auth/callback/google` in my client configuration. I took the URL from the code, but it could be helpful to specify it...
Hello team, I'm using Metronic 9, the flavor with Tailwind, React and NextJS in Typescript. In whatever DemoLayout, the page "Billing - Basic" does not allow to add any new payment method. I would expect a form to show up when clicking on "Add New", but nothing happens. Why? How to solve this?...
I purchased the theme from ThemeForest. Our company wants to use Demo 20 for our application. When I downloaded the zip I didn't see the demo in there. https://preview.keenthemes.com/metronic8/demo20/index.html
Dear Support Team, I hope you are doing well. I am currently working with Metronic Vite + React + Tailwind + TypeScript, version 9.3.5, and I need to implement a DataTable/DataGrid with server-side processing. In previous versions,for instance, Metronic 9.1.2 the DataGrid component included t...
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...