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,111 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, can I join GitHub? My github username is: wacsai . I previously ordered Metronic in 2016, I continue to buy 6 months of support today. But I am at https://keenthemes .com/metronic/?page=github added an error: This purchase code has been already registered

Hi,

We have checked, username wacsai already registered, but haven’t approved yet. Can you please try to go to this links? Github must be logged in using account wacsai .

https://github.com/KeenthemesHub/Metronic-Default https://github.com/KeenthemesHub/Metronic-Angular

Let us know if you still have issue viewing the links.

Thanks

Thank you, I have joined GitHub via the link below.

Glad it work. Thanks

Hey.. Thanks for an awesome theme… I can’t seem to make multiple Metronic datatables work on the same page.. Is that not supported?

Hi :) Please check this file. /theme/default/src/js/demo/default/custom/crud/metronic-datatable/base/record-selection.js

var datatable = $('#local_record_selection').mDatatable(options);<br />
var datatable = $('#server_record_selection').mDatatable(options);

Thanks

Ohh, thanks..that sorted it out :-) Is there any way to call back when the json responds with an error? now it always just tells “no records found” – but for instance if my login token expires, I get a 401, and would like to ie. redirect to login page or state a custom message instead? :)

Hi :) The datatable does not have error response callback. We will consider adding it. Thanks

PreSales – When are you planning to release all demos in angular? When are you planning to update the same to angular 7?

Hi,

We will start releasing them after we release Metronic v6 in a few weeks. Stay tuned!

Thanks.

Hello sir, can i build loyalty point system for my restaurant using this script ? or booking tables for reservation with sms confirmation ????

Hi :),

Thanks for your feedback.

Basically to utilize Metronic in your custom site or application you will need some experience in end to end web development since this theme is not for non-developer users. Metronic is basically an HTML theme(built with HTML, javascript and css) without actual functionality(the database integration and application business model). The actual implementation is responsibility of buyers. Usually any web applications/systems contain of 2 layers:

1) Design and Frontend UI(html, css, javascript)

2) Actual system implementation using a server side language such as PHP or Java, and database engine such as MySQL or Oracle.

So our Metronic theme, as an HTML theme helps you with the step #1. The step #2 will be responsibility of the buyers as every buyer has own requirements and system specification.

If you need any further clarifications please let us know. For more info you can check our FAQ here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes ;)

Also you may like checking some of our partnership projects:

Thanks.

Hi, I need to ask about nested tab, I having issue using line tab, I am using line tab inside line tab which is nested. but when we click tab so other tab is overlap that tab.

Hi,

Can you please send screenshots and your code to reproduce it? We will check it. Please send it to support@keenthemes.com

Thanks

ok I sent issue screen shot on your given email.

Noted, thanks :)

Version 5.5 and Classic, how can I see and point directly to CSS & JS files without the use of bundling. I just download the latest version today and I still do not see individual CSS file or JS files? Without using mixins too?

Hi,

Can you please double check your downloaded source code? Or try to get a new one and check. By right, it should have these files under this directory.

/theme/classic/demos/demo6/assets/demo/base

scripts.bundle.js
scripts.bundle.min.js
style.bundle.min.css
style.bundle.rtl.css
style.bundle.rtl.min.css

Thanks

Can you explain how these are setup?

:root { —blue: #007bff; —indigo: #6610f2; —purple: #6f42c1; —pink: #e83e8c; —red: #dc3545; —orange: #fd7e14; —yellow: #ffc107; —green: #28a745; —teal: #20c997; —cyan: #17a2b8; —white: #fff; —gray: #6c757d; —gray-dark: #343a40; —primary: #5867dd; —secondary: #ebedf2; —success: #34bfa3; —info: #36a3f7; —warning: #ffb822; —danger: #f4516c; —light: #f8f9fa; —dark: #343a40; —breakpoint-xs: 0; —breakpoint-sm: 576px; —breakpoint-md: 768px; —breakpoint-lg: 992px; —breakpoint-xl: 1200px; —font-family-sans-serif: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, “Noto Color Emoji”; —font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, “Liberation Mono”, “Courier New”, monospace; }

Hi,

Is it from vendors.bundle.css file?

It’s from bootstrap sass file for default version. /tools/node_modules/bootstrap/scss/_root.scss

vendors.bundle.css is the output file from sass file and using gulp build tool.

Let us know if you need more clarifications.

Thanks

Hello I opened my site for test site : modoopj.com

Should I buy regular license ? pls tell me thx

Hello,

Seems you have already bought a license. As per Envato license terms a single license can be used for a single copy of your end product. The license type depends on your end product charging model. If your end product charges its users(e.g. monthly subscription fee) then you will need to use an Extended license. Otherwise a Regular license if fine.

Please feel free to ask if we can assist you further.

Thank you.

HI keenthemes,

Metronic 5.5.5 RTL :

Trying it on your live website.

1 – When clicking “Notifications” the dropdown menu appears like you have clicked on “Quick Actions”. here’s the screenshot : https://ibb.co/ipDTpf

2 – The arroww of the top nav bar of submenu, have to be inverted, here’s a screenshots : https://ibb.co/mokcFL

Hope to see it in hte next update.

You’ve made an amazing job on the RTL.

Thank you so much keenthemes

Hi riterix :)

Thanks for your feedback. Noted that. We will fix and include it in the future updates.

Thanks

You welcome.

Thank you

hi Do you work well with WordPress? Is it possible to install to your way ? To be we guarantee the quality of its work this plugin with the site without any errors

thanksss

Hi :),

Thanks for your feedback.

