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

keenthemes supports this item

Supported

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

12202 comments found.

In your previous file, your input types were listed very nicely. I don’t understand why you’re doing such a ridiculous archiving now. For example, I’m looking for an input type like search select but I can’t find it?

Hello, I wrote to your support, but no feedback was given on the subject.

Hi :),

Thanks for your patience.

No worries, our support staff will check your case and reply you shortly.

Regards, Sean

hi, vue version is that available for javascript?

Hi :),

Thanks for your interest in Metronic. Our Vue version is based o Vue 3 with Typescript. Typescript is not becoming defacto choice for all popular SPA frameworks.

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

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean

I finally have a working version of this working on Blazor webassembly. Feel like sharing this as an open source solution for the community that love metronic just without the javascript or css files (just the HTML as part of the C# components). Are you ok with that?

Hi :),

Thanks for your interest in Metronic! Appreciate for contacting us with the respect.

Could you please contact our support via support@keenthemes.com and we will forward your message to a decision maker.

Regards, Sean

Found issues with some recent items I’m very interested to use: HTML version documentation>

Button Hovers – work on your live preview demo but don’t work in downloaded version. I’ve tried from demo8 as well as demo1.

Bootstrap Maxlength – on both your live preview and downloaded version – the maxlength ALWAYS shows on input field focus and stays until lost focus regardless of threshold or other settings. Only colors and text act as settings tell them to.

Would appreciate any way you could address these. Otherwise loving the features and working with Metronic.

Hi :), ​ Thanks for your interest in Metronic. ​ - As we double check the Button hover effects works fine in the download version as well. Could you please double check it ? ​ - The Bootstrap maxlength works ​the same as the original plugin demos: https://mimo84.github.io/bootstrap-maxlength ​ ​Shortly we are releasing a new update Metronic v8.0.28. ​ For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Regards, Sean

hi, did you delete google map support from metronic 8? I can’t find location picker with metronic 8

Hi :),

Thanks for your interest in Metronic.

Google Maps examples are not included due to license and API usage limitations in demos. You can have look at open source map examples here https://preview.keenthemes.com/metronic8/demo1/modals/search/select-location.html

For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Regards, Sean

Hi I bought this template but the laravel did not come with the .env.example. It does not work for me, do you have any variable that is not in current version of laravel?

Hi :),

The .env.example file is included and you can use it. You can also get it from: https://github.com/KeenthemesHub/Metronic/blob/master/laravel/.env.example

More info: https://keenthemes.com/metronic/?page=github

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean

hello I have a question, I am using Metronic React demo 01, in the dashboard code I can see that they have created a modal window using the library component import {Modal} from ‘react-bootstrap-v5’

but when I go to the documentation I see that they use custom modal with only html, so which one should I use to create my own functionality?

note: from the documentation -> modal does not have how to close the modal

I appreciate your prompt response

Hi,

Thank you for contacting our support.

The first option with import {Modal} from ‘react-bootstrap-v5’ is react bootstrap 5 modals the second is a plane ​HTML bootstrap 5, you can use both these options.

Check react-bootstrap examples in the official doc:
https://react-bootstrap.github.io/components/modal/
and plane HTML bootstrap doc:
https://getbootstrap.com/docs/5.0/components/modal

Regards,
Lauris

Hi, should I build a template before using it or it’s fine to copy one of demo then rename it and start working on it ? Thanks

Hi :),

Thanks for your interest in Metronic.

In your purchased package you will have all demos and you can select one and use it for your project.

For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean

Hi, if we one to add our own react component in a new tab, by adding new icon in the side panel to access that new tab, can we do that? If yes, can you point me to the documentation?

Hi,

Sorry for the late reply.

You can refer to our Metronic 8 doc: https://preview.keenthemes.com/metronic8/demo1/documentation/base/tabs.html

Regards,
Lauris

If anyone is thinking of upgrading version 7 to 8, just don’t do it! Everyting harder and doesn’t work like written in docs.

https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html

Hi,

To get the Metronic v7 version you will need to register for Metronic Github repository following the below instructions: https://keenthemes.com/metronic/?page=github

Upon successful registration you can get access to the Metronic Github repo https://github.com/KeenthemesHub/Metronic and switch to Metronic 7 branch and download it or clone:

If you need any further clarifications please let us know.

Regards, Faizal

Hi,

In case if you still could not download the Metronic v7.x please contact our support via support@keenthemes.com and provide your github username and we will grant you access to the github repo where you can download v7.x. We can also provide you a direct link to Metronic v7.x zip in case if you don’t use github.

Regards, Sean

Hi,

We have received your review that shows you are not happy with the item. We are sorry for that and in case if you are not satisfied with Metronic and do not want to use it you ca request refund using the below form: https://themeforest.net/refund_requests/new 100% refund is guaranteed.

Regards, Sean

When using the laravel version, all jquery plugins stop working when implementing laravel livewire. kindly update

Hi :),

Thanks for your interest in Metronic.

Can you please try to call “KTApp.init();” on livewire load event to initialize the core 3rd-party plugins once the HTML is fully loaded ?

You should call the in-house components initialization method as well:

KTMenu.createInstances();
KTDrawer.createInstances();
KTSticky.createInstances();
For more info please check the in-house components documentation https://preview.keenthemes.com/metronic8/demo1/documentation/general/menu.html

Regards, Sean

Hi keenthemes,

Can you please supply an Ajax server tagify version of this example, please ; https://preview.keenthemes.com/metronic8/demo1/documentation/forms/tagify.html#users

The whole project is on hold because of this feature, it is used in every page modal.

please.

thank you keenthemes.

Hi,

Is this https://github.com/yairEO/tagify#ajax-whitelist what you are looking for ?

Regards, Sean

Yes, exactlly,

I would love to see this implemented in the next Metronic8 as real example. like you did with tagify user list.but remotely.

thank you.

Hi,

Noted, we will consider implementing it in a future update.

Thank you!

Regards, Sean

hi can i get metronic7 bootstrap 4..thank you

thanks sean,, very helpful

Hi keenthemes.. why ktdatatable not working.. alway get message No KTDatatable element exist.

Hi,

Could you show the screenshot of your ktdatatable init?

You can check more examples of ktdatatale in this folder. theme/html/demo1/src/js/pages/crud/ktdatatable/base/data-ajax.js

Thanks

Hello. Can you kindly update the Laravel 8 documentation for latest version ? The paths specified in documentation are not found on distribution package. Instructions are not clear… Thank you.

Hi,

Thank you for your feedback. We will check and fix it as soon as possible.

Thanks

Hi, great job. I currently work with version 7.2.9 and I would like to know how I can update plugins such as datatable, select2, etc.

Thank you so much

Hi :),

To use up to date plugins you should sue Metronic 8 since each plugin update request some integration fixes.

For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Regards, Sean

Hello, when they are going to solve the problems that I reported days ago about the React demo 01 template, my client bought the template and is waiting for them to correct those problems to continue its development, they had said that it was ready for production and it is not. on the other hand I notice that they release updates except for React demo 01.

Hi Hi! Again I was waiting for the error to be accommodated, my client needs to solve this, it seems that they no longer support the demo 01 version react, my client bought this template with the exclusive use of react, and they have time without updating or supporting the errors , we need to give us a date, they can not continue playing with our time.

Hi ,

As I have been updated by the support team, our core developers have fixed the reported issue and the official fix will be released in the next update by end of this week. We also provided you a hot fix for the issue and you can use right away.

For any further clarification please contact our support via support@keenthemes.com

Regards Sean

Hi,

We are so sorry for the delay with the fix.
The bug is already fixed and fix is included into the Metronic v8.0.29, we are planning release for this week.

Regards,
Lauris

Hello there, I need to access version 7 but the github invite doesn’t work. How can I access version 7 of metronic?

Thank you

Hi :),

Thanks for your interest in Metronic

Can you please send your Github username via support@keenthemes.com and we will grant you access immediately.

Regards, Sean

Hi, I think your template is really great. However in Bootstrap 5 version I found that you override a lot of original bootstrap 5 classes. For example I cannot use btn-block because you override it with btn-something-else. It is very taking time because I have to read your documentation again and again. I prefer using the original bootstrap classes because I’m already familiar with it. Is there a way to restore the classes in your template to original bootstrap classes so I don’t need to learn a “new bootstrap”?

Hi :),

Thanks for your interest in Metronic.

Please note that “btn-block” was dropped officially and you can use “w-100” or “d-grid” as per Bootstrap’s official migration guide: https://getbootstrap.com/docs/5.1/migration/#buttons

Metronic extended the Bootstrap classes by not overriding the components’ default features.

Our documentation shows mostly custom and extended features of Bootstrap components. If you encounter any issue please let us know and we will guide you further.

Regards, Sean, Thanks.

sorry for btn-block. my mistake. but I found that btn-outline-* also doesn’t work as it should be. the button has no border

Yes, with outline buttons we needed some workaround. You can add an additional “btn-outline” class in order to use Bootstrap and other extended outline styles: https://preview.keenthemes.com/metronic8/demo1/documentation/base/buttons.html

Hi, For Angular Version, waiting more for completion.

Hi :),

Thanks for your interest in Metronic.

Yes, we are working on Angular version and provide more features in a future updates.

Regards, Sean

I want to use metronic v8 with laravel and vuejs

https://keenthemes.com/metronic/?page=docs&section=vue-laravel-integration https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/laravel.html

However, I tried to install many times according to the 2 links above. I can’t run VueJS version with laravel. I couldn’t find a document like Metronic 7 for 8. How can I install vuejs laravel for metronic 8?

—I would like to point out that I tried the methods in the 2 links above separately.

Thank you.

Hi,

You can find the Vue+Laravel integration doc for Metronic 8 in vue documentation:
https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration

Regards,
Lauris

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