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,680 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.

Hi, when I run “ng serve” command in the angular theme, it shows this warning and how can I stop the error?

- Generating browser application bundles…(node:3956) [DEP0111] DeprecationWarning: Access to process.binding(‘http_parser’) is deprecated. (Use `node—trace-deprecation …` to show where the warning was created)

HI Modern_Themes,

Use the LTS version of NodeJS (current is 14.x) and follow installation instruction: https://keenthemes.com/metronic/?page=docs&section=angular-installation

Regards, Keenthemes support

Hi,

How can I initialize a dynamically created image input control without the data-kt-image-input attribute after the page has been initialized?

Thanks!

Hi :),

You can just use below constructor:

var element = document.getElementById('my_input_control');
var input = new KTImageInput(element);

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

Regards, Sean

Thank you! :)

You are most welcome :)

Hello guys, What is the release date to angular version with metronic 8 ?

Hi :),

We are working on it and we are targeting to release it within July.

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

Regards, Sean

Please give me the access for the private github repository. my github username: amanu092@gmail.com

Hi :),

Done. Please kindly check your email.

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

Regards, Sean

Hi Team,

I really like Metronic 8 HTML theme. When can I expect the Angular version of it? I actually have to start a project and would love to go with Angular Metronic 8 (atleast for the basic). Could you please tell an estimated release date so that I can plan my project?

Thank you. Really love the work you guys are doing :)

Can I get an answer for this question please?

Hi :),

We are working on it and we are targeting to release it within July.

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

Regards, Sean

Hi, I have some issues about the vue-router and javascript being disabled.

In router.js, when I specify parameter to the route (e.g. /user/:slug?), I noticed that it does not load all the images and when I check in the google developer console’s network tab, it says “We’re sorry but metroniic-app doesn’t work properly without JavaScript enabled. Please enable it to continue.” and when I remove the parameter it works fine. Any idea why this happen?

and also, may I ask if some of the HTML Theme features,pages,cruds, and components will be soon available in Vue template? If so, are there any estimated timeline (as this will speed up my project sprint)?

Hi,

1)Can you please make sure that you have registered your route correctly?

Here is an example:
{
   path: "/your/:path",
   name: "your-name",
   component: () => import("@/views/YourComponent.vue")
},

2)Yes, now we are working on adding new pages into vue version. Sorry at the moment there are no estimates of when all pages will be ready, we are planning to include new pages within each Metronic update.

Regards,
Lauris

When will be the next release?

Hi :),

We are preparing it and targeting to release it within this week.

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

Regards, Sean

Hello. If you’ll excuse me, I would like to ask a few questions.

Will KTDatatable be available in version 8? Will all the modules in Version 7 be included in Version 8? What will happen in version 8 that is not in version 7 We desperately need Shopping and Social Networking screens

Hi :),

Thanks for your interest in our theme – Metronic. In Metronic 8 we will be using Datatables.net plugin for the CRUD and other advanced datatable requirements. Other v7 features will be moved to v8 with regular updates.

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

Regards, Sean

Hi keenthemes,

It would be great if landing page has those fonctionalities :

1 – Languge dropdown (as in Admin theme)

2 – Search icon (once clicked, appears input off canevas, as in metronic)

3 – Contact form.

Thank you

Hi :),

Thanks for your feedback. Noted, we will consider it in a future updates.

Regards, Sean

We would really appreciate if you spped up also the demo6 realease and Calendar. Pleasse

Thank you so much Sean.

Hi team, can you let me know if the form repeater existing in metronic 7 (https://preview.keenthemes.com/metronic/demo1/crud/forms/widgets/form-repeater.html) is existing in the version 8 ? If not, do you have an idea when it will be available ?

Thanks in advance for your help :)

Hi :),

Thanks for your interest in Metronic.

We will consider implementing it in a future update. At the moment we can’t confirm the ETA. However if you need it urgently you can proceed by installing the jquery repeater plugin using yarn and add it into the bundle and use it as you used in v7. For any further help please contact our support via support@keenthemes.com

Regards, Sean

Will there be more Metronic 7 Laravel templates released in the near future? Seems like the focus has completed shifted to the newer bootstrap template.

Hi :),

Thanks for your feedback. Our future major updates will be for Laravel 8 and Bootstrap 5. We still support Metronic v7 and provide fixes and improvements for sure. However for long run we would suggest you to use the new Metronic v8 for your upcoming projects

For any further clarifications please do let us know.

Regards, Sean

Waiting for M8 Demo3 is there any date you can share it with us ?

Hi :),

Thanks for your interest in Metronic. We will be releasing those pending demos soon. At the moment we can’t confirm the ETA

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

Regards, Sean

Hi, how can I remove your fake login feature and directly go to dashboard when opening the root URL?

I mean in angular template

Hi Modern_Themes,

The doc about back-end mocking: https://keenthemes.com/metronic/?page=docs&section=angular-mock-backend

All internal pages with layout are guarded by ‘AuthGuard’, you can remove ‘canActivate’ property for Layout module in ‘src/app/app-routing.module.ts’ file, but for internal components, you also have to comment/remove Authorization dependencies.

Regards, Keenthemes support

the print preview in thermal printer selected has upto 3m empty gap at top and same at bottom printing one simple voucher in 5-6 m paper, plz check the screenshot, how to fix it is there any solution? http://i.prntscr.com/vOWAW75ZQyaVJj3E_bcq9g.png its fine in A4 size and other size printers but big problem in thermal 80mm printer

Hi,

Can you please contact our support via support@keenthemes.com and provide more details ? The above image URL seems not accessible.

Regards, Sean

Hi there – is Mertronic suitable for building a PWA? Either in React or VUE version I imagine. Thank you.

Hi :),

Thanks for your interest in Metronic.

Yes, sure. For VUE you can send this doc: https://ionicframework.com/docs/vue/pwa

For any further clarifications please contact our support via support@keenthemescom

Regards, Sean

I bought Metronic package . the Angular projects are all using version 11, my aws_amplify components are not working with version 11 , Do you have demo3 that supports angular version 8 or 9? . Please let me know

Hi :),

Thanks for your interest in Metronic.

Please email us your GitHub username and we will grant you access to our Metronic repo so you can check it from Metronic’s previous versions.

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

Regards, Sean

Will you offer it for Codeignter in future?

Hi :),

Thanks for your suggestion. We will consider it.

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

Regards, Sean

Hi,

Yes, we use Jetstream for the authentication

Thanks

Are you sure that jetstream authentication? I don’t see the reference in the composer.json
laravel / jetstream
laravel / sanctum

Where can I view the documentation of the laravel project?

Hi,

My mistake. The authentication we are using is laravel-breeze instead of the jetstream.

Here is the documentation https://laravel.com/docs/8.x/starter-kits#laravel-breeze


The Metronic laravel documentation can be viewed here; https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/build

Please let us know if you need help with it.

Thanks

I bought metronic laravel 8 with bootstrap 5, but I see it very incomplete. Does not include the 150 + fully funtional pages, the 12 demos Can you help me, please?

Hi,

Thanks for your interest in our theme – Metronic.

The Laravel integration only provides the core solution and other features can be integrated based on buyers demand by reusing the code from the HTML version. Other demos will be enabled for Laravel in the near future but referring to Demo 1 you can implement other demos you need them urgently. If you need any further help please contact our support via support@keenthemes.com and provide more details.

Regards, Sean

Just wanted to say a huge thank you for your constant Vue updates. I’m managing to stay on top of the updates in my project using WinMerge. Are there any new features planned for the Vue template?

Hi :),

Thanks for the appreciations.

We will be releasing more demos, pages, apps and plugins to make Vue more advance and complete.

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

Regards, Sean

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