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

is it Possible two Ckeditor to use on same Page?

Hi :),

Yes, should be possible. For more info you can check the plugins official documentation: http://ckeditor.com/

If you have any further clarifications please let us know.

Thanks.

hi there,

there is a problem with admin4. i just read a few comments and noticed that there are some issues with it.

in my opinion, what made you guys stand out is exactly those demo pages. it would be great to have admin4 fully working with all demo pages.

any idea on when you are planning to come up with the demo?

thanks

Hi :),

Thanks for your feedback.

In the demo we released 2 pages for the admin 4 layout just to demonstrate the new layout which is fully compatible with Admin 1, Admin 2 and Admin 3 theme pages. If you are using Admin 4 then you can embed any features that you seen in the content area of Admin 1, Admin 2 and Admin 3 themes.

However we will consider your suggestion in a future release.

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

Thanks.

How do I fix the compact sidebar style in admin2 template?

Hi :),

Thanks for your feedback.

You will need to apply “page-sidebar-menu-compact” class to the sidebar as shown below:

<ul class="page-sidebar-menu page-sidebar-menu-hover-submenu page-sidebar-menu-compact" data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
...
</ul>            

If you need any further assistance please let us know.

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

Thanks.

Are there any Color Themes that you haven’t released in the demos? Anything not flat themed?

How hard would it be to leave elements of the color picker theme panel in the page for use by users? Would the menu have to be built twice in the code or is it a matter of class change?

Hi :),

Thanks for your feedback.

All the available color themes are released in the demos. Basically when user selects other theme color from the panel only the theme color css file will be reloaded(each theme color has own css file). No other changes will happen in the html.

If you need any further clarifications please let us know.

Thanks.

@paulsheldon refer to Change Log ( Item 14) in the Documentation.

metronic_v3.x.x/_documentation/admin/

where x is your correct version number.

I hope this helps

You are welcome

Thanks Simua for the help :)

It would be nice to have a view-able fix of changed files and bug fixes for each new release. This would avoid the massive upload of a new version and allow us to only update the parts of the theme that have changed.

Simua thanks for the reply, thats a great find…

I have a dropdown-menu inside tabbable-custom-profile

the dropdown is not the topmost item hence if the tab’s height is less than the dropdown-menu’s height, the menu gets cut off. Can you help with a css class or custom css to override this effect?

Thank you

Temporarily, I have added the following to my custom.css:

.tabbable-custom{ overflow: visible; }

Please let me know if this is a good fix, if not can you recommend something better?

Hi :),

Nicely done. In the main time this can be a good workaround. We will check it further and consider fixing this in the next update very soon.

If you need any further assistance please let us know.

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

Thanks.

Hi can you please provide me the CSS to alter the Left Sidebar width ASAP.

Hi :),

I would suggest you to modify it using SASS files. You can follow “9. SASS Support” in the theme documentation(‘_documentation/admin/index.html’) and change the sidebar width variable ’$sidebar-width’ in ‘theme/sass/admin/layout/_variables.scss’ and compile ‘theme/sass/admin/layout/layout.scss’ using KoalaApp tool as explain the doc.

If you need any further assistance please contact our support at support@keenthemes.com

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

Thanks.

Hi I am not using the SAAS in my application. Please provide the normal CSS to update the sidebar-width.

Hi :),

Providing your CSS files for changing the sidebar width can be quite complex. You will use the SAAS files to change the layout.css file with your prefered sidebar width. The result will be modified layout.css file and you don’t have to use SAAS files in your application. SAAS files are used only for development and the result is always pure CSS.

Please follow the above instructions and try to implement it. If you need any further assistance please contact our support at support@keenthemes.com and provide your Metronic version.

Thanks.

First, I apologize for this question, as it is NOT a flaw with your template (which I love!!). However, I’ve done some customizations and when I scale down to a mobile device size (640 px), the sidebar menu doesn’t appear on click. Could you direct me to the CSS / JS which initiates the dropdown. Again, apologies, and I’ll accept an answer of “you broke it, you fix it”.

Hi :),

I would suggest you to revert back the changes and start applying your customization step by step. Thus you can track the error.

if you need our further assistance please send us(support@keenthemes.com) a link to your developing site so we can inspect your code and advise you further.

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

Thanks.

Hi,

How to customize it without having updates overwritting my work ?

My angularjs project requires this folder structure /static/backend (admin website —/assets (metronic’s assets dir) —/. rest of the admin3 angular js files (js, tpl, views, etc)

To achieve this, we moved the files in backend and updated their content to replace ”../../assets” by “assets”

How to make the update without having to reorganize or update/replace file contents ?

Thanks

Hi :),

Thanks for your feedback.

The update process has to be manual since we can’t predict how each buyer utilizes the theme. In your case you will need to use the latest version as base and reintegrate it from scratch and merge back your own code.

If you need any further assistance please let us know.

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

Thanks.

Ok. So, in my case, I’m considering using git.

Your code will be in one branch, our code will be in another, the static folder will represent the merge of them both, and when you update, we’ll have to rebase our code’s branch.

That is not the easiest way, but it’s the more accessible to us for now.

Let us know if you have a better proposition.

Now you can reintegrate the latest version first. Then for further updates you can pull only the changed files by following the changelog for each new update. The change log will be available in the admin documentation under “_documentation/admin/index.html”.

Hi :),

Thanks for your feedback. We will fix it right away. Admin 4 layout demo comes without the demo pages. However with Admin 4 you can use any template page, plugin or components from from admin 1, admin 2 and admin 3 demo pages.

If you need any further clarifications please let us know.

Thanks.

Hi keenthemes! Very beautiful work !!! One question: in the new admin4 folder, why there aren’t the other .html files? I see in the folder only the 2 index files (standard and extended)...

Thank’s Mattia

Hi :),

Thanks for your feedback.

Admin 4 comes without the demo pages. But you can use any plugins, components and templates pages from Admin 1, Admin 2 and Admin 3 demo pages. Admin 4 is fully compatible with other admin themes.

If you need any further clarifications please let us know.

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

Thanks.

So i can copy/paste the other pages in the admin4 folder… It’s only a css/sass update :)

Thanks a lot i follow you on Twitter..

Mattia

Hi :),

Yes, exactly!

Thanks

We bought this template to use for our new web App, we have modified our release date 3 times because the authors of Metronic keep coming up with “Must Have”updates that we just can’t ignore. This template was one of the wisest decisions our team has ever made. Metronic rocks!

Hi :),

Many thanks for the warm words. We are really glad to know that Metronic is being useful tool for your development. Of source, this is not the last one. Endless amazing updates in the queue.

Thanks!

Would you please implement all assets url with variables in sass, so we can customize it later when we compile this theme with sass?

Hi :),

Thanks for your feedback. Noted. We will consider it in a future release.

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

Thanks.

Loving the Admin 4 Layout…Is it still possible to use the Quick Sidebar in Admin layout 4?

Hi :),

Thanks for your feedback. At the moment the quick sidebar is not implemented for Admin 4. But we will consider it in a future release.

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

Thanks.

how to install this? =/

**Newb alert

Hi :),

Thanks for your feedback.

Metronic is an HTML theme and you don’t need to install it. Basically you can just drop the theme into your web hosting or local web server and access from browser. Metronic provides you just html templates without actual functionality. The actual implementation is responsibility of buyer. Basically web applications 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 on 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 ;)

Thanks.

Is there any example in PHP script, and has some model of tables for ecomerce, I’m starting and I’m having work, especially as regards the creation of ecomerce tables

Hi :),

Thanks for your feedback.

Metronic is an HTML theme and this is not in the Metronic’s scope and server side implementation is responsibility of buyers.

If we can assist you with anything else please let us know.

Thanks.

Have you thought about a gantt chart?

Hi :),

If you need this feature urgently you can take a look at this plugin: http://taitems.github.io/jQuery.Gantt/. You can integrate it with Metronic and use it without any issue.

If you need any further assistance please contact our support at support@keenthemes.com

Thanks.

Hi there, Im thinking of purchasing this theme, Just have a few questions before hand:

1. If I buy it with the regular licence and decide in the future I want to sell the site on as a product, is it easy enough to extend from a regular licence to an extended licence? Or would it mean I would have to purchase the extended licence from themeforest and start the site from the beginning?

2. Would it be applicable to have a form built into the site, where once the data of the form has been filled in it would be able to turn the numerical data into the charts within the theme?

The theme looks great!

Thanks a lot Tom

Hi :),

Thanks for your interest in Metronic.

1) Themeforest licenses do not allow(even the extended license) to use the theme in end product that will be sold. In this case you will need to attach a regular license for each sold copy.

2) No, this feature is not implemented. This and other custom features you will need to implement yourself.

For more info you can check the FAQ: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

If you have any further clarifications please let us know.

Thanks.

Hello,

I’d like to ask you, how can I use the new feature “Popover Confirmations” with AngularJS ? I mean, how can I use callbacks via scope or somehow :)

Thanks!

Hi :),

The AngularJS implementation for Bootstrap Confirmation is not available. But you can check below article for integrating jquery plugins with AngularS scope: https://amitgharat.wordpress.com/2013/02/03/an-approach-to-use-jquery-plugins-with-angularjs/.

For ajax modal + AngularJS implementation you can check below links:

http://www.grobmeier.de/twitter-bootstrap-modal-angular-js-29082012.html#.VIcG_zHfrIU http://stackoverflow.com/questions/18168505/how-to-load-json-data-from-an-ajax-call-in-angularjs-bootstrap-modal

I hope the above links will be helpful. Good luck with your project!

Thanks.

Thanks! It’s quite easy now when I look at it :)

Great! Glad to point you out. Good luck with your project! :)

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