12220 comments found.
Will V6.0 still take a few weeks? I urgently need it.
Hi,
Unfortunately we had inform you that we had to delay the release due to some unpredicted Angular 7 integration(related to some other core 3rd party plugins as well) issues and we are currently resolving them. Our priority is the stable update so we are doing our best to deliver it as soon as possible. We apologize for the inconvenience and hope for your understanding.
Thanks.
Nice template gud luck
Thanks a lot 
Do you have a mailbox between plans?
Hi
,
Sure, we will be releasing Mailbox and other app templates after we releasing Metronic v6.0(the next major update) in a few weeks.
Thanks
Is there a plan to use webpack rather than gulp for metronics?
Hi
,
Yes, in the near future we will fully migrate to webpack.
Thanks.
Hello.
Is there an upload form/input? I cant see an example in live demos.
Kind regards
Hi
,
Thanks.
Hi. how Can I change the hover effect on left menu icon. this is the class of the a link: m-brand__icon m-brand__toggler m-brand__toggler-left m-visible-desktop-inline-block.
thanks
HI,
Could you please provide more details ? What exactly do you want to change ?
Please kindly consider re-newing your support subscription in order to be able to request a support further. Currently your support subscription is expired and you will need renew it. If you need any further clarifications please let us know.
Thanks.
Hey.. Thanks for a great theme.. Any chance that Metronic Datatables can support pagination based on dates? (one week per page)
Alternative could be to reinitialize the datatable updating the source api data based on weeks ie. /activities/weeks/1, /activities/weeks/2 and so on.. Is that possible?
Thanks in advance
Hi,
Currently datatable does not support pagination by date. Re-initializing datatable is possible by destroying the datatable and re-init with with new data. But you need to create your “pagination” buttons or dropdown to trigger that selection by date.
You can use destroy function to destroy datatable.
datatable.destroy()
Thanks
Hello! how often is the github updated? I can see last commit was almost 6 months ago
Hi
,
Recently we have not pushed updates. We will fully maintain it after we release Metronic v6.0 in a few weeks. Stay tuned!
Thanks.
I thought v6 was going to be released this week 
Hi,
Unfortunately we had some unpredicted Angular 7 integration issues and we are resolving them. We are working without a break to deliver the stable version of the update as soon as possible. We apologize for the inconveniences and hope for your understanding.
Thanks.
AngularJs 1.x version is available ?
Hi,
Thanks for your interest in Metronic. No, we do not support old Angular versions. Only the latest version is maintained. Also please note that in the next major update v6.0 we will be releasing Angular 7 version. Stay tuned!
Thanks.
Please fix this as you cannot have a DIV inside a SPAN
<! - begin::Page loader - >
< div class=”m-page-loader m-page-loader—base” >
< div class=”m-blockui ”>
< span>Please wait…
< span>
< div class=”m-loader m-loader—brand”>
< /span >
< /div >
< /div >
<! - end::Page Loader - >
Hi
,
Appreciate this hint. Noted and we will fix this in the next update.
Thanks.
It should say SPAN inside a DIV.
Is the Metronic v6 coming out today? :) No one knows, but everyone is talking about it ;) Exciting stuff!! Let me know if you need help testing btw, I am a QA engineer and do this for a living
Keep up the great work!
Hi
,
Thanks for offering your help. We will contact you if we need a help. We are really close to the release and hopefully we can do it within this week. Stay tuned!
Thanks.
I check different demos. When it is openeing shows raw text and links. but default demo no. What can be the reason?
Hi
,
Are you working with the buildable version ? If yes, please make sure you set proper demo id in the build config as explained here: https://keenthemes.com/metronic/?page=docs§ion=build-tools#docs
Thanks.
You have that issue on your demos. for example https://keenthemes.com/metronic/preview/?demo=demo12. When it opening first raw texts than comes the styles.
Hi 
Please note that those menu links are for demo purposes only. Only the sidebar menu is fully function and the header menu’s links are static.
Thanks.
Hi,
Can you try to clear your browser cache ? We never encountered this issue nor no one has reported this before.
Thanks.
Hello,
When do you anticipate the release of the react version?
Hi
,
We are working on it but the development will take some time and at the moment we can not confirm the date. Soon we will official announce the progress of the React version. Stay tuned!
Thanks.
I’m interested in the new version of this template but when i download it from here it is not updated (despite it says metronic5.5) i see older documentation and old template, how could i update my license for the new 5.5 template?
Hi,
You can always download the latest version from your themeforest account. Current version is v5.5 and you can get it right away without updating your license. If you need any further help please let us know.
Thanks.
I’m adding secret steps to form wizard thats not included to step progress bar. like;
But progress bar getting crazy when i click next. Where is the next button JS script that controls progress bar. I cant find. Basicaly I have 11 steps but user can see only 5 steps. 1 step and 4. step has 3 hidden steps. Progress bar will move 1/3 between 1. step and 4.step becase there are 3 hidden steps between them.
I’m aware of being not clear but I’m not a native english speaker sorry for it.
IMAGE : http://prntscr.com/m7yze8
Hi
,
Thanks for your feedback.
The wizard plugins does not support such hidden steps logic. However you can try to include those hidden steps as sub contents within the particular step. You can implement this logic using the plugin’s API: https://keenthemes.com/metronic/?page=docs§ion=wizard#docsAll the best!
Thanks.
Hi, I already implemented hidden steps but. The problem is progress bar. When i click to the next button it goes into hidden steps correctly but progress bar not calculates hidden steps. I want to learn how next button sets progress bars percent which js file leads data-wizard-next button. I cant find and Docs not have information about progress bar
Hi
,
Great!. To move forward you can refer to the source code of the mWizard plugin “theme\default\src\js\framework\components\general\wizard.js” and under “updateProgress” you can check the progress bar logic.
All the best!
Thanks.
Hi there, could you help me please with setting up a sorting in Metronic Datatable? If I have first column used as link, sorting doesn’t work properly (it’s sorting it by href value of link)... Is possible somehow to set sorting only by inner text value of column and not by tags around it? Thanks.
<td>
<span>
<a href="{{ route('listing.edit', Hashids::encode($post->id)) }}" class="btn text-dark m-btn m-btn--icon" title="Show client's profile">
<i class="la la-expand pr-2" />
{{$post->name}}
</a>
</span>
</td>
Hi,
In the column option, you can pass your own custom sorting, to check the inner text.
field: 'field',
title: 'title',
// custom sort callback
sortCallback: function(data, sort, column) {}
Please the sample datatable with custom sorting callback here; /theme/default/src/js/demo/default/custom/crud/metronic-datatable/base/local-sort.js
Thanks
Hi. Where can i change the global font in this theme ?
im using the newest version of metronic.
Hi,
To change the font you will need to load the font in the HTML code(refer to the head of the HTML code) and go to the sass files and under the frameworks main config change the font variable with a new font’s name. For more info please check the documentation.
Please kindly consider re-newing your support subscription in order to be able to request a support further. Currently your support subscription is expired and you will need renew it. If you need any further clarifications please let us know.
Thanks.
Hello! Vs 6.0 in this week?
HI
,
We are working on this without a break. Hopefully we will release it in soon, in the coming days. Stay tuned!
Thanks.
Hi,
any plan on when you update to Bootstrap 4.2.x?
HI
,
We will include it in the upcoming update v6.0 very soon. Stay tuned!
Thanks.