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

keenthemes supports this item

Supported

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

12208 comments found.

Hello! I want to convert the HTML version to Angular, is there something I should be aware of? how to start some main functionality.

Hi :),

Thanks for your interest in Metronic. Metronic already has the Angular version and you can preview it here: https://preview.keenthemes.com/metronic8/angular/demo1 If you need any further clarifications please double check it’s documentation here: https://preview.keenthemes.com/metronic8/angular/docs/quick-start

Regards, Sean

Yes, but it is from demo 1 and I would like to convert demo 9 into angular, can it be done?

It would require some major work, but you can try to refer to demo1 and freate demo 9 app. We will do our best to release those pending demos as soon as possible.

When installing to laravel gives me ReferenceError: plugins is not defined error after running npm run dev

Hi,

Have you run “npm install” first, before “npm run dev”?

Thanks

I can’t unzip the downloaded theme. I’ve tried it on both windows10 and linux (“unzip” command), but both fail to unzip. Please give me an immediate solution.

Hi,

Thanks for your interest in Metronic.

Metronic is a large theme with over 1GB zip file, Can you please retry it with https://www.7-zip.org/

If you need any further clarifications please contact our support via support@keenthemes.com

Regards, Sean

Hi keenthemes,

I know that select2 is a pain in the but to work with and I messed up somewhere, but do you know why my select2 is not rendering in the right side when in RTL mode ??? although it works great in LTR mode.

here’s a screenshot : https://ibb.co/4fBWxt8

I did everything that an RTL env require (html dir=, even dir=’RTL’ for select2) everything, but without luck.

All my RTL layout works just fine, except select2.

I know I didn’t gave you some code, it’s complicated select2 rendring,, Server Side Actually.

NB : Used your method that you did in Select2 in Metronic7 (Supply the template in html, and catchup it in js as Metronic 8 ) but I don’t thing that it does matter much..

thank you guys.

Hi,

Can you check your webpack or gulp build config if select2 is included in the rtl conversion ?

Regards, Sean

It seems that select2 is already skipped in rtl, here’s my ‘gulp.config.js’ of the concerned section : rtl: { enabled: false, skip: [ "select2", "line-awesome", "fontawesome5", "nouislider", "tinymce", "sweetalert2", ], },

Hi,

The thing is it works in the original theme and the issue seems to be in your page. If you can send us the test link(via support@keenthemes.com) to your page we can take a look. Otherwise you will need to double check the origin theme and compare your code to find out what is missing.

Regards, Sean

Hello, in my client’s script I am trying to use Firebase cloud messaging and it returns an error

the same thing happens to me with OneSignal This is the error ¨The script has an unsupported MIME type (‘text / html’). ¨

Any solution?

Hi,

Thank you for getting in touch with us.

Firstly check out the StackOverflow page regarding this error: https://stackoverflow.com/questions/49566059/service-worker-registration-error-unsupported-mime-type-text-htm

Then can you please verify that error is related to our codebase? Try to reproduce it in the latest Metronic v8.0.31 react demo1.

You can get the latest version from our GitHub repository.

Regards,
Lauris

hi, actually the problem was with the Metronic React DEMO 01 template, since I did the integration of firebase -FCM in a new project (TS) and it worked perfectly.

on the other hand doing tests, determine that the problem is in the “homepage”: “metronic8 / react / demo1 /” in package.json file

what it determines is that app.tsx uses the basename of the index.tsx USA : const {PUBLIC_URL} = process.env

so my firabse serive worker didn’t see the file: firebase-messaging-sw.js

therefore my final solution was to place Homepage” in the package.json file and now my application can read my Service Worker.

Now, having said all this, was it a correct solution? I will not have problems in production or development to rename the homepage?

I hope I have been clear and also collaborate with some suggestions ..

Yes this is a correct solution since in our case we are hosting theme on metronic8/react/demo1, but you should specify the path of your host.

You can read more about the “homepage” property in the official doc: https://create-react-app.dev/docs/deployment/#building-for-relative-paths

Regards,
Lauris

Hi I’m getting the following message when login ‘The login detail is incorrect’ I’m using react demo1 and also I use Mobx with react is there any way to remove redux easily from the demo1?

and one thing more there is no starter kitt avilable

thanks

Hi,

To login successfully use account “admin@demo.com” and password “demo”.

To remove redux you need to delete redux initialization from file react/demo1/src/index.tsx and then you will need to rewrite auth redux module in folder react/demo1/src/app/modules/auth/redux.

Sorry at the moment we do not have react starter kit, we will consider to add it in upcoming future.

Regards,
Lauris

Hi keenthemes,

You can’t edit or write numbebers in the Time Flatpickr on boostrap modal even date/month selects for Date flatpickr version in Modal.

The flatpickr is useless in Bootstrap Modal. Lots of people complaining in the github about it, the bug itself is from years ago…

Even with the removing of the tabindex=”-1” it doesn’t work…

Can you guys suggest or implement another solution.

NB : Our App is massively based on Bootstrap modals, and a lots of date and time inputs. (it feels weired to not be able to write numbers in Time pickrs in bootstrap modals and use instead the arrows.)

thank you guys.

Hi :),

As there is no known fix on the net we are digging the Flatpicker source code to find out the issue and apply some workarounds without changing the source code. This may take some time and if we are lucky we will provide the fix in the next update along with other improvements and fixes that we have already done since the last update.

Regards, Sean

That would be great since I based all picker on flatpickr already, include it deeply in our app, hook it with the languge system, and so on, it is deeply integrated to our app,

It would be so hard to change to another solution. but if we are face too, we don’t have a choice..

thank you Sean, Thank you so much.

