So I just downloaded the metronic demo starterkit symfony version.I noticed that following the steps in the guide (https://preview.keenthemes.com/symfony/metronic/docs/getting-started), you need to run/build a new webpack configuration inside the assets folder of the same project. Is it normal ?...
Anyone else notice the clickable area for the breadcrumb links in the Demo1 is really small and slightly above the text?https://preview.keenthemes.com/metronic8/demo1/index.htmlAs we are using the demo1 as a building block, we are also seeing this in our application.Anyone know how to fi...
Hi, we purchased the Metronic theme from keenthemes.com, and we are facing some issues with pagination. In our React application, we retrieve pagination data from an API call. However, the theme does not provide a way to customize the pagination length in the UI.For example, let's say we have 10...
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?
Hello, I am using your laravel_app project. There are demos available from demo1 to demo9 here, but I would like to use demo25 from the HTML theme. What steps should I follow for this? Do you have any sample videos or documentation?
I am currently using Vue 3 version of Mertronic UI. Here, the modals and side drawers (MessengerDrawer/ActivityDrawer/...) uses classes to toggle like this:
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.
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...
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!
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 keenthemes,I'm struglling with this issue.I would like to whatever the drawer that is on focus, if I press Escape key, the drawer will hide/close automatically, NB : Even if there's many drawers open,(eg: 1 from left, when you click on a link inside this drawer a 2 drawer will open...
Hello...I'm using npm install->yarn->gulp->gulp localhostto complete the installation.And successfully executed http://localhost:8080/demo26/dist/index.html.And I'm trying to partially take the metronic design and use only what I want.But there is too much css code, too many js files and t...
I have made a purchased for the metronic and I got version 8.1.7 instead of 8.1.8I download the demo1 for angular.The name of the zip file downloaded is metronic_angular_v8.1.8_demo1.zipThe source code does not content components the same as the demo. So I am wondering wha...
>> Failed to compile metronic bundle!resolve 'jQuery' in '/home/xxx/Downloads/Metronic-7.2.9/theme/html/tools/node_modules/summernote/dist' Parsed request is a module using description file: /home/xxx/Downloads/Metronic-7.2.9/theme/html/tools/node_modules/summernote/package.json (relative...
Uncaught Error: No URL provided. at new Dropzone (dropzone.js:7938:1) at dropzone.js:9829:1 at Dropzone.discover (dropzone.js:9841:4) at Dropzone._autoDiscoverFunction (dropzone.js:10412:1) at HTMLDocument.init (dropzone.js:10377:1)Dropzone @ dropzone.js:7938(anonymous)...
Hi, I used Asp.net core mvc with a metronic template but I have some questions about the model form. How to make the success alert display after the controller action return success??Regards,,
Hello I have done as you said in the documentationhttps://preview.keenthemes.com/metronic8/angular/docs/quick-startcd angular/demo1npm clear cache --forcenpm install --legacy-peer-depsng serveand then in the http://localhost:4200/auth/login , the web page show correctly, but when I e...
My development team and I would like to use Metronic to create applications for resale to our clients. The end clients who will use the application will use it internally. The questions are as follows:1) In this case, will it be sufficient for us to purchase multiple "Regular Licenses" at $49 ea...
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 ....
When I have table with Pagination and the rows have numbers like this:1 ---------2 ---------3 ---------So, when I go to the second page by Pagination the rows start from:1 ---------but it must start from:4 ---------How can I solve this bug?MetronicVue demo 8 version 8.1.6no...