Basically to utilize Metronic in your custom site or application you will need some experience in end to end web development since this theme is not for non-developer users. Metronic is basically an HTML theme(built with HTML, javascript and css) without actual functionality(the database integration and application business model). The actual implementation is responsibility of buyers. Usually any web applications/systems contain of 2 layers:

1) Design and Frontend UI(html, css, javascript)

2) Actual system implementation using a server side language such as PHP or Java, and database engine such as MySQL or Oracle.

So our Metronic theme, as an HTML theme helps you with the step #1. The step #2 will be responsibility of the buyers as every buyer has own requirements and system specification.

If you need any further clarifications please let us know. For more info you can check our FAQ here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes ;)

Also you may like checking some of our partnership projects:

Thanks.

hello guys, any plans for React? if so any release data? it would be really awesome

Hi :)

We are working on it and in the early stage of doing R&D. At the moment its a little bit early to announce the ETA.

Thanks

Hey there! Would love the Vue.js version! Also: Do you offer paid individual customizations for your customers? Does “native” VueJS version mean, that there’s no jQuery?

Hi,

Yes, Vue.js version is in our roadmap. We are in the early stage of doing R&D. Yes, it will be native without jQuery dependency.

Please feel free to ask if you have more questions.

Thank you.

Awesome! Also, do you offer paid individual customizations for your customers?

Hi,

Yes, please kindly send your request through this form: https://keenthemes.com/hireus/ and our custom development team will contact you shortly.

Thank you!

I purchased Metronic 5 for a new project and am looking to use the demo11 layout.

I’m looking for a way to add a hamburger to the nav bar to toggle/collapse the left-aside menu to only show the icons and back, similar to what was possible with Metronic 4.

I can’t seem to figure out how to best do that with Metronic 5. Any suggestions?

Hi :)

Could you please send the screenshot to our email support@keentheme.com?

Thanks

Hi, can you let me know when the React version is estimated to be available? If you can give me a rough date I’ll consider waiting for it. Thanks, Rob

Hi,

At the moment we can’t inform any ETA. Probably it will be out after the near year. Stay tuned!

Thanks

Hi, I want to change footer style so How Can I change? Because I want to increase footer height.

Hi,

First you will need to install the build tools and you can check the footer layout through the sass files. Please refer to the documentation and in the “src” folder find “sass/layout/footer/” folder and customize the sass code further.

Thanks.

Hi, can I confirm that to launch my own SASS application which has many compnies loging into it, I need to purchase 1 Metronic extended license?

Hi :),

Yes, if you are launching one SAAS application then you will need one extended licenses. If you need any further help please let us know.

Thanks.

Which font you use for the Metronic logo? Thanks

Hello,

We are using Museo Sans(https://fonts.adobe.com/fonts/museo-sans) font. Our logo comes as a rasterized version of this font. You can use font itself within your creative cloud account or purchase it separately. For more info, please kindly refer to https://helpx.adobe.com/fonts/using/font-licensing.html .

Please feel free to ask if we can assist you further.

Thank you.

Where can we configure the buttons that are shown on top of textareas, with the Wysihtml5 editor? In what page/script are the toolbar buttons defined? Right now it shows default buttons, but I would like to add for example the link-button. Thanks!

Hi,

You can check the plugin’s documentation here: https://github.com/jhollingworth/bootstrap-wysihtml5

In our demos we used it with the default configuration.

Thanks.

Hi

When I try to connect to real API, i get this error: ‘angular headers: HttpHeaders, status: 404, statusText: “Not Found”’

I have set ‘isMockEnabled: false’ , but it seems ‘angular-in-memory-web-api’ is blocking something from connecting to real server.

as mentioned here: https://stackoverflow.com/questions/42321466/angular2-404-not-found-for-url-http-localhost-webapi2-api-hero

What should I do?

Thanks

Hi, Can you to remove this file app.module.ts?
HttpClientInMemoryWebApiModule.forRoot(FakeApiService)
We will try to find a better way to disable ‘angular-in-memory-web-api’. If you are using skeleton project, the ‘angular-in-memory-web-api’ already have been removed.

Thanks

Thank you so much for the reply.

The problem was not with ‘angular-in-memory-web-api’. the ‘isMockEnabled’ had done its job. The problem was not from the great Metronic.

The problem was from APS.NET side. When we did what mentioned at https://enable-cors.org/server.html, the problem solved.

Also after that we switched to ASP.NET Core, and there were no such problem.

Thanks again.

Hi :) Glad you have fixed it. Let us know if you need any more helps. All the best! Thanks

Hi there. How to increase the icon size (Font Awesome, Flaticon, Line Awesome, Socions), what class I need to use? Thanks.

Hi,

You can use the global icon size helper classes as shown below:

class="m--icon-font-size-sm1" 
class="m--icon-font-size-sm2" 
class="m--icon-font-size-sm3" 
class="m--icon-font-size-sm4" 
class="m--icon-font-size-sm5" 
class="m--icon-font-size-lg1" 
class="m--icon-font-size-lg2" 
class="m--icon-font-size-lg3" 
class="m--icon-font-size-lg4" 
class="m--icon-font-size-lg5" 

Thanks.

Thank you, Please add that details in the doc page.

Also, I saw “Last update : 11 December 18” in the item details. What update details are they? do you have change log page?

Hi :),

Noted. We will update the doc with those details. You can check the changelog here: https://keenthemes.com/metronic/?page=changelog

Thanks.

Hi, In metronic 5 have bootstrap multiselect options?

Got it, Thank you.

You are the most welcome :)

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