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 119,762 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

This author's response time can be up to 1 business day.

12203 comments found.

Hi. I have question about license. Sorry for bad english.

I want to use this template and make website. In this website will not be the downloadable parts but for using some pages people have to pay. Regular license enough for this?

Hi :),

If your website charges users for access or service then you will need to purchase the extended license.

For more info you can check http://themeforest.net/licenses/standard?license=regular

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’m curious about the multiple layouts/styles of the templates that you have. Is it possible to create a shell template for each theme and then use the contents between them? For example, If I made a message center on one template version, would I be able to copy that to a different version and use it as well, or are the classes and such different?

I’m only asking so I can decide if I want to allow users to be able to select there own theme, or just limit them to the color selections. I don’t want to have to make every page for every template available and keep all three versions updated, but if it can copy over that would be great. I know I have my preference but I don’t want to force it on my users if they are able to choose their own.

I’m not concerned about mixed css/js files, or maybe a slight difference in a small part of the main template skeleton, that I can deal with easily (hopefully). As long as I can put the pieces together then only have to add/update one file for a page rather than three then I’ll look into building it that way.

Hi :),

Thanks for your feedback.

Yes, basically you can use those 3 admin themes based on user’s preference. If you compare the HTML code and JS/CSS file includes there is just a small difference. So you can switch to selected theme programmatically.

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.

Its possible to put a dark theme in the one page parallax??

Hi,

You can create the dark theme based on existing themes. Just reuse the code and change its colors.

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.

Any plan on implement non-responsive options?

Hi :),

Not in the plan yet. 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.

Hi, i found a problem as bellow in the page table_managed.html when i checked the checkbox in table <thead>,then click the paginator button to anthor page, you can find the checkbox is still checked and i think this should be not. Thanks

Hi :),

Thanks for your feedback. We will check this and fix it in the next update.

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

Thanks.

can i make a ad network like adsense on this admin?, could u send me a email to talk more bout this?

Hi :),

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

For any further clarifications you can email us at support@keenthemes.com

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

Thanks.

Hi, nice work once again. how can we add a spinner to a dropdown using existing css? See sample javascript code below (Category_Id is a combobox’s css class)

$(function () {
    $('#Category_Id').change(function () {
        $('#Category_Id').addClass("spinner");
        var catId = $('#Category_Id').val();
        $.getJSON('/Manage/GetSkills/' + catId, function (data) {
            var items = '';
            $.each(data, function (i, skill) {
                items += '<label class="checkbox-inline col-md-6 col-sm-4 col-xs-6"><input name="FixingSkills" id="FixingSkills"' + skill.Value + 'value="' + skill.Value + '" type="checkbox">' + skill.Text + '</label>';
            });
            $('.checkbox-list').html(items);
            Metronic.initUniform(); // hanfle custom radio & checkboxes
            $('#Category_Id').removeClass("spinner");
        });
    });
});

Hi :),

Can you please paste the HTML code of the dropdown input ? For further support you can reach us via support@keenthemes.com

Thanks.

Find below the HML, the idea is that when the combobox is changed, the checkbox-list div is populated with checkboxes from a JSon request. I want to add a spinner beside the combobox or the checkbox-list div to indicate to the user that the list is being populated:

Manage My Skills

<form novalidate=”novalidate” action=”/Manage/UpdateSkills” method=”post”> <option value=”1”>Web design</option> <option value=”2”>House Wiring</option> <option value=”4”>Modeling</option> <option value=”5”>Plumbing</option> </select> <label class=”control-label” for=”Skills”>Skills</label> </form>

<button type=”submit” class=”btn green”> Save</button>

Hi :),

I see, you tried to add background image to select element. But this is not supported by major browsers. In your case i would suggest you to use custom dropdown plugin – Bootstrap Select from http://keenthemes.com/preview/metronic/theme/templates/admin/components_dropdowns.html. Or if you really need to use standard select element then you can consider indicating the loading with temporary text option “Loading…”. After filling the options you can remove this “Loading…” option from the dropdown.

I hope the above info will be helpful. if you need any further assistance please let us know.

Thanks.

Hello

I have a question about the Corporate Website Template.

I want to change the slide times for client testimonials part in the home page. Could you tell me which file and which variable holds that data.

I tried adding data-interval variable as below. But it didn’t change anything.

div id=”myCarousel” class=”carousel slide” data-interval=”3000”

Thanks in advance.

Hi :),

You should initialize this carouse with JS as shown below:

