12220 comments found.
Hi there,
We’ve been dealing with a bug when using the template (newest version) on IPad /IPad Mini, if you touch a textarea to open up the keyboard and then close it by touching elsewhere in the page the top bar appears hanging at the middle of the page.
Here’s some screenshots of the bug taken in Chrome for iOS, the same happens in Safari
http://imgur.com/MaxSzyb http://imgur.com/J4B0R8H
Please try to release a fix for it, TY
Hi
,
Thanks for your feedback.
We will check it further. May i know your ios and chrome version ?
Thanks.
Mobile Safari 7 Chrome 37.0.2062.52
both running in iOS 7.1.1
Thanks for the support.
Hi,
Thanks for the info. This is a known issue of fixed positioning in iOS. We will check it further and try to find a workaround asap.
Thanks.
Hi, its possible use the Boxed Format on the corporate version?
Hi
,
As you can check it here http://keenthemes.com/preview/metronic/theme/templates/frontend/ the corporate page by default uses the boxed layout. Or did you mean something else ?
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Hi keenthemers,
I am starting to work with your theme and want to integrate new updates.
The documentation of the theme is very thin – so the source for the developement of my projekt will be your example-pages (which is ok for me).
It is good that your theme is updated regularly. An information which files should be replaced in case of the application of an update would be very helpful. Does it exist?
Hi
,
Thanks for your feedback. We have plans to improve the documentation in the near future. In the doc we include the changelog with changed files. However easier will be to replace the assets folder and update the html parts(header, sidebar, footer).
If you need any further assistance please let us know.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi Keenthemes,
We were seeing an issue with ‘slowness’ after using our app for some time. Tracked down the cause to .dropdownHover() being init on the same elements over and over again. The fix:
// Handle Hower Dropdowns var handleDropdownHover = function () { $(‘[data-hover=”dropdown”]’).not(’.hover-initialized’).each(function() { $(this).dropdownHover(); $(this).addClass(‘hover-initialized’); }); }
Please update metronic.js to include this.
Hi
,
Thanks for the the suggestion. We will check it further and include your enhancement asap.
Thanks.
Hello,
I just want to say that I really LOVE the Metronic theme! Also the support is great and the layout/template/theme is always up-to-date with the newest functions, addons and everything! Keep on the wonderfull work KeenThemes! Love all your work!
- Xander
Hi
,
Thanks for the comment. Its really nice to see that customers are happy. This is not the last one. More amazing features are planned for a future released.
If you are not following us, you can follow us to stay updated: http://twitter.com/keenthemesThanks.
Is there any way i can make the sidebar appear on top of the page content. Just the way side bar drop down menu behaves.
Hi
,
Do you mean the horizontal mega menu http://keenthemes.com/preview/metronic/theme/templates/admin/layout_horizontal_menu1.html ? Also you can check more layout options in http://keenthemes.com/preview/metronic/theme/templates/admin/layout_horizontal_sidebar_menu.html
Also don’t miss the new admin layout in www.keenthemes.com/preview/index.php?theme=metronic
If you need any further assistance please let us know.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
No i meant the menu and sub menu on the side bar. When we click open the sub menu, the menus appear on top of the content. In the same way is it possible to make the sidebar appear on top of the content when we click on the side bar toggler.
As of now the sidebar shares the space with the content, so when we toggle the side bar, the width of content container gets contracted by the width of the sidebar.
Thanks
Hi
,
Sorry, i could not understand it. Could you please clarify with more details(some screenshots would be helpful) ? Which theme are you referring to ? Default admin or admin 2 ?
Thanks.
Hi, is the amchart support you were mentioning coming in V 3.3?
Thanks, great work again ! 
Hi
,
Yes, in v3.3 we will add more chart samples including amchart integration.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
good job! You always give me surprise .
I am eager to know when version 3.3
We are doing our best to release it asap.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Hello,
Theme 2 looks great. How do I update my older Metronic theme purchased 2 months back to the new one? Just replace the JS and CSS files?
Huzza
Hi
,
Thanks for the comment. Really nice to hear that you liked the new admin layout. The code and page structure is quite similar and you just need to update the HTML code and the assets paths.
If you need any further assistance you can contact our support at support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Thanks for the reply. Working on a massive CRM and wondering how much effort is to update it? Have mostly used panels, forms, btns so I could just replace the CSS and JS files and that should be all. Is that correct?
Hi
,
First you should update the layout part. The inner components should remain without major changes. The new admin layout is still compatible with entire Metronic framework(plugins & components).
If you need any further info please let us know.
Thanks.
Ok. Will try. When is Admin Theme 3 out so we can finalize on the design.
Thanks for your help.
Sure, you are welcome! 
Oh my i not that impressed…..
I must of miss read…1 page new really “tasks”... i got excited and expected the world because of such high expectations lol.
So apologies if i am sounding negative it is still “the best admin theme on the internet” So anyone want to the challenge?? No they wont take it on because its awesome. I have some wicked ideas you could impliment.
Well done!! KeenThemes keep going I am purchasing it just to fuel the build to further extents and posibilites. x
Hi
,
Thanks for your feedback and support.
Sure, if you have any comments or suggestion you can let us know and we consider them in a future releases. This is not the last one. More amazing updates will be coming soon.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks
Great theme,
Is there away to remove the footer all together and just have the side menu and content area(white) go straight down to the bottom of the page full height. Instead of having the body background bleed through as a really fat footer if the content is minimal?
Hi
,
Yes, just try to completely remove the footer DIV:
<div class="page-footer"> .......... </div>
If you need any further assistance please let us know
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
I hide the .page-footer via CSS and that didn’t work. .page-footer{display: none !important;}
also if I have a grid set to 3:9 ratio and the 9 is longer than the 3. How do i make the 3 100% height. and if the 9 is shorter of to I make both 100% height to match the browser window size?
Hi
,
Please make sure that .page-footer{display: none !important;} is placed in custom.css file of the admin theme. The above code should work as expected as long as it applied properly(or you can consider removing the footer block from the page).
About 100% height row columns. Here you will need to apply a JS code to handle it on window resize. We will consider it in a future release as a new feature. At the moment we have only 100% content height layout as can be seen here: http://keenthemes.com/preview/metronic/theme/templates/admin/layout_full_height_content.htmlThanks.
Do you have plans to native integrate with angular?
Hi
,
Yes, sure. We are working on it. We will inform more clear ETA soon.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Great 
come on then its taking too long, i need the new version lol come on den xxx its like ios8 release date but better lol
Hi
,
Thanks for your feedback. But i am not quite sure that i understood it clearly. Could you please clarify it ? If you need any further assistance you can also email our support at support@keenthemes.com.
Thanks.
Wondering if in the future releases it would be possible to add forms with input masking. ie: phone numbers, ip addresses, dates.
Hi
,
This feature is available and you can check it here http://keenthemes.com/preview/metronic/theme/templates/admin/components_form_tools.html under “Input Masks” portlet.
If you need any further assistance please let us know.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi,
In regards to the Datatables plugin and your wrapper, could you advise me on how to read the page.info? Specifically, I’m trying to read the current page number and put it into a js variable.
According to the Datatables docs http://datatables.net/reference/api/page.info%28%29 this should be quite easy, however working with their demo code and the orders grid has gotten us nowhere.
Here is the code we’ve been trying:
var table = $('#datatable_orders').DataTable();
var info = table.page.info();
$('#tableInfo').html(
'Currently showing page '+(info.page+1)+' of '+info.pages+' pages.'
);
Could you give us any direction on this?
Many thanks!
Hi
,
You can use the code from the demo. You just need to get the datatable API object first from the wrapper as shown below:
var table = grid.getDataTable();
var info = table.page.info();
$('#tableInfo').html(
'Currently showing page '+(info.page+1)+' of '+info.pages+' pages.'
);
Please try the above code and let us know if you need any further assistance.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Thanks for the quick reply. Your support is really great.
I tried this as per your suggestion and the code no longer throws errors, however all of the page.info comes back as zero values, so something isn’t quite right.
I’m using the code like this:
<script>
var grid = new Datatable();
grid.setAjaxParam("orderType", "<%Type%>");
grid.init({
src: $("#datatable_orders"),
onSuccess: function (grid) {
// execute some code after table records loaded
},
onError: function (grid) {
// execute some code on network or other general error
},
loadingMessage: 'Loading...',
dataTable: { // here you can define a typical datatable settings from http://datatables.net/usage/options
"lengthMenu": [
[10, 20, 50, 100, 150, -1],
[10, 20, 50, 100, 150, "All"] // change per page values here
],
"pageLength": 20, // default record count per page
"ajax": {
"url": "php/orders.php", // ajax source
},
"order": [
[1, "asc"]
] // set first column as a default sort by asc
}
});
var table = grid.getDataTable();
var info = table.page.info();
$("#datatable_orders").on("click", "tbody > tr", function () {
var id = $(this).find("td > span").attr("data-id");
document.location.href = "?do=orders&command=display_order&return=<%Type%>&id=" + id + "&page=" + info.page;
});
// handle group actionsubmit button click
grid.getTableWrapper().on('click', '.table-group-action-submit', function (e) {
e.preventDefault();
var action = $(".table-group-action-input", grid.getTableWrapper());
if (action.val() != "" && grid.getSelectedRowsCount() > 0) {
grid.setAjaxParam("customActionType", "group_action");
grid.setAjaxParam("customActionName", action.val());
grid.setAjaxParam("id", grid.getSelectedRows());
grid.getDataTable().ajax.reload();
grid.clearAjaxParams();
} else if (action.val() == "") {
Metronic.alert({
type: 'danger',
icon: 'warning',
message: 'Please select an action',
container: grid.getTableWrapper(),
place: 'prepend'
});
} else if (grid.getSelectedRowsCount() === 0) {
Metronic.alert({
type: 'danger',
icon: 'warning',
message: 'No record selected',
container: grid.getTableWrapper(),
place: 'prepend'
});
}
});
//init date pickers
$('.date-picker').datepicker({
rtl: Metronic.isRTL(),
autoclose: true
});
handleTwitterTypeahead();
</script>
Any suggestions?
Hi
,
Can you provide us a link to your developing site ? We will need to check and debug your actual page and its code in order to advise you further. You can send the further details to our support at support@keenthemes.com
Thanks.
hello,
i noticed that by initializing together ComponentsDropdowns.init(); ComponentsPickers.init(); always braks the functionality of the second. any solution to this?
Hi
,
Can you provide us the error log from your console ? Or please provide a link to check/inspect your developing page. Any further details you can send to our support at support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi Keen,
I’m using ajax datatable in your theme but found some difficulties in implementing its ajax pagination feature. I need to ensure that the first load of the table is only for the data of the first page in the table, not the whole data in the pagination since i’ll populate so much data. Do you have any clues for that?
Please do help me with example/documentation if you can, thank you!!
Hi
,
Please refer to the ajax datatable feature here http://keenthemes.com/preview/metronic/theme/templates/admin/table_ajax.html. The ajax datatables is based on http://datatables.net/ plugin. We just written our own wrapper script in assets/scripts/core/datatable.js. In the source code we have put some comments for a reference. The actual ajax datatable is initialized in assets/custom/table-ajax.js for table_ajax.html page. You can check the filter parameter for each column in table_ajax.html. Also you can use chrome dev tools or firebug to watch the ajax parameters sent to the demo/table-ajax.php.
The below page datatables.net/release-datatables/examples/data_sources/server_side.html explains how the server side ajax script generates the result.
if you need any further assistance you can email our support at support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi Keen,
when is the 3.2 out? waiting in anxiety… 
Regards, Patrick
Hi
,
In a few days. We are about to submit it.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi,
this theme seems to load very slowly. You can check my testing original theme without any changes at http://mycareerview.com/metronic/templates/admin/
It takes up to 25 seconds to fully load all components each refresh. I use simple hosting however other websites on that hosting load in about 2 – 4 seconds.
Is this a common issue?
Hi
,
Thanks for your feedback.
The demo pages of the theme contain of a lot of plugins and components so that may effect the load time. However in real projects you will use just a few of those plugins and components per page so overall the page load will be fine. Our demo is quite crowded and overloaded since we tried to demo/present all the available features of the theme. In real projects you will consider minifying the css and js files while in the demo we just included unminifed css and js files so customers can view the code before purchase.
If you need any further assistance please let us know.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
This is demo
Hi,
How do I use validation in asp.net? Tried using couple of ways but it’t not at all working..
Help in this reg. would be of gr8 help.
Thanks in advance.
Regards, Vijay Kumar
Hi,
Sorry, we are not able to advise you on .NET integration. However you can check the plugin’s documentation here http://jqueryvalidation.org/. The jquery validation is frontend validation so its should not involve any .NET. In your case you just need to generate the page properly and let the plugin validate your form.
Thanks.