12220 comments found.
+1 for VueJS version
Hi
,
Thanks for the suggestion. Noted and we will consider it in the near future.
I would recommend some urgent attention to datatables in 5+
Myself and three other very experienced devs are having issues with your ajax based datatables. There is little to no documentation and what does exist is just a bunch of devs trying to figure out what the heck is going on and how everything works.
I consider this a serious flaw given this is an admin theme and the requirement for datatables is critical.
Hi,
To use Metronic’s custom datatable plugin you should refer to the demos(in the theme source code you can find JS scripts that initializes the demo and from the code you can learn how to use it) and to the documentation(Components/Datatable): http://keenthemes.com/metronic/documentation.html
if you need any further help you can contact our support. But you will need to extend your support subscription since its already expired and you can check it here: 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.
We have referred to the demos, hours upon hours. Myself a dev of 5+ years and my senior dev of 8+ years are both baffled.
His quote, “I have tried so many times and I cannot find a solution.”
The above quote is from someone I do not think I’ve heard say this in 2+ years. And someone I’m paying who has insane experience. He spent upwards of 10 hours trying to figure it out. Not including the time I spent myself before I got extremely frustrated and passed it off to him.
As a result we had no other choice but to revert to jquery datatables, which is less then ideal given it is not supported style wise.
Most notable issue is simply documentation I’ve seen this over and over here, from others and now myself in the comments and forum. A killer template that really lacks fundamental documentation.
Hi,
Did you have a chance to check the datatable’s documentation ? Please check it under the components section. Also you should refer to the demo datatable initialization codes. You can learn a lot from those codes.
However the documentation is provided and its quite detailed. People are using it already in real projects. Obviously everyone might have questions regarding years of experiences and that is why our support is here to help if there anything comes out that is not covered in the documentation.
If you need to receive the theme support you will need to extend your support subscription(your is expired) and you can send your support requests with more detailed specific questions(please do not ask too general question without any detail or explanation). To learn more about the themeforest support subscription rules please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
Where I can download the latest metronic theme? Because when I downloaded from the Downloads page, what I got is the 4th version. thanks
Hi,
In default demo, why do you use
m-list-timeline__badge--state1-successin the notification not
m-list-timeline__badge--success??
Because the badge’s color does not change when using
m-list-timeline__badge--state1-success
Thanks
Hi
,
Thanks for your feedback. That must be a type error in the class name. To change the timeline badge color you should use “m-list-timeline__badge-state[state_name]” modifier class where [state_name] can be “success, info, focus, danger, etc…”.
We will revise it and correct in the next update.
Thanks.
Any plans for a VueJS version?
Hi
,
Thanks for your feedback. We may consider it in the future.
Thanks.
Just, out of curiosity, how does Angular application in Metronic gets bootstrapped.? I mean, would like to know the control flow from index.html.
Hi
,
Sure, this is the bootstrap flow:
/src/index.html /src/app/app.component.tsCSS and JS file is included in here:
/src/app/theme/theme.component.tsMain routers list
/src/app/theme/theme-routing.module.tsBase layout:
/src/app/theme/pages/default/default.component.tsContent page and module routes
/src/app/theme/pages/default/index/index.module.ts /src/app/theme/pages/default/index/index.component.ts
Thanks.
Should i use native angular or jquery in metronics?
Hi,
You can just use jquery way to initizalie the datatable as shown below:
let datatable = (<any>$('#m_datatable')).mDatatable(options);
For more info please refer to the documentation:
http://keenthemes.com/metronic/documentation.html
Thanks.
when i ran the command ng build—prod—op=app as per document it creates too many .chunks.js files. Should i have all of this as part of my application. Also index.html has references to some public resources (like www.amcharts.com/lib/3/maps..). Does this mean i can’t run my application in intranet?
Hi 
*.chunks.js files are part of the compiled angular application. all file is required.
Amcharts plugin recources requires internet to work. It cannot be pre-downloaded. If you do not need it in your project, you can remove the component.
Thanks
Do you mean Amcharts plugin has license restriction?
Hi,
If you do not use Amchart at all you can simply remove it. If you like to use it you can include it remotely from its CDN or download the plugin and include it locally within the main bundle. The plugin has free and licenses versions as well. Please check its website to learn more: https://www.amcharts.com/Thanks.
We have noticed that the material design support which existed in v4 is not there in v5. What are the plans regarding material design support for Metronic 5? If there are plans can you tell me the approximate deadlines? Thanks in advance!
Hi
,
Thanks for your feedback. We will be releasing the Material design button, form elements, etc in the near future. At the moment we can’t give any clear ETA but we will do our best to release it out as soon as possible.
Thanks.
Where can we find the icons used? On Flaticon there are 600000 icons, and not all of them are used in this theme. Can you at least tell us which package you’ve used?
Sorry, I found them in the demo.
Hi
,
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.
Hi there.
I guess that exists some kind of error with multi column form and validation. Please check my example: https://ibb.co/kuJjNm and my code: https://pastebin.com/3UH3ahRP and https://pastebin.com/pUfwM28Y .
When I set as necessary the element of the left side, in case of error the right side is also marked as error and this is not supposed. Do you think what could be happen?
Thanks. Kind regards.
Hi,
Since the validation rules work by input names please make sure there is no name conflict in the form. For more info please refer to the plugin’s official documentation here: https://jqueryvalidation.org/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.
Hi! What about the chat box from the first metronic theme? Will there be an update for the metronic 5 theme?
Hi
,
Thanks for your feedback. Metronic 5 has its own chat/messaging examples. But we will consider your suggestion.
Thanks.
Does Metronics depend on JQuery even for Angular version. If yes, how about the performance since Google recommends to use native Angular. Is there any plan of releasing Metronics fully based on native Angular?
Hi
,
Yes, ideally for your Angular app you should not use jQuery or jQuery based plugins. But technically its no harm using Angular 4 with jQuery and its a normal practice if you are building application that uses various of features that Angular 4 does not have. In terms of performance, jquery and angular are well optimized to work without conflicting each other which allows you to ultimately use any feature from the default Metronic version.. Other than the jquery usage, everything else 100% follows the Angular 4’s best practices using the defacto angular-cli tool. Also you can compare it with other pure Angular themes(we did it and the results are quite impressive ).
Thanks.
I’m thinking about renewing my support, I made some applications using metronic, but recently used a different theme. Just saw the new metronic 5 theme and it looks good, do you have some (public) demos/webites where it has been used other then your own demos?
Hi
,
Unfortunately we do not have such demos to show you. Basically you can download the recent version for free and just give a try. You don’t have to extend your support in order to get the new update.
Thanks.
hello- what change script is most compatible with this theme?
Hi
,
Sorry, we could not understand your question. Could you please clarify what do you mean by “change” ?
Thanks.
pardon – meant chat software.
Hi,
Sorry, we can’t recommend you any since it depends what is your server side language you use. You can try to search for a chat modules or software. If you can use an external chat softwares that you can embed into your application you can consider https://www.intercom.com. Its quite good one and you can totally customize its look and feel to match to the Metronoc’s design.
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.
+1. Keen to see ‘Trendy Dashboard’ demo as soon as possible. Looks great.
Hi
,
Sure, we are working on it. It should be out soon. Stay tuned!
Thanks.
Hello, on data tables default is “5 15 20 All”. How to add also 50 and 100 and set 20 as default? Thanks.
Hi
,
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.
Dear author, another question… Does you Data table script is based on the standar Table plug-in for jQuery… https://datatables.net/ .
Regards.
Hi
,
Thanks.
Dear author, we believe there is an issue (using lates version), with the portlet tools.
default/src/js/framework/components/general/portlet.js
On line 158 and 160, the tooltip should be different, depending if its collapsed or not, the necessary class is not been added when the toggle is trigger.
Please le us know.
Hi
,
Thanks for your feedback. Let us check this further and we will provide the fix in the next update.
Thanks.
Hello, I try to use m-messenger__messages out Quick Sidebar but I need help. When I copy and past in portlet col-12 for example, all is desorganize…
Hi,
Could you please clarify your question ? Are you trying to use the quick sidebar’s messages component in a portlet ? Did you copy the entire message element with “m-messenger” class ? If possible could you please send our support(support@keenthemes.com) a test link to your site or provide us the code you are using.
Thanks.
Purchased the theme yesterday as I thought you would include the form wizard as you stated in previous comments however it is not there. Can you please let me know the ETA on this feature?
Loving the theme so far tho 
Thanks!
Hi
,
Thanks for your feedback. In the next update we will defintely include it. This latest updated was released in rush due to many customers request. But in the next update(1-2 weeks) will make sure the form wizard will be present. Stay tuned!
Thanks.
Hi again, just wanted to check. 19 days ago you told me the form wizard will be available in next update (1 – 2 weeks). 11 hours ago you gave Customology above the same response to the same question. Can you please let me know truthfully when this will be available? Thanks.
Very sorry for the delay of this feature. We have been quite busy with releasing the new demos due to continues user requests. We will do our best to release our custom form wizard feature it in 2 weeks. Thanks.