Sure thing, thanks for the feedback appreciate your contribution!

It seems to be some issue with Metronic 8, Select2 and Input groups – even in docs site in mobile view. Elements are wrapped to next line – please look at attached screen. https://i.ibb.co/WKb0R97/screen1.png

Also, when selected option is long, a Select2 field is expanded out of the box (instead of truncate text in select field) https://i.ibb.co/6rWcWWL/screen2.png

Hi :),

Please try to add the overflow hidden class to the select2 input parent container:

class="overflow-hidden flex-grow-1" 

Regards, Sean

It seems that it fixed a problem :) Thank you

Glad to hear that :) All the best with your projects!

How to use Select2 in Angular 12?

Hi,

Select 2 is a jQuery plugin and to use it with Angular you will need to include jQuery in your angular app. If you need any further clarifications please contact our support via support@keenthemes.com

Regards, Sean

Hello! how to update laravel version assets with html assets ?

Hi,

The issue was caused by @popper v2.11.0 plugin update. You can use the last stable version for Metronic in package.json

"@popperjs/core": "2.10.1",

And remove node_modules and yarn.lock files from the tools folder and rerun yarn.

We will release the official fix shortly.

Regards, Sean

Thank you Sean, with version 2.10.1 it’s working perfectly

Great! Thanks for helping to detect this issue :)

I am trying to use Metronic 8 with Angular, I have an issue creating my first page. I am always staying in the Login page /auth/login although I have added my new page in the routing.js. is there any tutorial on how to work with Angular and Metronic 8 perhaps ?. The file structure seems to be different in demo1 Thanks Domnic

Hi,

Please add the page route in this file. demo1/src/app/pages/routing.ts At the moment, we have no tutorial for Angular yet. We will consider adding it in future updates.

Thanks

Thank you that works.

Glad it worked :)

Thanks

Hello, I sent an email request for the Figma file along with my purchase code. Please let me know. Thank you

Hi,

Sorry for the late reply. May I know your email address just to make sure if we sent you it.

Regards, Sean

Hi, How can I turn off or hide the block at the end of the process? my code: https://jsfiddle.net/4e0n6c3u/

blockUI.release(); ok not now problem. Sorry

Hi :),

Noted, glad to hear that

Regards, Sean

hi, is there jsx version of metronic 8 react.

Hi :),

Thanks for your interest in Metronic. Our Metronic React version is available only TS format.

If you need any further clarifications please let us know.

Regards, Sean

where should i look for this restriction before buying product.

Hi,

We will update the item page main banner with this info. Thanks for pointing out. Nowadays Typescript is now becoming defacto language for React and Angular/Vue as well so support it following to this demand. Please contact support@keenthemes.com for more info.

Regards, Sean

Dears , Angular App in dashboard component when call api and fetch data in dashboard.html (*ngIf) not updating when variable changes angular.

can you help please.

Regards

Hi,

We used onPush change detection strategy for performance. You can disable this by removing changeDetection: ChangeDetectionStrategy.OnPush.

Or you can use below code to manually update the UI render. ​
constructor(private cd: ChangeDetectorRef) {}
  refresh() {
    this.cd.detectChanges();
  }
https://www.digitalocean.com/community/tutorials/angular-change-detection-strategy

Thanks

Hi Sean, do metronic supports Blazor Web Assembly? It runs fine in Blazor Server though. Thanks

Hi :),

Thanks for your interest in Metronic.

At the moment Metronic does not support Blazor Web Assembly.

But the server side Blazor is well supported.

Regards, Sean

Hi ,

We are developing after purchasing a nice template.

https://preview.keenthemes.com/metronic/vue/demo1/#/dashboard" Demo1 on the page above seems to be different from the downloaded example, but I leave an inquiry to ask where I can see or use it.

And I want to see the user management’s role management page, which is also not in the template file I received. How can I access these data?

Please check. Thank you.

+For your information, the template version I received is “metronic_v8.0.29”.

Hi,

The link you provided is Metronic 7 but by default in the zip file we include the latest version of Metronic 8.

You can check the preview of Metronic 8: https://preview.keenthemes.com/metronic8/vue/demo1/?_ga=2.181302055.1410581411.1638197076-1635915368.1606869404#/dashboard

If you need Metronic 7 you can contact our support via support@keenthemes.com and ask for access to Metronic 7 repo.

Regards,
Lauris

Do we have separate plugin for select picker? (HTML version) We want to use selectpicker instead select2, please provide separate plugin for the same.

Hi,

Unfortunately Bootstrap Select does not support Bootstrap 5 yet. In the meantime you can use Select2 with fully compatible with the Bootstrap form controls and states: https://preview.keenthemes.com/html/metronic/docs/forms/select2

Regards, Sean

Still not received bootstrap select in Metronic 8 update. Please do the needful

Hi,

Please note that Bootstrap Select does not have an official stable version for Bootstrap 5. yet Current version https://yarnpkg.com/package/bootstrap-select is not usable with Bootstrap 5.3.0. We have tried it but did not work with Bootstrap 5.x dropdown component.

Regards. Sean

Hello! because layout 9 and 17 ARE EXACTLY THE SAME

Hi :),

Thanks for your feedback.

The layout might look quite similar but the style and color scheme is quite unique.

Regards, Sean

Hi Guys. Great job. I love your theme. I see your Figma design is outdated. Its missing demo 13 and above. Any idea when the design will be updated? Thanks!

Hi Sean, I haven’t received a response back from the support team. Could you please check with them? Thanks!

Hello,

We are upgrading our Figma file at the moment and we send it within today. Thanks for your patience.

Best regards, Bob

Thanks Bob! We really appreciate it.

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