$('#myCarousel').carousel({
  interval: 2000
})

You can run the above code on page load so the carousel will be initialized with auto slide.

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.

It worked.

Thank you for your help ;).

You are welcome! :)

Thanks the new update. Like the new Layout admin3.

This could be a small page resize Javascript issue.

On this page,

http://www.keenthemes.com/preview/metronic/theme/templates/admin3/layout_language_bar.html

1) Resize the page to smaller size, so that top menu gets hidden and lines (mobile) navigation menu appears.

2) Next click on “lines navigation menu icon” to open “lines navigation menu”.

3) Click on “lines navigation menu icon”, again to close the “lines navigation menu”.

4) Now resize the page to full size. The navigation menu disappears altogether.

Related Images:

https://sites.google.com/site/sharedocs11a/share11/step1.jpg https://sites.google.com/site/sharedocs11a/share11/step2.jpg https://sites.google.com/site/sharedocs11a/share11/step3.jpg

Thanks

Hi :),

Good spot. We will check it further and fix it asap. If you can’t wait for the next v3.3.1 quick update then please email our support at support@keenthemes.com so we can provide you the fix as soon as possible.

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

Thanks.

whats in September 24 2014 release? I don’t see any updated change log. Could the author please update the same.

Hi :),

Thanks for your feedback. You can refer the documentation for the full changelog. Also we will add the changelog in the item page as well.

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,

How can I use “btn-group” inside a table?. I need a multiple option inside table. If I use “btn-group”, dropdown get hide inside the table.

Please advice

Hi :),

Can we check your developing page somewhere online ? We will need to inspect your code in order to advise you further. For further support you can contact our us at support@keenthemes.com.

Thanks.

Hi,

The template is really great. I am using it in one of my projects. Does it provide css in .less format? Or do you know a way to convert the .sass files to .less files?

TIA.

Hi :),

The less files are not available. Regarding converting sass to less you can check below article: http://nicoespeon.com/en/2013/06/convert-sass-project-into-less/

I hope it will be helpful.

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

Thanks.

Hi, I bought Metronic and I am very happy with the theme!

I have 2 questions:

1.We need a right sidebar like the one in the left, but keeping the left one, Is it possible?

2. We need a south panel to show a datatable. How can we add one?

thanks!!

Hi :),

We need more info in order to advise you further on the south panel. Please provide us some screenshots or other details so we can advise you on how you can implement it. Any further info you can send to our support at support@keenthemes.com.

Thanks.

Hi, i’ve just sent you an email! thanks in advance!

Noted. We will reply you shortly. :)

Hi,

have you any documentation how to add MySql via php in login, registration & admin area?

thanks

Hi :),

Sorry, this theme does not cover the backend integration part since this an HTML theme. If you have any questions related to the frontend part please let us know.

Thanks.

Who can recommend a freelancer to install this for me?

Used elance and odesk with no luck!!

Hi,

We have found what we believe to be a little but. On the login page the form validation is not working as per bootstrap or the rest of the theme form examples:

/templates/frontend/page-login.html

It is the same with the registration form.

It seems to be centered around “content-for-page” div

The form inputs are not highlighting on form submit with invalid or empty options..

Thanks Darren

Hi :),

Yes, for the frontend login and registration forms the validation is not implemented. You can check the code in the admin’s login forms and apply it to the frontend form.

Thanks.

Hello, I purchase metronic and in see in the chart a reload button that work with blockui. If i push the button i see the spinner but it do not reload the chart (example donut chart). Can you give me an example for the chart reload with metronic blockui ? I do not understand how to do that.

Thanks.

Hi :),

Can you provide a link to your developing site ? We will need to check your code and see your current code. Also provide us more details for what you are trying to do(do you want to update the chart with different data when reload button clicked, etc).

Any further info you can email our support at support@keenthemes.com

Thanks.

Hi,

I’m having some trouble finding the CSS where to change the colors of charts. For example the colors of the donut hole pie chart from this page.

Graph10

http://www.keenthemes.com/preview/metronic/theme/templates/admin2/charts.html

Hi :),

The chart colors can be changed in the JS code in assets/admin/pages/scripts/charts.js. For more info you can check the plugin’s official documentation here http://www.flotcharts.org/

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

Thanks.

That’s a nice work! Good luck with sales ;-)

Hi :),

Thanks for the kind wishes. Really appreciate that.

Thanks.

I would like to suggest adding “Comparison Table” to “Data Tables” for comparing products.

Hi :),

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

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

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