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

Hi keenthemes :)

I noticed that video (showing forest) played in the slider in one page doesn’t appear on iphone and ipad. Do you know what may be the reason?

Thanks for your great work, Best :)

I just read that autoplaying videos on touch devices is disabled intenotially by developers: http://stackoverflow.com/questions/20499341/html5-video-autoplay-on-mobile-browser. In that case, is there an easy way to replace video with image when the user is using a touch device?

Hi :),

I can’t think of any easy way for implementing this. We will need to check this further and maybe we can implement it in a future release. In the main time you can hide the video slide based on mobile width by applying “hidden-sm” class. For more info about the responsive classes: http://getbootstrap.com/css/#helper-classes

Thanks.

Hey, I have this template for a while and I notice you update it frequently (which is good, don’t get me wrong). But since I already used it in my project, everytime you post an update I need to rewrite a lot of code to catch up with your updates.

Is there any way to know what exactly did you change? Like detailed change log with changed code or anything?

Got it, thank you very much. :)

By the way, I’ve checked out the change log, that’s good enough :) A simple use of any merge software and I’m good to go.

Great! Glad for you. If you need any further assistance please let us know :)

Waiting for admin 3 :)

Please, you have a date to release?

Thanks

Hi :),

We are preparing it for the release. It should be out in a few days.

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

Thanks.

How much is few days, any idea?

Hi :),

Sorry, we can’t give the exact release date. We will release it as soon as possible in these days.

Thanks.

Can I use multiple designs for same site? I mean that allow on the admin page switch between the admin and admin 2 layout.

Hi :),

It has nothing to do with the theme itself. You will need to do it in your server side level by generating the pages based on selected theme.

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.

I mean use both at same time, allow the user on his profile to switch between themes.

Hi :),

You will need to handle this through the server side code. If you selects “Theme #2” then your server side script will generated the page based on the selected theme’s html templates.

Basically Metronic is an HTML theme but it is not fully functional admin system or web application. 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

Thanks.

Hello, how can I align to the center the rows ? For example let’s say that I only want 2 persons showing on the team, if I remove one the others two will stay align to the left, and I wanted them centred. How can I do that ?

Thank you! And hou can I put $nRows instead of 2

I have this php code

$conn = new PDO;

$nRows = $conn->query(‘select count(*) from T_USERS’)->fetchColumn();

echo $nRows;

I changed the file to .php and it worked ;)

Great! :) Good luck with your project! :)

Hi :),

You can try to put the map container in the page content inside: commented part.

<!-- BEGIN PAGE CONTENT-->
<div id="gmap_basic" class="gmaps" style="margin: -20px -20px" />
<!-- END PAGE CONTENT-->

And also remove the page title and breadcrump blocks from the page.

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,

Is this a jquery theme? Can we have AngularJs theme?

Thanks Gowtham

Hi :),

Yes, this is Bootstrap and jQuery based theme. The AngularJS version will be released soon in the near future.

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

Thanks.

Thank for this amazing template. I was wondering if there’re someway to make a new line in editable table. In fact, when I put inside a long text, x-scrollbar appears to the table ‘cos

cannot break the line…. Thanks in advance

Hi :),

Thanks for your feedback. Sorry, i could not understand your question. Could you please clarify it with more details ? If you can provide some screenshots that would be very helpful. Any further details you can send to our support at support@keenthemes.com

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

Thanks.

Hello Metronic,

i’m using metronic 3.1. I’m trying to display modal dialog when users click on help on top horizontal bar. When i did, dialog does display but it goes behind the main content page. Please see the screenshot below

http://postimg.org/image/z3vloiqfx/

any help would be greatly appreciated

Thanks in advance

Hi :),

Please double check the modal’s code following the bootstrap moda’s documentation here: http://getbootstrap.com/javascript/#modals At the moment we can’t comment much without looking at your developing page or its code.

Thanks.

hi , our customer (IT department) have forced there IE11 into compatibly mode , and users are locked down and cant turn it off.

any workarounds from the html/css side ?

regards

Matt

Hi :),

Try to remove below tag from the head:

<meta http-equiv="X-UA-Compatible" content="IE=edge">

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

Thanks.

Hi Can you help me with sending value from X-editable WYSIWYG, as ajax post or get method.

I need to implement it tomorrow, please help me as soon as possible. Also, i am having multiple rows with edit option on multiple blocks

Thanks in advance

Currently i am able to edit 1 block i.e. able to send 1 value to database using the below function. This happens when i hard code #note1. $(function(){ $(’#note1’).editable({ url: ’/posturl’, title: ‘Enter username’ }) but i want to send #note1(id) dynamically, i.e. variable ids

Yey, i did it, dynamically generated the editable function for all the rows, with sperate ids

Sorry for the late reply. But glad for you. Well done :) 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 ;)

Hello,

I have recently purchased metronic. I like Admin2 style but Admin3 is more intresting for my new project. Could you provide some early demo version?

On the other hand is it possible to get it in clear separated HTML codes for each feature? For example, tables, forms etc. without all page HTML.

