12220 comments found.
Hi. I purchased a metronic 4 licence and I would like migrate to version 5, but I have some doubts:
Datatables accept routerLink inside rows? Will you release a native angular 2 version? In case of release a native version, do yo know estimated date?
Thank you.
Hi,
The mDatatable plugin does not accept the routerLink inside row at the moment, until we release the native version.
In the meantime you can do with jQuery way. Please refer to this site: http://keenthemes.com/forums/topic/how-to-make-datatables-action-buttons-navigate-to-other-componentpage/Thanks.
Hi
Just to know, I could not find any html tag with the classes .m-grid.m-grid-hor.m-grid-root.m-page. Then I wonder how ThemeComponent and LayoutComponent gets applied their selector?
Hi
,
Each component will create an HTML tag (defined in selector div with class) and wrap the template html defined templateUrl.
@Component({
selector: ".m-grid.m-grid--hor.m-grid--root.m-page",
templateUrl: "./theme.component.html",
...
})
From html you will cannot find the tag, because the tag will be created during angular compile.
Thanks.
My understanding about Angular is that specified selector should match DOM element (which implies it should exist). I added a new module and component. It didn’t bring m-grid.m-grid-hor.m-grid-root.m-page in DOM while inspecting in Chrome Dev tools. It adds a DOM with m-grid__item.m-grid__item—fluid.m-wrapper class only causing collapsed layout. Is anything am I missing while adding new component.?
Hi,
if specified selector without DOM, angular still will create it. if no tag is defined, by default the tag will be “div”. default component created by angular-cli is something like “app-component”. this will create an extra level to the html tag and wrap existing component. it will cause issue to the existing css. can you check our angular demo in theme.component.ts? also you can check our default (HTML) tags tree structure: https://ibb.co/hMdBAG
Thanks.
Hi, are there any plans to create a VueJs version?
Hi,
Thanks for your feedback. Its not in the plan at the moment. But we may consider it in the future.
Thanks.
Hi,
Presale question : your new version (5) seems very very good but i see a little performance issue on client latency.
For example clicking on top-right menu items seems to be longer than it used to be with Metronic V4 demos.
Is-it something normal ? Do you plan to optimise the JS/Client performance ?
Thanks
Hi
,
Thanks for your interest in Metronic 5. Do you mean the dropdown(the topbar notificatio, quick action and user profile dropdown menus) animations during show and hide ? If you referrer to this please note that this is normal animation effect where the dropdown is toggled with 0.3second ease animation. If you referred to something else please clarify it with more details.
Thanks.
Yes, so it’s a normal effect ? Is it easily customizable ? Do you have the roadmap timeline for the new demos ?
Yes, that is a normal effect and you can customize it globally. The new demos are still in progress and we will release them as soon as possible.
How do I see the demo version of Metronic 5 with dark / night mode?
Hi
,
Each demo has own layout builder and you can access it by clicking on the wrench in the right center toolbar. If you need any further clarifications please let us know.
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
Menus in header nav is messed up,
Step to reproduce:
1. Go to one of demo links, example: http://keenthemes.com/metronic/preview/demo6/angular
2. Login
3. Logout
4. Login again
5. Click menus sequentially in top navbar with this order (Dashboard – Reports – Order – Dashboard), you can try with other order and the issue will also appear
6. On the 4th click of menu, they will messed up (if dashboard menu is opened, then click reports menu will stacked the previous opened menu, without closing it)
I believe the problem comes from doubled initiation of vendor javascript, which is in auth component and theme component, when you go through step 2 until step 4.
And also this templates has many violation warning, that can be viewed in console view of browser.
Please fix this issue. This is very annoying.
Hi
,
Thanks for your feedback. Good spot. We will fix the issue in the next update by next week.
Thanks.
When can we expect a React version of the template released? Has a timeline been established?
Hi,
Thanks for the feedback.
We will consider it in the near future once we release all the planned features for the default jquery and angular versions.
Thanks.
Hello, we use angular4 , metronic 5.0.5 version and we need to use treeview component. Here is our question, how can we add grid, into or near tree node ?
Hi,
Sorry, we could not understand your question. Could you please clarify it with more details ?
Thanks.
Hello,
When do you plan to introduce timelines in the new Metronic? Do you have an estimation date for the next release?
Thanks,
Hi
,
Yes, we will be releasing 3 new timeline components in the next release in 1-2 weeks.
Thanks.
Then Why? :’( https://ibb.co/gnoLZb
Hi,
Did you implement ajax server side pagination or still loading all 1000 records at once ? Did you try to load it without images ? I see that single image load taking 4-5 seconds which may indicate that your local server starts responding slower to subsequent requests. Will it be possible to deploy your application into your test server and give us an access to it ? If we can check your site in action we could tell the cause of this issue. If you can’t provide the test access please email us(support@keenthemes.com) your code so we will run it in our end and investigate the issue. Please try to provide more details as we need to be able fully simulate your code in our end.
Thanks.
What happen with PHP examples? Can’t find it anymore
Hi
,
Thanks.
Hello! Where can I find actual table with name\icon-image list of flaticons that can be used?
Hi
,
If you need any further clarifications please let us know.
Thanks.
Hi, in metronic 4 there was elements->overlay section. Is it possibile to import that in new metronic or it will be implemented soon?
Hi
,
Yes sure, we will migrate these feature into v5 very soon. Stay tuned!
Thanks.
Thank you for a fantastic template. One thing I wonder if you would be able to assist with. I am using Datatables with Ajax loading and in order to get checkboxes to work optimally I use the Gyrocode DataTables Checkboxes plugin. This has a couple of options for styling including “icheck” and “awesome bootstrap” but I much prefer your outline checkbox style found on the form_controls example. I don’t think there is an intermediate checkbox option in this style so i’m not sure it can be integrated easily with CSS modification but wondered if this was something you would consider in the future.
Hi
,
Our custom checkbox is based on CSS with no JS code. Yes, new styles can be added as option to it. If you have any example you can send us at support@keenthemes.com
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
Its the Gyrocode DataTables plugin that takes over the styles in this case so I was wondering if you would be interested in considering integrating the plugin (for added value) or providing visual styles to interface with it. I wasn’t convinced this was support related, but if this is something you can help with for the cost of support renewal I would be happy to resubscribe. I can get by with the visual checkbox styles inside Gyrocode but it just isn’t as pretty.
Hi,
But our custom datatable has this feature: http://keenthemes.com/metronic/preview/?page=components/datatables/base/record-selection&demo=defaultDid you have a chance to check the above or the Gyrocode one works differently ? Could you please clarify it ?
Thanks
Thanks again for the quick reply. I believe when using Ajax loading, if you paginate, the checkbox selections are not saved. I can’t find a Metronic example page that includes all these features concurrently. I have tested pretty extensively and there are also lots of discussions on stackoverflow about server-side datatables, pagination and checkbox save states that all recommend to use Gyrocode plugin. Also there is no indeterminate state / tri-state in the standard checkbox implementation.
Hi 
Thanks for the clarification. This feature was already implemented and will be released in the next update that we are planning to release in 1-2 weeks. You will be able to save checked row states when you pagination and also can fetch checked rows using the new API method. Stay tuned!
Thanks.
That sounds brilliant. Nice one!
Thanks 
Hello, good morning. So finally I got the JSON file to load a datatable as needed. Now I have a problem it takes a loooooot of time to load.
I have almost 1200 products, I produce the JSON file each time a request is made to list all products, the meta data is like this:
“meta”: { “page”: 1, “pages”: 115.6, “perpage”: 10, “total”: 1156, “sort”: “asc”, “field”: “id” },
Is there a way to solve the 4 to 7 seconds it takes to load??
And btw the table I’m using is the column rendering.
Thank you 
oh and the js is something like this:
data: { type: ‘remote’, source: { read: { url: ‘{{ route(‘jsonfile’) }}’, /laravel returns JSON/ method: ‘GET’, }, },
I lie… almost a minute to load! :s
Hi,
As per our checking there is no room for optimization when you are loading over 1000 records and paginate them locally.
In your case we would suggest you to use the server side pagination. For example you can load 10, 20 records per page instead of loading all the records at once and pagination the in the frontend. You can refer to the ajax datatable examples here: http://keenthemes.com/metronic/preview/?page=components/datatables/base/data-ajax&demo=default
The ajax datatable also works like the json file but its more efficient when you have a dataset with a lot of records. To learn more on the ajax datatables you can refer to the source code of the ajax datatable demo’s JS initialization or refer to the documentation. If you need any further clarification please let us know.
Thanks.
For Metronic4, any way to handle images inside a form for example? I need to put images for guiding, but I found NO page handling images, I have no examples…
Hi,
To put images in your custom layout requires some custom css code. You can just add whatever code required in your custom.css file. Also you can refer to the bootstrap’s documentation related to images: https://getbootstrap.com/docs/3.3/css/#images https://getbootstrap.com/docs/3.3/components/#mediaThanks.
thanks!
You are welcome 
Version 5 is missing several installation files, the documentation is not accurate in the steps one must follow to install the theme
Hi,
If you are looking for the build.json build config file you should check “theme/default/tools/conf/default.json”. Also please refer to the recently updated online documentation keenthemes.com/metronic/documentation.html.
If you need any further clarifications please let us know.
Thanks.
How can I remove the shadow from, for example, below header or behind portlets?
Hi
,
To remove the shadow from the header you should customize the sass code. Are you able to compile sass files ? If not yet, please refer to the documentation and install the required tools. Then go to your demo’s sass folder “src\sass\demo\default\” and create “_custom.scss” file to put your customization sass code and include it in “style.scss” after ”@import “custom” right after “footer/default”. Then you can add below code to override the header shadow and remove for desktop and mobile modes:
//== Desktop Mode
@include desktop {
//== Aside Left Skins
body.m-aside-left--skin-light,
body.m-aside-left--skin-dark {
.m-header {
.m-header-head {
@include shadow(none);
}
}
}
}
//== Mobile Mode
@include tablet-and-mobile {
.m-header--fixed-mobile {
.m-header {
.m-header-head {
@include shadow(none);
}
}
}
}
Then compile the changes using “gulp” command.
Thanks.
Hi,
Firstly, thank you for creating this awesome theme, it’s by far the best out there. I wanted to know when you might be releasing the ‘Trendy dashboard’ template, as it’s been listed as ‘coming soon’ for a while. Will this be in the next release? And if so, when will the next release be?
Adam
Hi
,
Yes, the trendy dashboard demo will be the next demo. Due to its complexity its take more time and we are not able to give accurate ETA yet. But we will do our best to release it as soon as possible.
Thanks.
Hi, The http request made through Angular http object defaults its base ur to the one specified in base tag of index.html. I need it to point some external service. can I configure it in centralized place ? How?
Hi,
Base href tag in index.html is for the router. You can check more info in the Angular doc.
https://angular.io/guide/router#base-hrefThanks