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.

Is there any posibility to let page-sidebar stop flowing on the top of the page contact when page size is less than 991px and let it stay on left side?

*page content

Hi :),

Thanks for your feedback. At the moment this feature is not supported. However we will consider it in a future releases.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hi and thanks for your great effort on the themes, I have a question on the use of the RTL support in Angular version of the Admin themes. Is it already supported or do we need to add it ourselves? If not supported by you already do you plan to add it at a later time perhaps and if so, when? I also have a question on the use of tools for the angular version. Do you use any tools such as Karma or Grunt and if so can you also make their configuration part of the release?

Thanks!

Hi :),

Its supported. You can check it here: http://www.keenthemes.com/preview/metronic/theme_rtl/templates/admin/angularjs/

At the moment we are not using any task automation tools. But we will consider it in a future releases.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hey,

is the mega menu gone in admin4? Could you please add it or at least tell me how to add it back?

I want to switch to the new theme but have a mega menu implemented.

Thank you very much :)

Hi :),

The admin 4 layout purposely does not come with Mega menu. It has the sidebar menu and single dropdown(the action bar) menu in the header.

Thanks.

Hi! Yes, I know. Thats why I’m asking. The design of the layout is really nice and I would love to use it. But I need my (existing) mega menu :) I do use both: sidebar and mega menu ;) But ok, I’ll integrate it by myself.

Hi :),

Noted. We will consider integrating it in a future releases. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Great theme! I’m using it for a project and I’m thinking that it would be nice if you included all the front-end dependencies using bower. That way it would be much easier to integrate with a project build and keep the theme “easy to update”. Thanks.

Hi :),

Thanks for your feedback. We will consider it in a future releases. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Great theme!

Can this be used with wordpress??

Hi :),

Thanks for your feedback. No, Metronic is an HTML theme and its not compatible with Wordpress. If you need any further clarifications please let us know.

Thanks.

Hello and Happy New Year!

In components-rounded.css .input-icon > i (line 2702) sets the width of icon to 16px, thats fine, but i also sets the height to 16px and with that the fa-spin looks really bad, it even doest look that it’s spinning in circle :(

Thanks!

Hi :)

Happy new year too!

Noted. We will check it further and fix it in the next update. In the main time you can override it in custom.css:

. input-icon > i {
   height: auto;
}

If you need any further clarifications please let us know. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hi, I wan’t to change my admin theme to Metronic, can you could direct me to some developer with experience before I buy?

Hi :),

Sorry, at the moment we don’t have anyone to recommend you. I would suggest you to post your project in elance or envato studio.

Good luck with your project!

Thanks.

I’ve found! And will buy the theme now, thx !!!

Great! You are welcome :)

Will there be any version meteor friendly? https://www.meteor.com/ I purchased this template..and it’s quite compliacted, loading tons of files…

Hi :),

Thanks for your suggestion. We will check it further and consider it in a future releases.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hi,

Your theme is awesome, one question. I want the menu (fixed menu) of the corperate site in the one page site. So I can use the one page as home page. I got it in there but on the corperate site you can scroll when the menu is expanded. But in the one page thats the only thing i didn’t get to work. Can you help me?

Thanks in advance!

Hi :),

Thanks for your feedback. I afraid it will not be possible without major changes and modifications. The corporate menu’s menu and one page menu are based on different code so you can’t easily integrate them. However you can try the fixed header layout: http://www.keenthemes.com/preview/metronic/theme/templates/frontend/index-header-fix.html.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Is there a way to color the white text boxes in the New Timeline?

Hi :),

Thanks for your feedback. Yes, you can apply your own styling in custom.css. Just apply a css code to override the timeline input’s default colors.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Can you be more specific? Which classes do I need to alter? And which divs in the page are the correct ones to change?

Hi,

The classes you will need to refer are in the HTML code of the new timeline. If you are using a form input in the new timeline page you can customize it as shown below:

.timeline-item .form-control {
   background-color: #your_color;
   border: 1px solid #your_color;
}

That should be it.

Thanks.

Trying to compile components.scss with gulp + gulp-sass and has throwing errors in _dropdowns.scss on line 32! Then, looking at this file, at line 32, I see a ‘error’!

original: background-color: #fffff;

this line has ‘only’ five ‘f’!

to compile correctly, I have change this line to: background-color: #fff; or background-color: #ffffff;

