Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Cart 119,793 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

This author's response time can be up to 1 business day.

12205 comments found.

Hi, purchased this template, right now I’m wondering how on earth I can change the login page style for the angular version. Want to use the login 2 page.

Hi :)

Thanks for your recent purchase. You can get the login from the default HTML. The complete HTML with CSS style. Need to do some HTML cutting to move HTML into existing Angular login page.

Thanks

Not able to download, never finish stuck on 154 MB

Hi,

Please re-try again and if you need any further help please contact the marketplace support by opening a case: https://help.market.envato.com/hc/en-us/requests/new

Please note that we authors do not control such site issues.

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

There is a css error in Demo1 Dashboard Tasks

https://ibb.co/b2WKCsB

Hi :),

Thanks a lot for your feedback. We will fix this issue in the next update.

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,

when i try to ng serve, i get the error. this is the message error: PS C:\xampp\htdocs\metronic> ng serve—port=8000 92% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open ‘C:\xampp\htdocs\metronic\src\assets\vendors\global\vendors.bundle.js’

Thank.

Hi :)

Please check this quick starter guide. https://keenthemes.com/metronic/?page=docs&section=angular-quick-start

Thanks

Can you send me a link to where the old metronic 5.5.5 demo can be found?

Hello,

Could you please send us your purchase code to support@keenthemes.com? We will share a link to download 5.x version.

Thank you.

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 :)

You can follow this guide if you need to customize the table dom layout for DataTables.net https://datatables.net/examples/basic_init/dom.html

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 :)

Please check this getting started guide to setup the template. https://keenthemes.com/metronic/?page=docs

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 :)

Please follow this getting started guide for the Angular. https://keenthemes.com/metronic/?page=docs&section=angular-quick-start

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?

Hi :)

Please rebuild the assets using this guide; https://keenthemes.com/metronic/?page=docs

Thanks

Your GitHub Access page showing
Username not found

My github userid : ronisaha

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey