12220 comments found.
How to get un-compressed js code as below like path metronic_v5.5.5/theme/default/dist/default/assets/demo/default/custom/crud/datatables/basic/basic.js
Hi, you can get it from the main src folder.
/theme/default/src/js/demo/default/custom/crud/datatables/basic/basic.js
Thanks
+1 for Vue.js
Hi
,
Thanks for the feedback. We will probably release in early 2019. Stay tuned!
Hi keenthemes, First thank you for the nice themes, I like the quality of your code. I’d like to report a quite weird issue though: the left aside menu when it is minimized, if the text in the menu contains a space (no matter how short is the text), when you mouseover, the menu will flick, if no space in the text, it is very smooth. E.g. if the text of the menu is “Admin Zone”, it flicks, if it is “AdministratorZone” it does not flick. I tried on both default theme and demo6, they all have the same issue, it is quite annoying. Please kindly fix it, thanks!
<removed>
Hi
,
Thanks for your feedback on this. We noted on your feedback. We are going to release the next major update for Metronic with v6 version and the sidebar menu expanding mode will be improved to make it work more smooth. Stay tuned!
Thanks.
Hi keenthemes,
How to collapsed in or out an accordion in Metronic 5, using javascript ??
Thank you.
Hi,
Could you please clarify your question ? Are you referring to the bootstrap collapse plugin - https://keenthemes.com/metronic/preview/?page=components/base/accordions&demo=default ? You can check the bootstrap collapse plugin in more details here: http://getbootstrap.com/docs/4.1/components/collapse/Thanks.
Thank you for the link, It made the thing.
Great! All the best with your projects 
Hi, I would like to know if you already have this theme available for joomla or wordpress?
Hi
,
No, Metronic does not have those versions.
Thanks for your interest in Metronic.
hello there, I am trying to use m_selectpicker with data-live-search true but no dropdown options are listing, if I remove the selectpicker class then the dropdown works perfectly fine but with class it doesn’t though I push the data-tokens from Servlet to write.
Java Servlet
ArrayList<String> ar = new ArrayList<String>();
while (rs.next()) {
ar.add(rs.getString("Name"));
}
for (int i = 0; i < ar.size(); i++) {
response.getWriter().write("<option data-tokens=\"" + ar.get(i) + "\">" + ar.get(i) + "</option>");
HTML
<input type="text" name="country" id="country" class="form-control m-input m-input--solid" placeholder="Type and Select a Party" onblur="seaportInfo()" required>
<select id="seaport" class="form-control m-input m-input--solid" data-live-search="true">
</select>
JavaScript
function seaportInfo() {
var val = document.getElementById('country').value;
var url = "SeaportsServlet?value=" + val;
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
var rt = xhr.responseText;
document.getElementById('seaport').innerHTML = rt;
}
};
xhr.open("POST", url, true);
xhr.send();
}
Hi,
Please note that m_selectpicker is rendered by a plugin so when you change the actual select values you have to re-initialize it to update its UI. For more info please check the plugin’s official documentaton: https://github.com/snapappointments/bootstrap-select/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 there
Question before buying: 1. css, script vs. minimized files are not available.
Hello 
We have the unminified SCSS and javascript files. There is also a build tool to compile the assets into a minified bundle.
Let us know if you need more clarification.
Thanks
Hi,
I would like to buy this, but need help in customizing and deploying. Can I get any support in this regard. Let me know how the charges would be.
Regards
Hi Keenthemes,
Do you have an ETA about Metronic 6 ? based on what you’ve said about the Hiererarchy of folder structure, this seems to be interesting since Metronic 5 has a less readability of folder structure.
1 week, 2 ??
Thank you.
Hi
,
Thanks for your feedback. The more clear ETA for V6 will be announced later. Yes, we are doing some improvements with the file structure(but with ease for the migration). Also we have a new css/js main and sub bundle structure to allow conditional asset include on demand. We are targeting to release it in 1.5-2 months. Stay tuned!
Thanks.
Cool,
Please Keenthemes, don’t forget the Calendar timeline view, Please.
since Metronic is worldwide, is that possible to integrate datepicker locales ?
Thank you so much.
As we informed earlier the fullcalendar timeline is a commercial plugin and we can not include it as part of the theme. The datepicker locales can be easily enabled in the build config.
Hi! What’s the ETA for v6 and VueJS for it? And will be VueJS for v5?
Hi
,
Thanks for your feedback. The more clear ETA for V6 will be announced later. We are targeting to release it in 1.5-2 months. The Vue and React versions will be after the new year. Stay tuned!
Thanks.
Can you tell us when the top
Compact menu – flat top/full width with icons option
.Hello we have been waiting for the top compact menu for 2 yrs now… can you please let us know when that would be coming. The current versions have a lot of wasted space on top menu!
Hi,
Sorry for the late reply. Could you please email our technical team at support@keenthemes.com and provide with more info for your feature request ?
Thanks.
Its simple & straight forward; so, between the
top horizontal menu layout, the menu and header it eats up 20% of the screen real estate of a business application
. I have reported this several times. If you look at others like Limitless and one UI have compact top menus with icons. They also have slanted menus with different background & text colors on the menu tab for each of the menu items. This compensates for the smaller company menu size.I am asking for something similar.
Also please improve the bread crumbs with arrows or slanted variations
Hi
,
Noted. We will definitely consider this for one of the upcoming demos.
Thanks.
FYI: if the left aside menu consists of 2 or more words, for example: MY PROFILE, and we allow minimizing, when we toogle the icon to minimize and back to maximize, there is a delay, something like the menu render words into 1 singlie line and the icon jumps a bit. I can’t explain this very clear but you can try yourself. I tried on your demo site, inspect the page, and change the Dashbord into My Dashboard. This bug is not happen if I combine the menu into MyDashboard. I have tried on Chrome & Firefox browser. I know my license has already expired, but if you can fix this I will renew my license. Thanks
Hi,
Thanks for your feedback. We will fix it.
Thanks
what code it has, if it has drectly done the json or it is armed bringing data of a database.
Will it be because of the response time, of the so-called AJAX, that it is not able to wait for an answer?
Thank You Much
Hi 
You can check the sample datatable backend scripts in this folder
/docs/api_reference/datatables/demos/server.php
Thanks
Hi, we are recently upgrade our Laravel 5.5 app from Metronic v4.7.1 to v5.5.5, fortunately, the application still has no content and it has not been so tedious to update the base code of the templates, but we have observed two problems:
1. A strange css problem, in my laptop, 1080p, Google Chrome v70.0.3538.77 with zoom 90-100%, only in Chrome, no problems with Firefox. https://imgur.com/a/9hqQl96
2. On the Login page, style 6 (login-6.html) the “Sign Up” link doesn’t work, located in the corner top-right, seems that js file (login6.js) missing that functionality.
We are very interested in this moment to know if this will be solved in any update since it will be an application for production.
Thanks.
Hi 
Thank you for your feedback. The other demos (demo2-demo12) has no content by default, because the content is same as in the default demo. It only displaying the layouts.
We will fix the line issue in demo12 sidebar menu arrow.
We will add sign up form for login-6.html
Thanks.
Looks great ! Can’t wait for the Vue version to purchase. Any approximate ETA on the Vue version ? Cheers 
Hi
,
We are just working and doing R&D. It will take some time and we will officially announce it once we are ready for release. Stay tuned!
Thanks.
data: {
type: 'remote',
source: {
read: {
// sample GET method
method: 'POST',
url: '/documents/jsonTable',
params: {
// custom query params
query: {
Status: $('#m_form_status').val(),
Type: $('#m_form_type').val(),
qweqwe: 'w'
}
},
map: function(raw) {
Hi, “m_form_status” and “m_form_type” parameters are not set while datatable request.
But they have values and are output via console.log($(’#m_form_status’).val()); command.
While the “qweqwe” parameter is set.
Hi,
Can you try to log the input outside of mDatatable init? Is there any value?
console.log($('#m_form_status').val());
Thanks
source: {
read: {
// sample GET method
method: 'POST',
url: '/documents/jsonTable',
params: {
// custom query params
query: {
Status: $('#m_form_status').val(), // not set
Type: $('#m_form_type').val(), // not set
qweqwe: 'w'
}
},
map: function(raw) {
console.log($('#m_form_status').val()); // show real value
console.log($('#m_form_type').val()); // show real value
Even in the “map” section values are displayed, whereas in the “query” section they are not set
PixelDots, can you test such a piece of code on your version of the template? It still doesn’t work for me!
Hi,
Please tell which Metronic version are you using? Have you checked the request in Network tab (browser dev tools)?
Thanks
Metronic 5.1.1. I look at the script outputs, errors, etc through Developer Tools in google chrome
Hi,
We did test your given code in the latest v5.5.5. The parameters should be in the request. Please check image below.
https://ibb.co/g4TGOACan please try to update the datatable?
Thanks
I say that the problem is in version 5.1.1. The project is big, I can’t just move from version 5.1.1 to 5.5.5. This will require a lot of work (fix incompatibility). Check for 5.1.1, please.
Hi 
If the bug was in the previous version, nothing we can do. Most bug fixes are in the upper versions. You can try update only the core datatable plugin file, and recompile assets. You don’t need to update other js or css files.
In the latest version, the file name has been renamed to core.datatable.js. I think in the v5.1.1 the datatable file name was datatable.js File location: /theme/default/src/js/framework/components/general/datatable/core.datatable.js
You can try to replace this file, and update the datatable file name in bundle config, (tools/conf/default.json)
Thanks
Will it be React support for this template?
Hi,
Not at the moment. We will support this in the future.
Thanks
Hope you guys can support React soon, cause now a lot of projects require React. Metronic is always my first choice, but now I have to buy some other React Templates first.
Hi,
Sure, we will be releasing the React and Vue versions very soon. We are working really hard on these updates. However those updates require a lot of work and some time in order to implement completely and properly. Stay tuned!
Thanks.
Does anyone know how to rerender mDatatable without using the reload function?
Hi,
We only have datatable.reload() to rerender. Maybe you can try this? datatable.redraw(). It does not fully rerender, but fixing the layout.
Thanks
hi , I lost my previous html project ( old metronic ) , i have tried to download it today but i can’t see the old version including the zip file , there is only 5.5.5 folder
even on the website i can’t find the demo of the previous version , what is going on please ?
Hi
,
Please email our support at support@keenthemes.com and provide us with your purchase key in order to download the stable old version v4.5.7.
Thanks.
Amazing template 
Many thanks 