Hello, I am trying to use the icons from HTML template to Angular but it shows blank only. https://preview.keenthemes.com/html/metronic/docs/icons/keeniconsCan you please help me out that how to use it in my angular project? Thanks in Advance. Appreciated.
Hi, I am using metronic 8 latest version. Where do I set the js settings for the graphics? For example, I need to do javascript editing on the charts on the dashboards/finance-performance.html page. Which file is in
Hey devs!I'm considering using Metronic to develop a new SaaS product in the disability space, and it seems like a great product - I'm just a bit concerned that web accessibility/ARIA support isn't really mentioned anywhere on the site, or in the docs, and only briefly referenced in a couple of...
I have an issue with the Aside menu in Metronic demo4, Aside is not moved to the right side, I follow all RTL documentation and use Webpack (), but also it is not moved to the right, what should I do ?? thank you for...
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...
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 ....
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...
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...
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...
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)...
>> 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...
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...
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...
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
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!
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.
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,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?