12220 comments found.
Hi there,
I have seen a few comments from you in the past about Form Wizards, saying it will be included in 5.0 in the next release..
Are you able to give an ETA on the form wizards being included in 5.0?
Cheers,
Luke
Hi
,
Yes, in the next update(in 1-2 weeks) we will release a custom form wizard plugin. Stay tuned.
Thanks.
How display file name when upload use base form, metronic v5?
Hi
,
Sorry, we could not understand your question. Could you clarify your question with more details ?
Thanks.
default theme in menu forms -> forms control -> base inputs, then custom controls when browse file, the form input cannot display file name
Hi,
Thanks for the clarification. This is bootstrap 4’s known issue and we will fix it in the next update. In the meantime you can use the workarounds described here: https://www.codeply.com/go/SkIJQ5LqKp/custom-file-input.Thanks.
Hi, I want to ask about table how to render button into table ? in this case it’s a HTML table. I want to pass some data like `data-id`, `data-name` into button also
Hi
,
If you are referring to the Metronic’s mDatatable then you can use column rendered function to pass these parameters. For more info please refer to “template: function(data)” rendering function defined for a column in: “src\js\demo\default\custom\components\datatables\base\column-rendering.js”. The actual demo can be seen in “Components/Datatables/Base/Column Rendering”.
If you need any further help please let us know.
Thanks.
I am using Angular version of Metronic in my project. I have implemented a service URL http://localhost:8080/xyz/api/verify to validate token. This service is external to Angular application. Have enabled CORS support. Still getting the below error while loading the page… core.js:1350 ERROR Error: Uncaught (in promise): Response with status: 401 OK for URL: http://localhost:8080/xyz/api/verify at resolvePromise (zone.js:824) at resolvePromise (zone.js:795) at zone.js:873 at ZoneDelegate.webpackJsonp…/../../../zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:425)
Hi
,
Can you try to catch the error? And return as return Observable.of(false); ?
return this._auth.verify()
.map((data) => {
}).catch(() => {
this.router.navigate(['/login']);
return Observable.of(false);
});
Thanks
The fix works fine. Thank you. But still, I need a clarification. How does it work for mock http connection?. Because it also returns the same 401 status code only.
Hi
The mock HTTP connection is using Response from @angular/http. import {Response} from ”@angular/http”;
Thanks
Am I the only one who see only 2 folders in latest download zip? First, inside metronic_v5.0.5 there is “metronic_v5.0.5” and “metronic_v4.7.5”, then in “metronic_v4.7.5 (the second)” there is “docs” and “theme” but no “tools”. It should have tools as well, right?
Hi,
Please check “metronic_v5.0.5/theme/default” and “metronic_v5.0.5/theme/angular”.
Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
I am trying to write angular unit testing for the component, but there is one issue that the CSS cannot be loaded for the testing page (Karma). So may I ask for is there any solution to test the component with the metronic CSS file?
never mind, found a solution, thanks
Noted. All the best with your projects 
Hi, I have been a long time user of Metronic 4.7.x. In the older version, it was easy for me to pick only the libraries required for a particular page and ignore all the other unwanted libraries I don’t want to use. Plus, it also had a Blank Page which had minimal libraries to get me up and running.
However, in the 5.x version, it is kind of confusing as I see all CSS under x.bunlde.css and x.bundle.js. So, here are my questions
1) Where is a blank page with minimal styles? 2) How to extract only the libraries required for specific pages given in demo?
Hi
,
Bundling the assets into single css and js files is a good practice in terms of web page loading time.
1) No black page template is required in v5.0. Each demo comes with the layout builder to export the HTML code of the demo that can be integrated with your server side code. For more info please check http://keenthemes.com/metronic/preview/?page=builder&demo=default and try to export it as “HTML layout package”.
2) You will need to install required tools(gulp, npm, bower, node.js) in order to compile sass files and build the bundle files. You can refer to the “conf/default.json” to add or remove any dependency(3rd party plugin) from the build.
For any further clarifications please check the documentation or contact our support.
Thanks.
I understand that bundling all the asset files into a single file will reduce the load times. I am using Rails Framework, the asset pipelining will automatically do that for me. However, I don’t want to do this manually and it is a pain during development. Can you at least put the vendor library files that each page uses as HTML comment? without that, I am totally lost and I dont want to bloat my asset with all the libraries.
Plus, the layout export is not helpful to me either
Hi,
You can refer to the build config(tools/conf/default.json) and refer “build->vendors->base->src->mandatory” to get the list of core js/css files. The rest 3rd party plugins you can include as per your usage.
We suggest you to try the layout export tool since it allows you to setup the layout you need, preview it and export the HTML with partials for easier server side integration.
Thanks.
Hello. Can I use standart Datatables (directly downloaded from its site) with your style?
Hi,
Thanks for your feedback.
At the moment we do not have Metronic 5 style for the datatables.net plugin. Instead we are focusing on our custom datatable plugin due to datatables.net has some limitations in applying Metronic 5 style into it.
Thanks.
Hi there, II love working with your Theme but now I’m a bit stuck at datatables. Can you please tell me what API response should look like? Format of API call. Couldn’t find at documentation. Thx in advance
Hi
,
If you need any further help please let us know.
Thanks.
hi. Thx for your reply. My developer tried but he didn’t get it running. he updated his laravel api, and made response according to ajax response, but still got issue, table show “No records found”
{success ok”,gender 06:18:36”,updated_at 06:18:36”},{id 22:33:30”,updated_at 22:33:30”},{id 22:33:30”,updated_at 22:33:30”},{id 22:33:30”,updated_at 22:33:30”}]}}
also he used your map function in source, but stil did not work
map: function(raw) { // sample data mapping var dataSet = raw; if (typeof raw.data !== ‘undefined’) { dataSet = raw.data; } return dataSet; },
maybe you hve an advice. thx a lot in advance andy
Hi,
Could you please send following items to our support email at support@keenthemes.com:
1) Please take a screenshot of the datatatable instance with “No records found” message.
2) Please provide the actual JSON response from your server side. The above JSON seems not properly copied as it appeared as an incorrect json code.
3) Please send us a complete JS initialization code of your datatable.
Thanks.
Do you plan to switch to yarn ?
npm install bower
npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
As I see they’ve written note on their web also (bower.io): ...psst! While Bower is maintained, we recommend using Yarn and Webpack for front-end projects read how to migrate!
I heard that they’ll slightly decrease support for bower and move onto yarn. But that’s just what I’ve found while searching..
Hi
,
Thanks for your feedback. Yes, we are working on this already. In the next update(1-2 weeks) we will migrate our bower dependencies into npm and yarn. Stay tuned!
Thanks.
Hi, in respect to datatables. There is a sort arrow but as you load the page only the first column has it. EX: http://oi64.tinypic.com/2hwe2iw.jpg
Hi,
This is a default sorted column and this is configurable. You can check the datatable initialization code and refer to “sortable” parameter in the config:
columns: [{
field: "RecordID",
title: "#",
width: 50,
sortable: false,
selector: false,
textAlign: 'center'
}
If you need any further clarifications please let us know.
Thanks.
+1 for VueJS version 
Hi
,
Thanks for the feedback. Noted!
Also, may i know if by any chance VueJs Version will be available
Hi
,
We can consider VueJs version but not soon, we have a lot of pending tasks in our todo list.
Thanks.
Hey, I know this is not normal, but what if i want the just html version without angular and a compiled one, how can i get that alone that dont have angular or been bundled .
Hi
,
You can definetely use Metronic without Angular since Metronic has separate non-angular jquery and angular version. But if you want to customize the styles and rebuild the bundles you will need to use Metronic’s build tools by installing the required tools.
If you need any further clarifications please let us know.
Thanks.
when does “Demo 12 – SAAS Dashboard” come out? whats the ETA so i can see if i should wait on it or just use other demo for now.
Hi 
At the moment we can’t give clear ETA but we are pushing it and It should be out in a few weeks. Stay tuned!
Thanks.
Is there a way to conserve child datatables’ search and sort methods and use pure html with {{ larval variables }}?
Hi
,
Could you please clarify your question with more details ? We are not quite sure what you are asking.
Thanks.
How do I reload mDataTable ? I tried ajax.reload() and didnt work.
Hi,
There is a API method to reload the datatable. For more info please check the documentation: http://keenthemes.com/metronic/documentation.html. Please note that our support is provided only to verified buyers who has active support subscription. For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
Reporting grammatical issue in styles.bundle.css: “signin” is spelled incorrectly 9 times in the class names as “singin”.
Also note your “Demo” showcase page says “Cooming Soon” instead of “Coming” on all the new ones.
Small issues like this wreak havoc for devs… huge time killer to have to go through and correct spelling on things.
Hi,
Thanks so much for your feedback. Noted and we will correct those typo errors in the next update.
Thanks.
Hi,
I don't see any skins option (only light and dark) do I have to make my self?
Thanks.
Hi
,
Yes, you can easily customize the theme skin using through configuring the sass variables. The brand and other state colors you can change globally.
Thanks
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
In demo5, when mousing over the “Orders” link in the header menu, it popups up mid-screen, not underneath the link like the others do.
Also, unable to get the Layout Builder to export with a Left Aside (even when selecting it as enabled) for Demo5. Tried multiple times.. The Preview works fine, but it won’t export with the left aside navigation.
Hi,
Thanks for your feedback. Could you please clarify the first issue ? How we can produce it and what is the issue actually ?
We noted the left aside export issue and we will fix it in the next update soon.
Thanks.