Hello team,According to Metronic/HTML Installation Guide, the following output is expected for gulp --version: CLI version: 2.3.0 Local version: 4.0.2but I got the following: CLI version: 2.3.0 Local version: Unknown.I known that this is not a big i...
The use of Keenicons has been a significant enough burden that I'm here to ask how does Metronic suggest we regress them completely from the codebase. We want them completely nonexistent and removed.You might ask why. 1. They are much too playful, too immature, and doesn't instill profession...
Hi, I purchased your theme. It is really amazing. Im looking for the following version.https://preview.keenthemes.com/metronic/demo1/custom/apps/user/list-default.htmlCould you please send me download link for Springboot 2.7 with Bootstrap 5.2?? Thank you. Nur
I have facing problem to adjust the paging style for bootstrap datatable. Once the datatable loads, the "Previous" button partially hides under Page Number "1". Your kind support to fix this issue is highly appreciated.
Hi, Good day I want to ask about the metronic template, if I buy a metronic template with a regular license, Can l get all demos or just one demo? I appreciate your help so much
Hi,Can I customize the classic component in way that works differently for different pages, it seems it is common for all the pages for the demo, whether it is Dashboard, Layout builder or any.1. Say for example for Page 1 I have some set of filters and for Page 2 they are different2. also...
I read in some other threads where you guys stated that a Next.js version of Metronic IS indeed coming.Is it or is it not? Can you please confirm?By the way; I don't need a ETA. I just need a yes or no. It's for future plans.Thanks!
Hello,I have issue with your template after I loop the records using *ngFor(angular) the setting icon not showing options like(Approve, Reject, Create payment). Please find code and screen shot and advice.https://drive.google.com/file/d/128Z-bLsLzs1TjXRx9uG7dMwGcCV-rR0t/view?usp=share_link...
Where should I put:window.Vue = require('vue');I added at the bottom of resources/mix/plugins.js // Vue.js - The Progressive JavaScript Framework 'node_modules/vue/dist/vue.global.prod.js',but where should I register window.Vuewindow.Vue = require('vue'); where should I...
Hello everyone,can someone help me with this one, I need to implement datepicker https://preview.keenthemes.com/metronic/demo1/crud/forms/widgets/bootstrap-datepicker.html for react app.
Hello, I can see you added all css and js in one file called the bundleHow can I get these links separately so I can use what I need as the size is very big?Can you guide me how to get the css and js in separated files not all in one file
I am currently using Vue 3 version of Mertronic UI. Here, the modals and side drawers (MessengerDrawer/ActivityDrawer/...) uses classes to toggle like this:
Hi I'm using the latest update for my new Laravel project.For me, there is a latency to pages getting loaded both locally and in the cloud environments.I also have a project in version 7 it doesn't have this issue.
Hi, https://preview.keenthemes.com/metronic/demo1/crud/forms/layouts/sticky-action-bar.htmlI'm getting the code for the form in this link but it doesn't look like it for me. screenshot attached. I have metronic latest version.https://prnt.sc/YUvMUkKrrSm0
I want to customize the theme options available in my metronic8 html theme with demo15. It currently has light, dark and system option. I want to add a few more and customize them to store those custom user preferences.Where do I find the css and js files for this? I have checked on inspect elem...
There is an error when I try to install with Webapack:npm run build --demo38> metronic@8.1.8 build> webpack[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bu...
Hello, there are amazing html pre built pages that are not available in react. How hard is for me to be able to use some of those pages as foundation for my development in react?
I'm having a problem with laravel mix about adding new scss or js :(What is the best practice to add custom scss or js in laravel start kit? ex. I have a page view - resources/view/page/homepage.blade.phpscss - /page/homepage.scssjs -
Hello,I want to activate page-loader in Metronic template, but I can't.When I make the codes given in the documentation, the button is triggered, but I want to show the page-loader until the page is fully loaded.How can I do that?What javascript code should I use?