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

Hello.

Metronic is now part of Keenthemes ? IT’s was not the case before right ? Or I didn’t pay attention :)

Thanks,

Hi :),

Metronic was the core part of Keenthemes since the beginning.

Regards, Sean

Hi, I’m using angular 8 with demo 7. I want to know how to change colors to the primary, info, success and other states? Currently, for my development, I have separated the skeleton from the folders that preceded it. That is, I’m just working with the skeleton folder.

Hi :)

It’s ok, you can still generate and compile the css bundle from our tool. In the original source code downloaded from ThemeForest, you will find this folder.

/theme/angular/src/sass/theme/demos/[demo]/_config.scss

You can change the color from scss variable ’$kt-state-colors’.

Then you need to recompile the assets using “gulp” command from /theme/angular/tools.

By right, you will get the compiled assets bundle in the original path in /theme/angular/dist/skeleton/src/assets/

Thanks

I am currently working on user-management and did use the template logic.

But when I update an user the updateUser$ in user.effect.ts gives me the right updated user aswell the loadUsersPage$ when doing a save & exit.

But it doesn’t update the entities in this.store.users.entities doesn’t update.

Can you help me out on this? Can I sent some screenshots to support or something?

Also lastCreatedUserId is always undefined, hope you could help me out.

Hi :)

Sorry for the late response. Can you please send your issue to our support email at support@keenthemes.com. It help us to assign this issue to our dev and you will have direct communication.

Let us know if you need further clarifications.

Thanks

Best template of all. But it’s possible to change the overlaycolor of the BlockUI? its #000000 but the overlay is almost transparent. tks a lot

Hi :),

Thanks for your feedback. The default opacity is 0.05. You can pass a custom opacity along with the background color as shown below:

KTApp.block("my_block_target_element_id", {opacity: 0.2, overlayColor: '#000000'}); 

If you need any further help please let us know.

Regards, Sean

Hi There,

I have purchased this theme and I am unable to find RTL version of same.

Also few files are missing in the bunch ie. global folder under vedor directory.

Duly I tried to contact support panel; it is not working for me.

Pl advise.

Regards.

Hi,

To use the RTL version please refer to the documentation: http://keenthemes.com/metronic/?page=docs&section=rtl-version

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

Hello, I really liked the Template :)

I have 2 questions: 1. How do I put the Rubik font? 2. The upper part i want to turn it from left to right (image: http://prntscr.com/owjxpo)

Hi :)

We use the google font in which you can find the font include in the head tag HTML.

How can we reproduce the RTL issue? https://keenthemes.com/metronic/preview/demo12/rtl/index.html

Thanks

I put the CSS RTL file The menu move to the right

Hi :)

RTL is for right to left site. The menu also will move to the opposite direction.

Thanks

Great job on the new Metronic 6.0.5 !

But I’m having a new issue, Demo10, kt-header__top size changes and keeps on re-adjusting with every scroll up and down … the transition should be smooth, currently it’s not.

The issue can be seen on your live demo, please check and let me know how to make it smooth.

https://keenthemes.com/metronic/preview/demo10/

Thanks

Hi :),

Thanks for your feedback. We will check it further and fix in the next update v6.0.6 that we are going to release in a few days.

Regards, Sean

17 days ago you said: It will be released in 1-2 weeks. We are testing it and preparing for release.

6 days ago you said: We are very close to the release latest by end of this month

17 hours ago you said: Thanks for the appreciation. The react version is almost done and will be released in 1-2 weeks.

which one is true? When will be React version released?

Hi,

Sorry for the delay. Our React implementation depends on many 3rd party core plugins sometimes testing and bug fixing can get unpredictable. We are really close to the release and we will release it soon once it is fully tested and production ready. Stay tuned!

Regards, Sean

Is there a tutorial to integrate the new webpack with Laravel? And, any link to github or gitlab with version 6?

For Metronic v6.x we created a new repository. Please try to register again here: http://keenthemes.com/metronic/?page=github

I cant because the system register me in the 5.5.4 and give me this error “This purchase code has been already registered”

Hi,

Please send your github username and purchase to our support email at support@keenthemes.com

Thanks

npm run build—prod https://prnt.sc/ovs5gn waiting to eternity :( still nothing happened

Completed metronic bundle in 1681.186s!

Hi :)

