12220 comments found.
As you can see from the attached screen, some fields are higher than the others. How do I standardize? Or how do I make the date field “lower”?
Screenshot -> https://imgur.com/a/2EYJmjN
Hi,
Thanks for your feedback on this. Could you please contact our support and let us know what is your Metronic version and provide us the example codes to reproduce these issues.
Regards, Sean
Hi, how do I move the “results per page” filter from the top to the bottom of the table?
In the js file I don’t find any part of code where I can change the position.
Thank you
See screenshot -> https://imgur.com/a/FDJmbpH
Hi 
Which datatable are you using?
Thanks
I don’t remember because I renamed the classes. However this is my js code:
var initTable1 = function () { };
var table = $('#kt_table_magazzino');
// begin first table
var f = filtri();
var d = {"fn": "table_processing"};
if (Object.keys(f).length > 0)
d.filtri = f;
table.DataTable({
pagingType: 'full_numbers',
destroy: true,
processing: true,
serverSide: true,
"searching": false,
order: [],
ordering: false,
});
"ajax": {
url: "index.php?rt=magazzino", // json datasource
type: "post", // method , by default get
data: d,
error: function () { // error handling
alert("errore");
}
},
"columnDefs": [
{
"targets": 0,
"render": function (data, type, row) {
return row["codice"];
}
},
{
"targets": 1,
"render": function (data, type, row) {
return row["ean"];
}
},
{
"targets": 2,
"render": function (data, type, row) {
var descrizione = row["descrizione"];
if (descrizione.length > 80) {
descrizione = descrizione.substring(0, 80);
descrizione = descrizione + " . . . ";
}
return descrizione;
}
},
{
"targets": 3,
"render": function (data, type, row) {
var ubicazione = row["ubicazione"];
var ub = "";
if (ubicazione) {
var depositi = ubicazione.split(";);
ub = depositi[0].split(
if (depositi.length > 1) {
ub = ub + ", . . . ";
}
}
return ub;
}
},
],
language: {
aria: {
sortAscending: ": activate to sort column ascending",
sortDescending: ": activate to sort column descending"
},
lengthMenu: "Visualizza max MENU articoli",
emptyTable: "Nessun articolo trovato",
info: "Visualizzata pagina PAGE di PAGES | totale articoli: TOTAL ",
infoEmpty: "",
infoFiltered: "(su MAX articoli totali)",
search: "Ricerca Globale: ",
zeroRecords: "Nessun articolo trovato",
"loadingRecords": " Elaborazione in corso... ",
"processing": " Elaborazione in corso... "
}
var filtri = function () {
var a = $("#form_filtri").serializeArray();
var o = {};
$.each(a, function () {
if (this.value) {
if (o[this.name]) {
if (!o[this.name].push) {
o[this.name] = [o[this.name]];
}
o[this.name].push(this.value || '');
} else {
o[this.name] = this.value || '';
}
}
});
return o;
};
var esporta = function (btn) {
var f = filtri();
KTApp.progress(btn);
var d = {"fn": "esporta"};
if (Object.keys(f).length > 0)
d.filtri = f;
$.ajax({
type: "POST",
url: 'index.php?rt=magazzino',
async: true,
data: d,
success: function (response) {
//mp_dialog.modal("hide");
KTApp.unprogress(btn);
window.open(response, "_blank");
},
error: function (jqXHR, textStatus, errorThrown) {
swal.fire({
"title": "",
"text": "Si è verificato un errore.",
"type": "error",
"confirmButtonClass": "btn btn-secondary"
});
KTApp.unprogress(btn);
}
});
};
Hi 
Thanks
I m waiting for react version. Can you hurry up
PLS 
Hi
,
We are still working on it. It should be out soon.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
I bought 4 years ago regular license. And GitHub Access does not work. “Invalid purchase code”
Hi 
Can you please send your github username? We have moved to a new github repo.
Thanks
Hi. icron
Hi,
We have sent the invitation.
Thanks
Using Theme12 edited the build.json file to disable RTL, set it to false but once I have the build together I keep getting:
“Uncaught TypeError: Cannot read property ‘isRTL’ of undefined”
Hi 
Can you please double check if KTUtil function in scripts.bundle.js? isRTL is a function from KTUtil.
Thanks
Meet Metronic v6.0.4 MEGA update with new apps, components, Angular 8 update and Angular implementation for 10 demos
Hi Keen team,
i don’t find metronic_v6.0.4/theme/default/src/assets/vendors/global/vendors.bundle.js metronic_v6.0.4/theme/default/src/assets/vendors/custom/fullcalendar/fullcalendar.bundle.js metronic_v6.0.4/theme/default/src/assets/js/demo6/pages/dashboard.js in .zip file.
plz check your file. thank you!
Hi 
Thanks
I have an error installing the new version released today.
92% additional active processing scripts-webpack-plugin × 「wdm」: Error: ENOENT: there is no such file or directory, open ‘C: \ v1_Iure \ theme \ angular \ dist \ default \ src \ asset \ vendors \ global \ vendors. bundle.js’
Hi 
We have removed the pre-compiled assets due to the large size of the overall package. You need to rebuild it on your own.
Thanks
Thank you
Your welcome 
Hello,
We noticed you have some jquery in the Angular version, which in our opinion is antipattern. At first glance it seems like it’s very minor, could you tell me to what extent do you use jquery in the Metronic Angular 8 templates?
Hi 
Could you please show by screenshot or the file path that used the jquery? We will check it further. By right, we don’t use jquery in Angular.
Thanks
Do you have release note on today’s (24/06/2019 release?
Hi,
Yes, we do have. Please check out the changelog at https://keenthemes.com/metronic/?page=changelog .
Thank you.
Can I get a realistic ETA on demo 13. I searched previous comments and you keep saying “a few weeks” or “4 months” but that was a year ago. Thank you.
Hi,
Thanks for your feedback.
Unfortunately right now we can not confirm the ETA for the pending demos. We will do our best to release them as soon as possible.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
metronic_v6.0.4 shows fixed layout instead of fluid display in demo10
full path: metronic_v6.0.4/theme/default/dist/demo10/dashboards/fluid.html
What should I do to change display back to fluid?
Thanks
Hi,
You can use the Layout builder https://keenthemes.com/metronic/preview/demo10/builder.html and download the HTML template with partials and you can have a look at the links below:
1. Installation & Getting Started: https://youtu.be/dqZLWuAEdJ8 2. Your First Project: https://youtu.be/yu0O2Y2NXxc 3. Customization: https://youtu.be/7PG5Qbg0-gM
For any further info you can also check our detailed theme documentation: https://keenthemes.com/metronic/?page=docs
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hello There,
I can’t see the Demo 6 Admin Backend and Demo 7 Trendy Dashboard working properly to the package which i downloaded from the themeforest. Can some one look into this and provide all theme demo in zip package?
Username not found
My github userid : ronisaha
Hi 
We will check it. Will let you know once fixed.
Thanks
Hi 
We have sent the github invitation for your username: ronisaha
Thanks
Thanks
Your welcome 
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
how can we know what are you currently updating ? am just receiving updates but i have no idea what are the changes
Hi 
Please check our latest changelog page here;
https://keenthemes.com/metronic/?page=changelog
Thanks
is the last update containt vue version?
Hi
,
The Vue version is still in development and we are doing our best to release it as soon as possible.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hi! Is it possible somehow to handle breadcrumbs with parameters like adding new user?
example from my pages-routing.module.ts
...
path: 'users',
canActivate: [AuthGuard],
children: [
{path: '', redirectTo: 'table', pathMatch: 'full'},
{
path: 'table', component: UsersComponent,
resolve: {
templates: UsersResolverService
}
},
{
path: 'new/:id', component: NewUserComponent
}...
Hi 
You can set the breadcrumbs using function from SubheaderService.
private subheaderService: SubheaderService,
this.subheaderService.setTitle('Edit product');
this.subheaderService.setBreadcrumbs([
{ title: 'eCommerce', page: `../ecommerce` },
{ title: 'Products', page: `../ecommerce/products` },
{ title: 'Edit product', page: `../ecommerce/products/edit`, queryParams: { id: this.product.id } }
]);
Thanks
Thank you PixelDots! It helped a lot! 
Your welcome
Let us know if you need any more helps.
Thanks
Release notes please
Hi,
You can download the new version and check the documentations changelog page or shortly(soon the preview site will be updates as well) you can check the online preview site: https://keenthemes.com/metronic/?page=changelogPlease follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
the changelog page you linked does not have 6.0.4 changes
changelog?
Hi
,
Please download the new version and check the documentation’s changelog page or shortly the preview site will be updates as well and you can check the online preview site: https://keenthemes.com/metronic/?page=changelog Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hello there, May I know how soon is Demo13 coming. Thanks.
Hi
,
Thanks for your feedback but at the moment we can not confirm exact ETA but we are targeting to release those pending demos as soon as possible.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean