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

keenthemes supports this item

Supported

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

12220 comments found.

Badly needed demo/Youtube video of how to implement Metronic in connecting database admin dashboard. Please help

Hi :)

To implement Metronic with a real data, you need a basic knowledge in server side scripting to serve as the API and provide the data from your database to your client side frontend UI.

For example in our datatable data came from our sample API backend scripts. It can be found in the folder /docs/api_reference/datatables/demos/, written in PHP. Those scripts only provide the data in JSON format, the datatable call it via http request and read the data in JSON.

We will start publishing video tutorials soon.

Thanks

Thank you for this awesome admin theme. I’ll be waiting for v6 before I start on my project since I need Angular 7 support. Is there any time frame when it will released?

Hi :),

Thanks for your feedback.

We are doing our best to release v6 in a few weeks in January. Stay tuned!

Thanks.

Hi, I downloaded version 5.5.5. But after i compile the resources. Bootstrap-select box is bigger than before.

Before compile : https://ibb.co/Wnc5cmL After compile without changing anything : https://ibb.co/XLV51B8

Thanks

Hi,

Thanks for your feedback. We will double check this issue and included the fix in the next major update v6.0 that we are planning to release in a few weeks. Stay tuned!

Thanks.

I’m trying to build my nav using demo 8. What is the difference between m-menu-link-redirect=”1” and no m-menu-link-redirect tag?! What does m-menu-link-redirect=”1” do?

Hi :),

You can ignore(or remove) this tag as it was used only for the preview demo purposes.

Thanks.

hi, how datatable columns width auto ? (for Local Datatable)

Hi :)

Please try to remove any width param in the columns option.

Thanks

var DatatablesBasicBasic={init:function(){var e;e=$(”#m_table_1”).mDatatable({ columns:[ {field:”Tarih”,title:”Tarih”,sortable:!0,textAlign:”left”}, {field:”FaturaNo”,title:”FaturaNo”,sortable:!0,textAlign:”left”}, {field:”IslemTuru”,title:”IslemTuru”,sortable:!0,textAlign:”left”} ], data:{saveState:{cookie:!1}}})}}; jQuery(document).ready(function(){DatatablesBasicBasic.init()});

Hi :)

We have this know issue when the columns are less. It should work if you have enough columns that fills the row. We will fix this issue in the next updates.

Thanks

Hi , I want this dashboard but It doesn’t have enough charts, do you give us extra charts in purchase version, Also do you give us the template on Angular 7 or not ? Please explain it completely

Hi :)

Most sample charts we did implement from 3rd party plugins. You can also get the sample code from default version for your angular. More charts will be added in the next version soon. Stay tuned!

Thanks

Hello!

I am using Angular demo, and I am trying to add Jquery UI to get the ‘resize’ function, but I keep getting this error.

“ERROR TypeError: jquery__WEBPACK_IMPORTED_MODULE_4__(...).resizable is not a function”

I added a custom function to the file to check if it is getting hit, and it worked a simple alert worked in the same file.

Can you please help me out.

Regards!

I already had installed this.

Got the same result..

I have pretty much tried everything, but this gives the same error.

Can you try adding it on your end? Check if it works?

My steps are simple.

1) I ran “npm install—save @types/jquery” first. 2) then “npm i—save jquery-ui” 3) I tried running in after this, without the type jquery, but it gave the same error. 4) npm install—save @types/jqueryui 5) I got the same error.

Is there anything I am missing – Can you please try installing and running jquery-ui on your end?

PS: Does this have to be in a ticket – or are these comments fine?

Regards!

I also tried importing jqueryui or jquery-ui

i get the error “import ‘jqueryui’;

Module not found: Error: Can’t resolve ‘jquery’ in ..\node_modules\jqueryui’

Hi :)

Can you try to cast the jquery object like this?

(<any>$('#resizable')).resizable();
https://stackoverflow.com/a/24984067/1316921

Thanks

$(‘body’).append(‘ ‘); var url = ($(this).parents(‘table’).attr(‘data-url-edit’)) + ’?id=’ + ($(this).attr(‘data-edit-id’)); $(’#modelEdit’).load(url); $(’#modelEdit’).modal();

动态远程获取model 内容并且显示出来,内容显示出来了,但是,模态框的事件全部失效了,请问如何解决

很多例子都是 替换 modal-body的内容,能不能整个模态框都重建

Hi,

Sorry, we could not clear with your requirements. What do you mean by “events of the modal box are all invalid”.

Thanks

been wanting to get this template for a while now, great work!

Thanks a lot for the purchase! All the best with your projects :)

你好,Vue.js 版本预计在几月份发布?或者有任何切确的发布时间?这将决定我是否购买你们的主题,谢谢。

Hi :),

Thanks for your interest in Metronic. We are considering Vue.js version and it should be out by Q2 of 2019. Stay tuned!

Thanks.

我使用mdataTable的时候,ajax返回的数据已经排好序了,不需要前端再排序,但是现在显示的数据却是又重新排了序,但是我在js中是没有排序的。 sortable: 0,

Hi,

Please send your full mdatatable option. We will check it further. Check your columns option, if there is any sorting param. Please try to remove it.

Thanks

I still can’t dealing with this version of metronic . I started using the program years ago but this version I can never handle. Where is the HTML files ? I don’t have any experience with angular and can’t install it even after read the installation instructions . Can you help me to use it ! and for your information I am developing a (asp.net) website (web forms) not (MVC) !

Hi :)

If you are integrating Metronic into your own framework (asp.net), you can use default version which contains plain HTML, JS and CSS. You does not need the Angular version.

Thanks

Ok but also the default version does not contain all of the internal pages that coming with metronic !

Hi :)

Some plugins does not support for Angular. For example jquery plugins. You can copy the HTML from default version to the Angular. Both is using similar css file. More contents will be added in the next Angular version.

Thanks

我使用datatable的时候,数据能正确显示,但是就是报: vendors.bundle.js:1 Uncaught TypeError: Cannot set property ‘data’ of null at gA (datatables.bundle.js:1) at cA (datatables.bundle.js:1) at oA (datatables.bundle.js:1) at BA (datatables.bundle.js:1) at RA (datatables.bundle.js:1) at P (datatables.bundle.js:1) at HTMLTableElement.<anonymous> (datatables.bundle.js:1) at Function.each (vendors.bundle.js:1) at _.fn.init.each (vendors.bundle.js:1) at _.fn.init.B [as dataTable] (datatables.bundle.js:1) 这个错误,我配置什么都是对,但是就是报这个问题

Hi,

Please share how did you init the datatable and how do we reproduce this issue?

This might help with the related error message; https://datatables.net/forums/discussion/40946/uncaught-typeerror-cannot-set-property-data-of-null-in-datatable

Thanks

I have Metronic V5.5 via my purchase of AspNetZero license. I cannot find the user cards UI samples in the demo? Is this feature available in V5.5 or not? I was using this in my app with Metronic 4 and this is critical for my app. Thanks!

Hi,

Thanks for your support. Those user cards were in the old Metronic 4.x and they were not included in v5.x. However we will consider releasing new user card and other new site elements in v6.x version right after launching the next biggest update v6.0. Stay tuned!

Thanks.

Are the CSS classes to recreate user card still part of V5.5? Can you share any options I have to get them recreated in some fashion with my existing version. As I cannot wait until you release V6 and then AspNetZero team upgrades to V6 on their end. I fear that maybe a long way away.

Hi,

Sorry for the late reply. No the user card components are not in v5.5. You can recreate them by referring the ones included in the old version.

Thanks.

Hello.. i want some info about purchase and use this theme if today i purchase this theme from you and after this i develop application with this theme and if i sell my application develop with metronic design then is i need pay again and again every time i sell my application ?

Hi :),

Thanks for your interest in Metronic. Yes, for every sold copy you will need to purchase a separate license. One license is limited one for usage. Please note that if your end product has charging model then you will need to purchase the extended license instead of the regular license. If you need any further clarifications please let us know.

Thanks.

Hi! thanks for awesome theme. Does this theme is all right with RTL mode in angular 6? scroll on accordion causes right bar (menu) to move right and hide at the end. If metronic does not has this problem we will buy this. :)

Hi :)

We have confirmed this issue does not exist in Angular 6 in Metronic v5.5.5

Please note, you need to add these attributes to the html tag.

<html direction="rtl" style="direction: rtl;">
...

Thanks

Thanks a lot .

Thanks. Let us know if you need any further helps.

Thanks

We also need V6 released, or we’ll buy another theme. We need a concrete date for personal release, we can not start working on v5.5 and then having to redo everything in v6 again. Do you have the official release date? Thank you.

Great!!

How about sending a print of how it’s getting to the Metronic V6 so we can have a tasting? :)

Hi :),

Unfortunately we can not share the code before official release. It is still under heavy development.

Thanks.

Could you provide an example of select2 as small input. I have tried form-control-sm and form-group-sm but it is not working.

Hi,

Unfortunately at the moment the select2 size options are not supported. We will consider implementing it in a future update. Stay tuned!

Thanks.

When version 6 will be released

Hi :),

We are doing our best to release it in 3-4 weeks. Stay tuned!

Thanks.

ok I bought :)

Great! All the best with your projects!

Hi. If I purchase the theme as part of your New Year Mega Sale, will it be version 6 that will be made available for download? I’ve had a look at the demo and it does not seem to be that different. Please confirm.

Hi,

You will be able to download actual version only. At the moment it’s Metronic 5.5.5. After Metronic v6 is released, you will be able to download Metronic v6 only. It’s same for all customers, no matter when the theme been purchased.

Feel free to ask if we can help you with anything else.

Thank you.

Hi. I think you’ve misunderstood my question and response. Unless v6 will be released in the next week, I don’t want to start working with v5.5.5 and then have to do all the work again because v6 is completely different. I know that I get lifetime updates with themeforest themes. For me, the effort for the work required is more important than the discount you’ve offered on the price at the moment, so I would much rather wait. Do you have a date for the release of v6? Thanks.

Hi :),

Sure, you can purchase Metronic anytime you wish. We are doing our best to release it in 3-4 weeks. Please stay tuned!

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