I will create a symfomy twig from it :-)

Regards, Mark

Hi :),

The admin3 is not ready yet and you can get it once its released in themeforest. The components are available in demo pages. You can just get the HTML code from the source and use it in twig templates.

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.

I am using your newest version. And I am using the horizontal menu. How do we make the horizontal drop down menu expand when you hover over it, currently I have to click it to show the sub menus.

Hi :),

1) You just need to change below:

<a>data-toggle="dropdown" href="javascript:;" class="dropdown-toggle">
    Mega <i class="fa fa-angle-down" />
</a>

to:

<a>data-toggle="dropdown" href="javascript:;" class="dropdown-toggle" data-hover="dropdown" data-close-others="true">
    Mega <i class="fa fa-angle-down" />
</a>

2) This feature is not available at the moment. But we will consider implementing it in a future releases.

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.

Nevermind I figureit out through the readme. I had to add data-hover”dropdown”

Great :) If you need any further assistance please let us know.

Hi, regarding this previous post:

http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/comments?filter=all&site=themeforest.net&term=pulsate&utf8=%E2%9C%93

Can you specify where to place:

jQuery(’.pulsate-regular’).pulsate({ color: ”#bf1c56” });

Many thanks

Hi :),

Let’s say you have an element with “pulsate-regular” class as shown below:

<span class="pulsate-regular">pulsate...</span>

You can pulsate it by calling below code on document ready or you can attach the code to any handler(click, hover, etc..):

<script>
jQuery(document).ready(function() { 
    jQuery(’.pulsate-regular’).pulsate({ color: ”#bf1c56” });
});

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

Thanks

Hi,

Can you give us a preview for v3.3? I want to start a new project with this template, but I wait 3.3 to see how it is. Or if you don’t want to give us, can you tell me if version 3.3 will be compatible with 3.2?

I mean, if I start it with 3.2, can I update it to 3.3 (to put some code in plus, or tags)?

Hi :),

At the moment we can’t share the preview for v3.3. But all the new layouts(the default admin, admin 2 and admin 3) will be compatible with all the features available in the theme. So you may start the content part and later integrate with the new layout without any issue.

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

Thanks.

Fortunately Paypal Support UnionPay, or I really do not know how to pay. (Comment does not support Chinese, translated by google)

The new version need to re-pay it?

Hi fishstone,

No needed, you can get lifetime free updates per license.

Thank you.

ok thanks

Dear Friend,

I wanna use the admin layout 2 in a fluid option, how can I do it? I have change using the config tool, but nothing change in html.

Hi :),

You can refer to the ready to use fluid layout from http://keenthemes.com/preview/metronic/theme/templates/admin2/layout_fluid_page.html

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

Thanks.

Please make a WHMCS Version available! Interested to buy but I need to theme my whmcs client area with this theme! Please consider my request! :) I’m sure they gonna be sold like hot cakes!

Hi :),

Thanks for your suggestion. Our primary focus is in the HTML version. But we may consider it in the future.

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

Thanks.

Reply to this message page, the “id” value is not receiving.

incoming messages on the page, all incoming messages can be seen. When I click on one of the incoming, the content of that message is coming. But when I press the answer button, “id” can not get the value. Please could you help? message-reply.php Can you give me an example page?

Go to messages page; right: http://hizliresim.com/zE2kz7 Reply to messages page; fail; http://hizliresim.com/66lV0l

Hi :),

Please follow below steps.

1) When you generate the message view content you should assign the ID as HTML attribute in both reply buttons(the one in the dropdown as well) as shown below:

<button class="btn blue reply-btn" data-id="<?php echo $messsage_id;?>">
<i class="fa fa-reply" /> Reply 
</button>

  • Reply
  • Forward
  • Print
  • Spam
  • Delete

2) Slightly modify the loadReply function in inbox.js script:

var loadReply = function(el) { var url = ‘inbox_reply.html’; var url = url + ”?id=” + $(el).attr(“data-id”); // get id add and add to the url }

loading.show();
content.html('');
toggleButton(el);
// load the form via ajax
$.ajax({
    type: "GET",
    cache: false,
    url: url,
    dataType: "html",
    success: function(res) {
        toggleButton(el);
});
$('.inbox-nav > li.active').removeClass('active');
    $('.inbox-header > h1').text('Reply');
},
error: function(xhr, ajaxOptions, thrownError) {
    toggleButton(el);
},
async: false
loading.hide();
content.html(res);
$('[name="message"]').val($('#reply_email_content_body').html());
handleCCInput(); // init "CC" input field
initFileupload();
initWysihtml5();
Layout.fixContentHeight();
Metronic.initUniform();

I hope the above steps will be helpful

Thanks.

Hi,

Can you tell me when version 3.3 will be out, an aprox.date?

By the way, my license is Regular if that you mean in last post between us.

Hi :),

We are planning to release it in within the coming week.

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

Yes, you can get all the updates for free. However you will need a separate license for each end product/client. For more info you can check http://themeforest.net/licenses/standard?license=regular

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