Metronic has a large files html, js and css assets, in 12 demos. It will take longer to compile all. You can filter which demo you want to compile, or filter to compile by JS only or CSS only by appending in the command option --js=false and --css=false
npm run build --demo=demo1

Thanks

Hi there, when would you add an option of filtering rows by date range for your KT-Datatable, please? Thank you!

Hi :)

Currently, Metronic datatable does not supported date range filter built-in or in local filter. ​ You can do it if you use remote datasource. By using the datatable.search() function, you can pass the date range to your custom backend API and filter the rows in server.

We will consider adding the example for it in the future updates.

Thanks

Hello, I would like to use the KTDatatable like this link https://keenthemes.com/metronic/preview/demo1/crud/metronic-datatable/child/data-ajax.html

but this table is not responsive. Is it bug or is missing any option in jquery to do this?

Thank you in advanced..

Hi :)

It’s a bug. Thanks for your report. We will fix it soon.

Thanks

Hi,

In Angular project. ECommerce-Product-ProductEditComponent. We have “Back” button like this “a [routerLink]=”[’../../’]” class=”btn btn-secondary kt-margin-r-10” mat-raised-button matTooltip=”Back to the products list”“

In my Edit mode with URL /ecommerce/products/edit/123. The Back button works fine to go back to /ecommerce/products.

But in my Add mode with URL /ecommerce/products/add. The back button will navigate to /ecommerce/. As I understand [routerLink]=”[’../../’]” will navigate back to 2 levels up.

Your demo works as expected but I could not reproduce the same in my implementation. What tricky parts/codes did you implement about routing to have this done?

Thanks

Hi,

Thanks for your feedback on this.

We will fix it in the next update very soon. As a hotfix you can use below change In product-edit.component.html

<a class="btn btn-secondary kt-margin-r-10" mat-raised-button="" mattooltip="Back to the products list">
 <i class="la la-arrow-left" />
 <span class="kt-hidden-mobile">Back</span>
</a>

Then in product-edit.component.ts:

goBackWithoutId () {
 this.router.navigateByUrl('/ecommerce/products', { relativeTo: this.activatedRoute });
}

Regards, Sean

Hi, i’m looking for Contact Us page. But i can’t found it.

Best template I worked with, it’s very sad that I can’t use this with React.

Hi :),

Thanks for the appreciation. The react version is almost done and will be released in 1-2 weeks.

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

Your code is a mess this latest update, the code structure is all over the place, which isn’t usual for you, every version always came with clean code. Also, why did you take out the Components menu on every demo preview besides the default?

Hi,

In this update we did a lot of code and performance improvements with webpack for our the angular version. For more info please refer to the updated Angular documentation http://keenthemes.com/metronic/?page=docs&section=angular-overview and the changelog: http://keenthemes.com/metronic/?page=changelog

All angular demos have the components menu. Could you clarify the component menu issue ? For any further update you can contact our support at support@keenthemes.com

Regards, Sean

Hi! Sorry, I should’ve been more specific. I’m talking about the classic version, both the code issues and the Components. In your previews, the Components menu isn’t there. I can send you screenshots of the issues, if you’d like

Hi :)

Can you please send the screenshots?

Thanks

Hi There, please make for cryptocurrency

Thanks for your feedback. We will consider it :)

Hi, I’m using metronic demo 7 with 8 angular I have two queries:

1) I am consuming my own API that shows data in a table, I have already followed the instructions in the Mock Back-end documentation and I can already consume the API, but I get these errors: https://drive.google.com/open?id=1bIA94qNdguFEW5fo1t6zlGP1vZPdP6jc

2) I want to make my own login, how can I do to remove the auth since when I try to remove the ‘AuthService’, the ‘AuthModule’ from the app.module and comment on the route of ‘route:’ auth ’? ... from the -routing.module application I get this error: https://drive.google.com/open?id=1fN6qi3ejynueJkSeLawh8RNV7TjvzIvX

Thanks.

Hi :)

Can you please send your issue to our support email at support@keenthemes.com. It help us to assign this issue to our dev and you will have direct communication.

Let us know if you need further clarifications.

Thanks

hi, how get rid of demo* folders in css and js after glup compile https://prnt.sc/ou6e86 and in created files https://prnt.sc/ou6f4s any best practices or eny configuration to do?

Hi :)

We get rid gulp compile in the next version. Angular now can read directly the SCSS style without gulp compile. This update will be released very soon.

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