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

keenthemes supports this item

Supported

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

12183 comments found.

Hello!

First of all, congrats on the release! :) Second, I have a question. In the key features image, you mention about blazing fast performance by using pure JavaScript. Does that mean that the regular version (non angular) doesn’t use jQuery? If so, that’s great news :)

Hi,

Both has same priority. We are deviding Vue and React development into two teams. The first completed will be released first.

Thank you.

Its nice to hear that there are two teams working in Vue and React versions. Regarding jQuery dependency, PLEASE (and I capitalise) remove the dependency in those. When using either of the two frameworks, you want them to be fully in charge of the DOM, by keeping jQuery you are practically defeating their purpose and IMHO, it will be a worthless version, you will still leave the hard work to us. Please take into account those words, I guarantee I will not be the only one to point about it.

Hi,

Appreciate your detailed feedback.

Let me clarify it. For the Vue and React versions we will not use any jQuery dependency. You can check our Angular version that has no jQuery dependency. All our demo layouts core are written in pure JS so it can be easily integrate with Vue, React and Angular.

In the above reply I referred to the default jQuery version as a version that is used by developers who prefer jQuery for their projects. Eventually Metronic will have 4 completely independent versions: jQuery, Angular, Vue and React.

If you need any further clarifications please do let us know.

Thanks.

Hello. There are only one theme for angular?

That’s the point the “near future ” is now is already “we can’t give any timeline but all we can promise is we will do our best to release it as soon as possible.”. Big accomplishment yes but not for Angular user.

Hi,

The reason is that we write code that 70k customers will use and extend. This is not an ordinary B2C project development. And as per customers feedback, we are the best in our niche. Agree that it’s not correct to give any timeline.

Thanks.

70k but how many will buy again..

Congratulations for launch Version 6! I’m still waiting for Vue or React version :)

Hi :),

Thanks a lot! Now time for React and Vue, so except them in the near future.

Regards

Are you gonna release today or in a few days?

Hi :),

Yes, it should be released shortly. We have submitted it for review.

Thanks.

Hello, we have been using the template for a year, on desktop we do not have any problems thankfully, but for mobilsite sign-up page loading is more than 6-7 seconds :(. we got our theme updated btw. is there any way to get our sign-up page faster? is it related with kendos?

Hi,

Please contact our support at support@keenthemes.com and provide your license key as well since our support is provided only to verified buyers with active support subscription.

Thanks.

since its been more than a year that we have been using the template our support subacription is passive is it possible to activate it?

You can active your support if you want the theme support with following policy: https://keenthemes.com/theme-support/

You can contact our support and provide more details. If the problem is related to the theme then our support will help you out.

When are you going to release next major version please?

Hi,

It’s almost here. Yes, we’ve designed a huge amount of Applications. It will take some time to code and we will start releasing them after V6 is launched.

Thank you.

hey, I undestand that neither email app or file upload manager will be included in the next release but maybe in the V6.1 few months later, right? correct me if I’m wrong. last point: I’ve sent you an email to have information before buy (which has been transformed in ticket =/ ), it s very important & urgent. thanks

Hi :),

Sure, we will reply you shortly. Could you please let us know your email ? The mail and other apps will priority for us after releasing v6.0 today. However we can’t confirm any timeline for those features. We will do our best to release them. Stay tuned!

Regards,

Hello, I purchased this theme about 3 months ago. I have not downloaded it at all but the support is only 2 months left. May I know if the support can be extended given that I have not downloaded it? Thank you.

HI :),

Very sorry for the late reply.

You can download the theme anytime you want. The expiration only for the theme support. That means while your support subscription is active you can contact our support and get help if you have any theme related question. However the theme itself will be always available for you to download.

Thanks.

I have an Admin template before, and I used it for a long time. I’m considering to buy another, and your template look good. But I just can see only the dashboard page, I don’t know why. I hope I can see all sub pages before I purchased your template.

Hi :),

You can check our launcher page https://keenthemes.com/metronic/ and select any demo you want. If you want to see the themes all available features please check the default demo: https://keenthemes.com/metronic/preview/?demo=defaault

Thanks.

You will release the update today like you said before?

Hi :),

We are preparing it for release now. We can’t confirm exactly which day but we are almost there. Stay tuned!

Thanks.

Hi, I am using metronic 5 default version, and I want to use Expandable search bar, Kindly assist me ASAP.

Hi,

You can use our online layout builder. Go to https://keenthemes.com/metronic/preview/?page=builder

1) Header > Search Type, set to Expandable Search

3) Click Preview button.

4) Then you can download the HTML partials for that settings

Thanks

I am using metronic v5.5.5, above given url is not valid. Kindly assist me how can I add expandable search rather than dropdown search.

Hi,

Please check on this code. And replace for existing search icon, under div id=m_header_topbar

https://gist.github.com/KeenthemesHub/31661576d642ae646161dff9c0b454ff

Thanks

Hi there, how to set filtered data from AJAX into mDataTable, please? I’m trying something like this, but nothing happens. Thanks.

$("#m_form_status").on('change', function () { $.ajax({ url: 'posts/raw-data', type: 'get', data: {status: $(this).val()}, }).done(function (data) { datatable.setDataSourceQuery(data); datatable.load(); }); });

Hi :)

Please check this demo file. We have example to do filtering in remote server.

/theme/default/src/js/demo/default/custom/crud/metronic-datatable/base/data-ajax.js

To call filter by column

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

Thanks

I can’t download, it’s always stuck at almost finished

Solved.

Great! Glad to hear that :)

is it just templates and is it programmed ?

because I’m apps developer and I don’t have good experince in web languages so I want to build admin panel connect with mysql database for example add data , delete , update and read data.

is it easy for beginner ?

Hi,

1) No, you will not be allowed to use Metronic in your item that is sold in any marketplace.

2) No, one license is limited for single usage(one project/client).

3) During your development you can share the code with your team members, there is no issue.

If you need any clarifications please let us know.

Thanks.

ok I have good experince in php if I buy it now I can publish your source code with my app because buyers need admin panel with app

Hi,

You will need our permission to sell Metronic as part of your stock item. Regular or extended license are limited for one single usage(project/domain/client). For more info please contact our support at support@keenthemes.com

Regards, Sean

Hi there, how can I search for specific date range in mDatatable, please? Thanks!

Great! All the best with your project :)

Hello there, could you be so kind to add the in-range filtration (like between two dates) for the KTDatatables? Right now I’m using custom server filtration, but it has many bugs and loading time is terribly higher. Thank you so much! :)

Thanks for the suggestion. We will consider it :)

how can i download old version (4.x)? this not included in actually download

Hi :),

Please email our support at support@keenthemes.com and provide your license key.

Thanks.

Hi,

You will be launching this week .

thanks

We are doing our best! :)

Hi, My question is that, I am using Metronic theme, and using datatable but I am having issue in Date sorting in datatable, Date are unable to sort properly in ascending or descending order .

I have also emailed you on your support but you didn’t reply.

kindly assist me in this query ASAP

Hi,

In the column option you can pass the column’s type and format, so the datatable can recognize it as date. If it does not work, could you please show us your date value?

{
    field: 'hire_date',
    title: 'Hire Date',
    type: 'date',
    format: 'MM/DD/YYYY',
},

Thanks

Hi

Metronic 5.5.5 – Angular 6

When the user is logged in and opens site.com/login, the site does not load. How should we solve this?

Thanks

Hi,

Was there any JS error in the console log?

Thanks

Can you please show me where I can find the code for the charts? I cant find where they are in the folder

Hi :),

Could you please contact our support at support@keenthemes.com and provide more details, such as, which chart plugin are you working with and which chart you are referring to ?

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.

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