12221 comments found.
The dark version when would it be?
Hi
,
Thanks for your feedback. We will consider this in the near future.
Regards, Sean
Hi
,
Just in case if you haven’t seen it yet, we are delighted to inform you that Metronic finally has its complete dark mode version. You can check the dark mode preview here https://preview.keenthemes.com/metronic8/demo1/dark/index.html
Regards, Sean
When are you releasing angular 9. What’s the ETA
Hi,
Thanks for your feedback. We can’t confirm it at the moment but our target is to release it as soon as possible early April.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
hi i dint get css file css file is missing
Hi,
In order to launch the theme you will need to generate the “dist” folder from “src” folder by installing and running the build tools in command line. All the required steps are explained in the documentation https://keenthemes.com/metronic/?page=docs and also in the below video tutorials:
1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk or Webpack: https://youtu.be/gMUbZMdDRCo
2. Installation Angular 8 Version: https://youtu.be/48HeVjnKIqI
3. Your First Project: https://youtu.be/yu0O2Y2NXxc
4. Customization: https://youtu.be/7PG5Qbg0-gM
Please note that in the video tutorials refer to an older version of Metronic so some information can be inaccurate(file paths, folder structure, etc) but the overall instructions are valid for all Keen versions.
If you need any further help please let us know. For any further info you can also check our detailed theme documentation: https://keenthemes.com/metronic/?page=docs
Regards, Sean
Hello, I bought this theme considering that there must be an simple HTML version which will not required any server. Could you please guide me how to use this as static HTML/Css/Javascript without installing any servers or packages?
Thanks
Hi,
First of all thanks for choosing Metronic.
Please note that those build tools are used in your development only in order to generate the assets folder(css,js). For production you do not need to use these tools. In order to launch the theme you will need to generate the “dist” folder from “src” folder by installing and running the build tools in command line.
All the required steps are explained in the documentation https://keenthemes.com/metronic/?page=docs and also in the below video tutorials:
1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk 2. Your First Project: https://youtu.be/yu0O2Y2NXxc 3. Customization: https://youtu.be/7PG5Qbg0-gM
Please note that in the video tutorials refer to an older version of Metronic so some information can be inaccurate(file paths, folder structure, etc) but the overall instructions are valid for all Meronic versions.
If you need any further help please let us know. For any further info you can also check our detailed theme documentation: https://keenthemes.com/metronic/?page=docs
PS: In case if you need the classic version with predefined assets please contact our support at support@keenthemes.com and provide your purchase code.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hi, I am trying to increase width for drawer in react by using parerprop, but It not effecting
HI doteventures, What do you mean ‘drawer’? Is it kind of plugin or what? Or left sidebar. What is the name of file in the Metronic react app which are you changing?
Regards, Keenthemes support
Hi, When do you plan to add new layouts as displayed on your demo page? Thanks.
Hi
,
Thanks for your feedback. We will start releasing them soon. At the moment we can’t confirm any timeline.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hello, The theme is perfect but I would like also different styles of invoice templates?!?
Hi
,
Thanks for your feedback.
Sure, we will add more invoice templates in a future updates.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hi,
Awesome template…!!
1) Do you have like “Telerik Web Report Designer”? or Is it possible to develop using Metronic UI? (Note: Option to Save customized report for user) https://docs.telerik.com/reporting/web-report-designer2) We are planning to integrate Metronic with ASP.NET Zero. Do you have support like above report development?
3) Can user customize/manage (add or remove) required field in the front-end UI?
Planning to develop enterprise system using ASP.NET Zero with Metronic UI.
Please let us know as soon as possible.
Thanks and regards,
Sharafudeen
Hi
,
Thanks for your interest in our theme – Metronic.
Metronic is a multi-purpose that can be used as a starter kit for any web application. However Metronic does not have such report builder tool. You can consider using Telerik report solution with Metronic as making such a great reporting tool from scratch requires a lot of time and resource.
If you need any further clarification about Metronic
Regards, Sean
Thank you for your quickest response.
Like in our Metronic Layout Builder, Can you work for us other builder like custom widgets and so on?
Thanks!
Hi,
This is quite complex task to implement that’s not covered by Metronic. If you are talking about custom development work you can contact our development partner using below link: https://keenthemes.com/metronic/?page=hireusRegards, Sean
I have an issue when I build production
ERROR in (1,1): Directive PortletHeaderComponent, Expected 0 arguments, but got 1. (1,1): Directive PortletHeaderComponent, Expected 0 arguments, but got 1. src/app/modules/requests/list/list.component.html(2,2): Directive PortletHeaderComponent, Expected 0 arguments, but got 1. src/app/modules/requests/list/list.component.html(2,2): Directive PortletHeaderComponent, Expected 0 arguments, but got 1. src/app/modules/requests/details/details.component.html(2,2): Directive PortletHeaderComponent, Expected 0 arguments, but got 1. src/app/modules/requests/details/details.component.html(2,2): Directive PortletHeaderComponent, Expected 0 arguments, but got 1. src/app/views/partials/content/general/accordion-control/accordion-control.component.html(8,4): Expected 2 arguments, but got 1.
Hi regoo707,
Please write details, which demo(1,2,3,4,5)/version(6.1.8/6.1.7)/framework(angular/react/vue) do you use? We will be able to reproduce your case then.
Regards, Keenthemes support
How can I a create a full-height portlet, as we could with v5? is there a CSS class, or a sample javascript routine you can provide that can assist with this? I have a DIV that loads via ajax and has several tabs in it (of varying heights)...I like to keep the page without a scrollbar, and have scrollbars appear on the tabs that need it.
Hi,
Sorry for the late reply. You will need to use a JS code to calculate the available height in the content and set the portlet’s height dynamically.
You can calculate the height using:
var windowHeight = mUtil.getViewPort().height;
var height = windowHeight - (header height) - (footer height);
$('#my_portlet').css('height', height);
Regards, Sean
Hello I am considering buying this theme for our SaaS product which is in early stages. Now my question is about the licence, in the end we would like to use this dashboard to configure through it our telecommunication services with our partners as I understand we can do that within the standard licence and we do not need any additional licence extensions?
Hi
,
Thank you for your interest in our theme – Metronic.
If your developing site does not charge it’s users for accessing or using the site then you can go with one regular license. Otherwise, if your users pay for using your site then you will need to purchase an extended license. Please note that both regular and extended licenses are limited for one project/client. Each subsequent use of the theme must have it’s own license.
For any further info please check our video about the themeforest licenses https://www.youtube.com/watch?v=HJ3RNhoI24A or email our support at support@keenthemes.com
Regards, Sean
Asking about Demo 16 release date ?
Hi
,
Thanks for your feedback.
If all goes smooth we will release the next big update with improved codebase and design. After this update we will start releasing those new demos immediately.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Great thank you
Hi keenthemes,
Congrats for the 80.000.
Wish you all the best.
Take care.
Thanks a lot
Really appreciate your kind wishes. All the best with your projects! 
hi keenthemes, how do i delete unnecessary javascript&css from my website? The easiest way?
Hi
,
Are you using the buildable version of Metronic ? If yes, then you can easily customize your build and remove unused plugins from your build.
You can check our video tutorials to learn how to install, customize, build Metronic
1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk 2. Your First Project: https://youtu.be/yu0O2Y2NXxc 3. Customization: https://youtu.be/7PG5Qbg0-gM
Please note that in the video tutorials refer to an older version of Metronic so some information can be inaccurate(file paths, folder structure, etc) but the overall instructions are valid for all Keen versions.
If you need any further help please let us know. For any further info you can also check our detailed theme documentation: https://keenthemes.com/metronic/?page=docs
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Saen
I am facing a bug with the angular skeleton project. On mobile phone the menu horizontal is not adding the class: .menu__item—open to the kt-menu-item, so the collapsed sub menu wont become visible.
I experienced this in my own project, then I set up a clean project from the skeleton there this bug also occurs.
Hi sreineiren,
I will check your case during Monday.
Regards, Keenthemes support
Hi sreinieren, You wrote about skeleton in Angular version. In our latest 5 versions we don’t have skeleton in Angular.
Please try to update to latest version, there will not be issues like you mentioned.
Regards, Keenthemes support
hello how to fix this [React Intl] Missing locale data for locale: “mn”.Using default locale: “en” as fallback.
Hi RouteMN,
Please write more details, how did you achieve it, how can we reproduce it, share code and so on. Without details, we aren’t able to help you. Anyway, in your error we able to see that you should implement ‘mn’ locale. Follow the doc https://keenthemes.com/metronic/?page=docs§ion=react-internationalization and add your ‘mn’ locale. I hope it will help then.
Regards, Keenthemes support
react-intl new update addLocaleData has been removed. Your document need update
We know about it. Docs will be updated during next release. But in React App you can see the right working case of localization.
Regards, Keenthemes support
Hi, I need a pure HTML version for Metronic, please let me know where can I find the purchase code to email you on support@keenthemes.com? It shows Invoice No. and Order No. on invoice
Hi,
You can get it in your themeforest account and “Downloads” page.
Regards, Sean
Hi, I have using kt-datatable html and i want to remove rowDetails icon. How do i that?
Hi,
Please use this setting option.
rows: { autoHide: false }
Let us know if you need further clarifications.
Thanks
Hello,
I want to know, how flexible/ customizable this theme is? Because we fixed style guides. Can the color of components be easily adjusted? Maybe it is directly controlled via the react-bootstrap components? And what about fonts?
Hi
,
Yes, you can fully customize the theme colors globally to match your brand colors. Also you are free to change the fonts for the entire app.
For any further info please contact our support at support@keenthemes.com
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hello,
I need React version for «Demo 5 – Modern Dashboard».
Please tell me when will you do it?
Hi,
Thanks for your feedback. At the moment we can not confirm the timeline but we will release those pending demos soon.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean