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

hey, just discovered there seems to be no class control for m-xs (mt-xs etc) or p-xs (pt-xs etc)... is it by design ?

Hi,

Yes, by default “xs” is set to 0. You can use “sm” as a smalless breakpoint value as shown here: https://getbootstrap.com/docs/5.0/utilities/spacing/

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

Regards, Sean

Hi,

Please could I ask what the ‘Post’ div is for, that wraps the content div? (It’s on all pages)

As shown below:

<!--begin::Content--> <div class="content d-flex flex-column flex-column-fluid" id="kt_content"> <!--layout-partial:layout/toolbars/_toolbar-1.html--> <?php echo $this->toolbar; ?> <!--begin::Post--> <div class="post d-flex flex-column-fluid" id="kt_post"> <!--layout-partial:layout/content/_default.html--> <?php echo $this->content; ?> </div> <!--end::Post--> </div> <!--end::Content-->


The reason I ask is we’re using the Laminas (Zend) framework with the MVC model and it would be much simpler to

Typically we’d find a toolbar would be unique to each page or content, but with above design we’d have to inject the toolbar into the layout within the controller instead of passing it into the content view.

IE putting the toolbar within <?php echo $this->content; ?>

Any help with what the Post section does would be really helpful in deciding is we can do this?

We’re currently in the process of moving from Metronic 7 to Metronic 8, 7 doesn’t have this issue.

Thank you! Regards Jamie

Hi :),

The “post” div is uses to separate the page text(e.g: content) from the topbar. The “post” class is not defined in CSS so you can rename or use that div without “post” class. However that DIV can not be removed from the markup since it’s required when you have the toolbar enabled.

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

Regards, Sean

Hi,

I think I’ve discovered a couple of glitches with the Metronic 8 builder.

a) On selecting a light aside theme and default minimised, the aside exported as dark and expanded as default.

b) Selected Content as Fluid, but exported as fixed

<div id=”kt_content_container” class=”container”>

I tried a couple of times, resetting in between exports.

Here’s an example export:

http://digitallines.net/downloads/metronic_html_v8.0.9-1621464004.zip

This is my complete selection:

Main tab
Loader: no

Header tab
Desktop Fixed: yes
Mobile Fixed : yes
Menu icon: SVG
Width: fluid

Toolbar tab
Display toolbar: yes
Layout: Toolbar 1
Desktop Fixed toolbar: yes
Mobile Fixed toolbar: yes
Width: fluid

Aside tab
Theme: Light
Menu icon: SVG
Fixed: yes
Minimise: yes
Default Minimised: yes
Hoverable: yes

Content tab
Width: fluid

Footer tab
Width: fluid

Finally, quick question, are there are there plans for dark header ?

Thank you! Jamie

Hi,

We have deployed the layout builder fix. Could you please try now?

Thanks

Hi Thanks for your quick response, I can confirm the fix has worked! Thank you! Jamie :)

Hi,

Glad it worked. Feel free to let us know if you need more help :)

Thanks

Hey Guys,

Do you have any idea when the Vue 3 version will be coming? I’ve just started a project using Vue2/Bootstrap 4 and am wondering to hold off until you release the next version?

Thanks

Hi :),

I would recommend you to hold off a little bit. We are preparing Metronic 8 + Vue 3 + Typescript update it should be released within the next week. For more info please contact our support via support@keenthemes.com

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

Regards, Sean

i followed blazor documentation and able to run the app… but i have 2 questions, 1. how to set up its routing 2. will resources will be share over all components?

Hi,

1)In Blazor, you define routes using route templates. You can define a route template by adding the @page directive to the top of a component.

For example:

@page "/" 

<h1>Hello, world!</h1>

Welcome to your new app.

Check Blazor official doc for more info.

2)Yes all connected resources will be shared over all components.

Regards,
Lauris

Hi Team, will it worth to wait for Metronic 8 Angular version.. I am working on a small web app which is I started with metronic 7 angular (Demo1). But if there are some great features coming as part of M8, I am happy to wait.

Also regarding the HTML version, if I use that for my angular application, does all the components compatible with Angular or is it a wrong decision to use html template for angular

Hi :),

We are working on it with a high priority and we will do our best to release Metronic 8 with Angular 12 within June with lots of enhancement, such as, performance improvements, typescript support, layout optimizations, ready to use AUTH flow implementation with real REST API, native core plugins, etc.

The HTML version mostly uses jQuery plugins and only pure JS plugins can be reused in Angular. However Angular comes with Google Material UI components that can be replacement for the most of the HTML verion’s features.

If you need any further help please contact our support via support@keenthemes.com ​ Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes/

Regards, Sean

Hello, Just want to let you know that the Metronic 8 builder doesn’t work properly, 1. the font icon for both menu and header wont populate after downloading the export(still seeing the SVG icons). 2. Chat drawer is not included on the exported download

Hi,

We have done test the layout builder and export. We could reproduce the issue that you have mentioned.

Could you please send the screenshot?

This is our test file. https://drive.google.com/file/d/19yUQCw_0azJGCkKxmIpdjpJtAcHxnj3q/view?usp=sharing

Thanks

Hi,

Could you please try to reset the layout builder first. Then click “Preview”, then please retry to export.

Thanks

Hi. When can we expect Angular version for Metronic 8?

Hi :),

Thank you for dropping by a line.

We are working on it with a high priority and we will do our best to release Metronic 8 with Angular 12 within June with lots of enhancement, such as, performance improvements, typescript support, layout optimizations, ready to use AUTH flow implementation with real REST API, native core plugins, etc. ​ Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes/ and check our market for other amazing products coming soon: https://keenthemes.com/

Please follow us at http://twitter.com/keenthemes to stay updated.

Regards, Sean

Perfect, thank you.

You are welcome :)

Documentation missclick.

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

Setup Theme Dependencies:

Point number 2. Copy following code and paste it into file scripts.js.

....... ....... // Layout base js window.KTApp = require(’./js/layout/app.js’); window.KTLayoutAside = require(’./js/layout/aside.js’);š <-

This caracter “š” shouldn’t be here.

Hi,

Thank you for your feedback.

It is a typo, we will update it in an upcoming release.

Regards,
Lauris

Hi, Please support Blazor WebAssembly, i already try to adapt blazor server to blazor webassembly and i’am getting errors, missing little things here and there and when rezising the window i get a lot of error, saying cannot update() with null value.

i like this theme, but i only want css and html from it, since the objective is to renew the UI of the application that already exist and it must be ultra light weight and fast as possible.

It is possible to release a ultra light weight of this theme? Blazor WASM if possible.

Regards.

When i say css and html only its like a seed project, only sidebar (hide/show), navbar (search dropdown etc…), without complex plugins and other stuff, only the basics to start writhing C# in razor pages.

Hi,

Have you used our Blazor doc?

Regards,
Lauris

Hi team,

When i am running the command “npm run dev” with Laravel8 and metronic 7 i am getting this error :

ERROR in ./resources/js/src/router.js 9:13-43 Module not found: Error: Can’t resolve ’@/view/layout/Layout’ in ‘F:\2020_WorkingArea\laravel_metronic\resources\js\src’

ERROR in ./resources/js/src/router.js 507:15-62 Module not found: Error: Can’t resolve ’@/view/pages/auth/login_pages/Login-1’ in ‘F:\2020_WorkingArea\laravel_metronic\resources\js\src’

ERROR in ./node_modules/vuetify/lib/presets/default/index.js 2:0-39 Module not found: Error: Can’t resolve ‘sass-loader’ in ‘F:\2020_WorkingArea\laravel_metronic’

ERROR in ./resources/js/src/App.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | <router-view></router-view> | </template>

ERROR in ./resources/js/src/view/pages/Builder.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <!-begin::Notice->

ERROR in ./resources/js/src/view/pages/Dashboard.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <!-begin::Dashboard->

ERROR in ./resources/js/src/view/pages/custom_pages/CustomPages.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | <transition name=”fade-in-up”> | <router-view></router-view>

ERROR in ./resources/js/src/view/pages/custom_pages/Profile.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <!- Error demo pages -> | <template> | <transition name=”fade-in-up”>

ERROR in ./resources/js/src/view/pages/plugins/Cropper.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <template> | <transition name=”fade-in-up”> | <router-view></router-view>

ERROR in ./resources/js/src/view/pages/plugins/Treeselect.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <!-begin::Notice->

ERROR in ./resources/js/src/view/pages/vue-bootstrap/Alert.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <!-begin::Notice->

ERROR in ./resources/js/src/view/pages/vue-bootstrap/Badge.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | <transition name=”fade-in-up”> | <router-view></router-view>

ERROR in ./resources/js/src/view/pages/vuetify/Alerts.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | <v-app> | <transition name=”fade-in-up”>

ERROR in ./resources/js/src/view/pages/vuetify/forms/Autocompletes.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | | <template> | |

ERROR in ./resources/js/src/view/pages/wizard/Wizard-2.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | |

ERROR in ./resources/js/src/view/pages/wizard/Wizard-3.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | |

ERROR in ./resources/js/src/view/pages/wizard/Wizard-4.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | |

ERROR in ./resources/js/src/view/pages/wizard/Wizard.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <!- Wizard demo pages -> | <template> | <transition name=”fade-in-up”>

webpack compiled with 83 errors

I tried to apply this fix found in the comment but still having the error :

mix.webpackConfig({ output: { chunkFilename: ’js/[name].js?id=[chunkhash]’ }, resolve: { alias: { ‘vue$’: ‘vue/dist/vue.runtime.esm.js’, ’@’: path.resolve(__dirname, ’resources/js/src/’) }, }, })

Thnaks in advance for your help.

Hi,

Please kindly refer to my previous reply for Laravel version of Metronic v8.

Regards, Sean

Hi team,

Thanks a lot for the reply. I will wait for the new release :)

Regards, Ben

Hi Team,

Just Now I have Purchased.

I have impressed this elements and features or components

https://preview.keenthemes.com/metronic/demo3/index.html

But In the React very few features :

https://preview.keenthemes.com/metronic/react/demo3/dashboard

Kindly concentrate and upgrade accordingly into react as well.

Thank You

Hi,

The default HTML version uses mostly jQuery plugins and those plugins are not compatible with React however the React version uses Material UI library which provides various native React components. Please note that you can reuse the from the HTML version’s static HTML/CSS elements in your React app version.

If you are not satisfied with the theme you may request a refund. Full money back is guaranteed.

If you like to continue using it, for any further help clarification please contact our support directly via support@keenthemes.com

Thanks, Sean

Hi team i am facing this error when tring to integrate metronic in laravel 8 : Unable to locate Mix file: /css/app.css.

Thanks in advance for your help :)

Hi :),

We would suggest you to wait for the official Metronic 8 Laravel version release hopefully within the next week. Proper integration with Laravel requires a lot of work and time so we will make for our users for free. I hope you can wait and try our amazing Laravel solution very soon.

Regards, Sean

Hi team,

Thanks a lot for the reply. I will wait for the new release :)

Regards, Ben

You are welcome! :)

Hi, I couldn’t see most of the things in the React demo like Calendar. When i buy it, does it all come together in react?

Hi :),

Thanks for your interest in our theme – Metronic. Metronic 7 React version uses Material UI React library and it has fully feature paid Calendar component. After purchasing Metronic you can use that Calendar component by purchasing it separately.

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

Regards, Sean

Where i can find and download figma file for the template design ?

Hi :),

Thanks for your interest in Metronic.

Figma file for Metronic 7 is available in the theme package under “design” folder. For Metronic 8 we will provide the Figma file soon(at the moment ETA is not known).

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

Regards, Sean

Do you have a similar referrals in Metronic 7 as this https://preview.keenthemes.com/metronic8/demo1/account/referrals.html

Thanks!

Hi :),

Thanks for your feedback.

The referrals and other new pages are available only for Metronic 8 with Bootstrap 5 support. Please consider using Metronic 8 with the latest Bootstrap 5 integration.

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

Regards, Sean


Hey :)

We have been working on some amazing stuff and shortly we will be releasing:

1. New Pages:

– Team.
– Licenses.
– Sitemap.

2. 3-rd Party Plugin Integration:
– Clipboard.js
– AmChart Charts.
– AmChart Maps.
– AmChart Stock Charts.

3. Updates & Improvements:
– Blazor Integration docs.
– FormValidation v1.8.0.
– User Management app.
– Subscriptions app.
– Customers app.

Next up:

1. Demo 1 Laravel:
– Full layout integration.
– Layout Builder.
– Menu generation from config.
– Fully Functional Authentication.
– Sign-in, Sign-up and Password Recovery pages.
– User Profile and Accounts pages.

2. Demo 1 Vue 3 with Typescript support:
– Composition API.
– Full Layout Integration.
– Fully Functional Authentication.
– Sign-in, Sign-up and Password Recovery pages.
– User Profile and Accounts pages.
– Layout Builder.
– Element Vue 3 UI Library integration.

3. More:
– Demo 2 HTML.
– Demo 3 HTML.
– Demo 1 React v17.
– Demo 1 Angular v12.

Stay tuned on endless updates to empower your projects!

Regards, Sean

Awesome theme guys, is it possible we can have access to Figma or sketch files of the design of metronic 8?

Thank you!

Hi :),

Thanks for your feedback.

For Metronic v8 we will provide the Figma file very soon. We are preparing it now and it should be released with the upcoming updates.

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

Regards, Sean

Hi Guys, any update on this, we need the Figma File.

Hi,

Yes, it is postponed a bit, however we will try to complete it at soonest. It will be complete Design System.

Thank you.

Hello team. Angular demo2 view is not updating on API calls. Could you let me know what is the error.

Hi rs_rls.

For increasing performance in Metronic Angular, we chose ChangeDetection Strategy OnPush.

Try to follow the doc: https://alligator.io/angular/change-detection-strategy/ In your case, in constructor add private param: ‘cd: ChangeDetectorRef’, then in your subrscribe result call ‘this.cd.detectChanges();’

Regards, Keenthemes support

Hi Keenthemes,

Little bug, i Guess :

1 – On “User’s Schedule” Panel it appears that DateTimePicker month selection is not droping down for month selection in the Modal ON “Add Schedule” button: https://preview.keenthemes.com/metronic8/demo1/apps/user-management/users/view.html

2 – Same thingin the same page on “User’s Tasks” Panel : https://preview.keenthemes.com/metronic8/demo1/apps/user-management/users/view.html

Thank you.

Hi :),

Thanks for informing this. We will check it further and provide the fix in the next update if needed.

Appreciate your contribution with continues feedback and suggestions.

Regards, Sean

You welcome, no problem Sean ;)

I knew my theme support is expired.

but I haven’t been able to sort things out with the bank and so, specially after the what is happenin in the globe right now. but once It settle down and all of this (what happend) desepear, I will renew (Promess).

thank you

Hi :),

Noted, no problem at all. All the best with your projects!

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