Hi :),

Thanks for your feedback. We will correct it in the next update.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hi!

Using Admin Theme 1 (3.6.0).

Is there easy way to put badge on central menu? Right now if I put e.g.
<a href="javascript:;">
<i class="icon-diamond" />
<span class="badge badge-danger">7</span>
<span class="title">UI Features</span>
<span class="arrow " />
</a>

It goes after arrow “<”, but I would like to have it before arrow or rather on top of e.g. Diamond.

Thanks!

Hi :),

Sorry, i think i misunderstood your question. Please ignore the above css code in custom.css and just use below HTML code for your parent node:

<a href="javascript:;">
    <i class="icon-diamond" />
    <span class="title">UI Features</span>
    <span class="selected" />
    <span class="arrow open" />
        <span class="badge badge-danger">3</span>
</a>

If you need any further assistance please provide us a link to your page so we can check your code and assist you more effectively.

Thanks.

Thanks! It works!

Great! You are welcome welcome :)

Hi, in layout 4, the top header notifications, alerts, etc, seems to have an inconsistent position (moved down)

If you reload the page the position is corrected.

This issue occurs using Chrome Version 37.0.2062.124 m.

Any thoughts?

Regards,

Roman

Hi :),

Thanks for your feedback. We will release the fix in the next update. In the main time you can try below hot fix in your custom.css:

.page-header.navbar .top-menu {
    display: inline-block;
}
.page-header.navbar .search-form {
    display: inline-block;
    float:left; 
}

If you need any further assistance please let us know.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

button-dropdpwn into last table row, don’t show, because it go below, z-index problem :( there is a solution for this ? tnx

Hi :),

By default the datatable is wrapped with scrollable DIV so it cuts off the overflow part(due to overflow:hidden). As a workaround you can disable that scrollable wrapper DIV by passing a special layout setting for your datatable:

var table = $('#sample_1');

table.dataTable({

    "dom": "<'row'<'col-md-6 col-sm-12'l><'col-md-6 col-sm-12'f>r>t<'row'<'col-md-5 col-sm-12'i><'col-md-7 col-sm-12'p>>",

    "lengthMenu": [
        [5, 15, 20, -1],
        [5, 15, 20, "All"] // change per page values here
    ],
    // set the initial value
    "pageLength": 5,
});           

For more info please refer the comments in assets/admin/pages/scripts/table-managed.js

If you need any further assistance please contact our support at support@keenthemes.com and provide us a link to your developing site.

Thanks.

Hi,

I have purchased metronic already. But I sense that the Angular version features is not like the HTML.

How can I make the two versions exactly the same?

Thanks.

Hi :),

Thanks for your feedback. To integrate the entire HTML versions feature in the AngularJS version you will need to integrate each feature one by one. However we tried to put some samples that demonstrates how the HTML version features can be integrate in the AngularJS version. For more info please refer to ‘angularjs/js/app.js’ main script where the routing and lazy loading js and css are defined. For more info please check below links:

https://angularjs.org/ https://github.com/angular-ui/ui-router https://github.com/ocombe/ocLazyLoad

If you need any further clarifications please let us know.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello,

Any ETA on the Email Templates?

Thank you!

Hi :),

Thanks for your feedback.

Sorry, we can’t give any clear ETA at the moment. But we will try to release it as soon as possible. Possible in the next update in a few weeks.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

What kind of SaaS support does the theme have?

Hi :),

For the admin themes css we used SASS CSS extension language. For more info please check http://sass-lang.com/

Thanks.

please check Data Tables in RTL version , it is unsorted components !

Hi :),

Thanks for the feedback. We will check it asap.

Thanks.

When do you fix it ?

Hi,

Can you please provide us the URL or screenshot for the issue ?

Thanks.

Hi,

Have you come a cross a complaint that after actual file upload to the server the file upload component is not functional anymore (preview etc.)?

Thx,

i meant fileinput component…

Don’t bother, found a solution. Thx

Great! Please let me know if you need any further assistance.

Menu icons crash on firefox, as i read on comments i changed security.fileuri value to false, but will you update the theme about this problem.

Hi :),

Actually this is not the theme’s issue. This is the browser’s default behavior. If you open the theme from a webserver(localhost or production server) everything will be fine as the issue is caused only when you open theme directly from a file.

If you need any further clarifications please let us know.

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