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 120,124 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

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

12221 comments found.

Hello, the Laravel integration you are planning in demo1 will be VueJS? or only HTML?

Hi,

We will start with HTML and provide Vue, React, Angular versions as well.

Regards, Sean

Hi,

I need v4.4 How can I download it?

Hi,

Please send your purchase code with your request to support@keenthemes.com

Thank you.

how to make individualy column search in KTDatatable?

Hi,

You can check in the example we have.You can use datatable.search function to filter for a single column. Please check the example below;

$('#kt_datatable_search_status').on('change', function() {
    datatable.search($(this).val().toLowerCase(), 'Status');
});

Let us know if you need further clarifications.

Thanks

Thanks for your reply, I mean, how to put input box in thead?

Hi,

For KTDatatable, at the moment, it is not possible to add the input box in the table head. Sorry for the inconvenience.

Thanks

I brought this theme to integrate it with laravel. dependency broken, security issues, ract only up to demo4, laravel integration documentation useless, etc. completely disappointed and a waste of money.

they also fork this project in they won page making it a bit different to make more money out of themforest, meaning no ne updates no new features no fixes.

Hi,

Could you please contact our support and provide more details for your issues ? Our support will assist you with your Laravel integration. In a few weeks we will be releasing a huge update with codebase and design that we have been working a year.

You can request a refund(through themeforest) if you wish. 100% money back is guaranteed. But please contact our support at support@keenthemes.com and let’s try to get it working for you. We just need more details from you what is not working for you and where you stuck.

Regards, Sean

Forgot to mention that we are releasing a complete Laravel integration for our Metronic demo1 in the next update in a few weeks. Currently we only provide a manual how to integrate it but soon we will provide out of the box solution as well.

I am using kt_wizard_v4, how do I get the tabs to be left aligned with css when 2 or 3 steps are used and not 4.

Hi,

Can you add below css this css in your custom.css:

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items { 
  justify-content: flex-start; 
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item{
  margin-right: 10px;
}

@media (max-width: 1399px){ 
.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item{
  margin-right: 0;
}
}

If you need any further help please let us know.

Regards, Sean

hi i bought the project.

But I can’t pull out style templates and other features.

Can you help with how?

Hi ,

First of all thanks for choosing Metronic.

In order to launch the theme you will need to generate the “dist” folder from “src” folder by installing and running the build tools in command line. All the required steps are explained in the documentation https://keenthemes.com/metronic/?page=docs and also in the below video tutorials:

1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk or Webpack: https://youtu.be/gMUbZMdDRCo

2. Installation Angular 8 Version: https://youtu.be/48HeVjnKIqI

3. Your First Project: https://youtu.be/yu0O2Y2NXxc

4. Customization: https://youtu.be/7PG5Qbg0-gM

Please note that in the video tutorials refer to an older version of Metronic so some information can be inaccurate(file paths, folder structure, etc) but the overall instructions are valid for all Keen versions.

If you need any further help please let us know. 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

how to put checkbox manually in thead of kt html table. the link is https://keenthemes.com/metronic/preview/demo1/crud/metronic-datatable/base/html-table.html

Hi,

Sorry for the inconvenience. In this case for ktdatatable, the checkbox cannot be added in the HTML table. But you have to define it the js ktdatatable settings. You can look for other example to create table with checkbox.

Let us know if you need further clarifications.

Thanks

Hi , presale question:

did you add support for Algolia? Do you plan to add integration in the future?

Thank you! Kind Regards

Hi,

Thanks for your interest in our theme – Metronic.

At the moment we do not have it integrated but technically you can integrated it your own according to your requirements. From quick checking we can see that you just need to embed Algolia code and initialize it. If you need any further clarifications please contact our support at support@keenthemes.com

Regards, Sean

Hi,

1) Metronic Layout Builder build “ASP.NET Zero UI (based on backend layers)”?

2) Metronic Layout Builder also build “Angular Native UI”?

3) Can we deploy mobile apps android and iOS using Metronic?

Thanks and regards!

Hi :),

Thanks for your feedback in our theme.

Metronic layout builder just generates the HTML code that can be further used in applications. Aspnetzero is created by another author and our builder is not compatible with it.

Our builder only generates the HTML code for the default jquery version and Angular version is not supported.

Metronic is web browser optimized theme and using iOS and Android technically possible but it’s not covered by our theme since mobile development requires some additions steps.

If you need any further clarifications please let us know.

Regards, Sean

Hi, one question, how can i include plugin without bundle file, AND without init customization

Hi,

If you want to use the classic version of Metronic(without the bundle files) please contact our support at support@keenthemes.com and provide your license key.

Regards, Sean

in react; why there’s no predefined colors for buttons, labels, badges etc? there’s only primary and secondary colors. we need success, danger, brand, warning, info logic on all buttons.

Hi tcagkansokmen, Please clarify, do you mean Material components? If yes, we defined only primary/secondary cause our Application based on Bootstrap. Material was added by users requests. You able to define your material colors in ‘src/_metronic/materialUIThemeProvider/ThemeProvider.js’

Regards, Keenthemes support

Hi,

I just downloaded the zip files, and trying to access default demo 1 until 12. I have a same problem, CSS NOT Found. I hope you can Help us.

Thank you

Hi ,

First of all thanks for choosing Metronic.

In order to launch the theme you will need to generate the “dist” folder from “src” folder by installing and running the build tools in command line. All the required steps are explained in the documentation https://keenthemes.com/metronic/?page=docs and also in the below video tutorials:

1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk or Webpack: https://youtu.be/gMUbZMdDRCo

2. Installation Angular 8 Version: https://youtu.be/48HeVjnKIqI

3. Your First Project: https://youtu.be/yu0O2Y2NXxc

4. Customization: https://youtu.be/7PG5Qbg0-gM

Please note that in the video tutorials refer to an older version of Metronic so some information can be inaccurate(file paths, folder structure, etc) but the overall instructions are valid for all Keen versions.

If you need any further help please let us know. 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

when are new demos coming? you guys said for last year it would be 20, and havent released any more demos :(

Hi :),

We are working on those demos now will start releasing them in a few weeks.

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

When will Demo 14 (Awesome Tabs) be released?

Hi :),

We can’t confirm it now but if everything goes well we will release it in few weeks.

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

when do you planing to include a really large datatable component for react? tables are very important for management panels, and those tables are not enough to use.

Hi tcagkansokmen, We are on the way, beta version of eCommerce (with tables example) will be released in next version (during next 2/3 weeks).

Regards, Keenthemes support

Do we have a kanban for Metronic theme

Hi :),

Sorry for the late reply. Yes, we do have Kanban board plugin integrated in the recent Metronic version: https://keenthemes.com/metronic/preview/demo1/components/extended/kanban-board.html

Please make sure you are using the latest version of Metronic. If you need any further clarification please contact our support at support@keenthemes.com

Regards, Sean

when open in modal, it doesn’t scroll with the input filed, please fix this

https://keenthemes.com/metronic/preview/demo1/crud/forms/widgets/bootstrap-datepicker.html

Hi,

Sorry for the late reply. Noted on this issue. Seems this is plugin’s original bug and we will try to report this bug to the author and also try to find a workaround while waiting for the official fix.

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, I made a purchase for your admin, but I didn’t get classic theme kindly provide me link to download classic Theme

Hello,

Please send your purchase code to support@keenthemes.com and we will send a classic version.

Thank you.

Hi,

Thanks for your feedback. We will consider this in the near future.

Regards, Sean

Does this template support Vue too?

Hi,

Yes, it does. Please check it at https://keenthemes.com/metronic/preview/vue/demo1/#/dashboard .

Thank you.

Hello I am using KTDatatable I would like to know instead of showing the id that I bring from the database how can I show the row number of each iteration.

Hi :)

Sorry for the delay. You can use this template to populate the row number.

{
  field: '',
  title: 'Number',
  template: function(row, i, dt) {
    var p = dt.getDataSourceParam('pagination');
    return (i + 1) + (p.perpage * (p.page - 1));
  }
}

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