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,094 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 intended in the future to release angularJS versions of the frontend themes also?

Thanks in advance!

Hi :),

The angularjs version is not planned for the frontend themes. Only the admin themes have the angularjs support.

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.

Thanks for the reply and awesome template! Angular support on frontend would save some great amount of work, but metronic is a deal great enough! Keep up the good work!

Hi,

Firstly like to say fantastic theme.

For the front end themePage-Contact.html page, I would like to know the basics on how to setup the contact form to send an email?

And for the newsletter form on the home page footer how to setup to send the subscribers email address to my email address . Thanks

Hi :),

Sending email and newsletter signup involves server side coding which is not covered by our support. This is an HTML theme and the server side part is responsibility of buyers. However you can check below links to get started with php based email sending:

http://www.freecontactform.com/email_form.php http://www.easyphpcontactform.com/ http://www.123contactform.com/simple-php-contact-form.html

If we have any theme related questions please let us know.

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

Thanks.

Do you have any plans for adding form functionality in the future to your theme? it will make it easier for people purchasing the theme as we wouldn’t have to add a third party form.

Hi :),

Please note this is a server side feature which is not in the Metronic’s scope. For more info please contact our support at support@keenthemes.com.

Thanks.

Hi,
I saw that this excellent template implements also “NoUI Range Slider”.
But can’t find its demo.
Where can I see it in use? I am interested in how it is stylized.
Thanks and Regards.
Charles

Hi :),

Currently Metronic uses older version of nouislider. The documentations your referring is for the latest version which is quite different. You can download the latest version and replace it in the assets folder.

If you need any further assistance we will need to check and debug your developing page so please provide us with a link to your site.

Thanks.

Hi
Please forget this post.
I was trying to implement the nouislider in a Yii2 project.
I am done with the latest version from refreshless.com. It’s working fine
Thanks and Regards
-Charles

Great! Glad to hear that. Good luck with your project! :)

Hi! Admin theme with angularjs don’t show anything in Chrome when open by localhost. But with your website demo it’s show correctly. In IE only show nonstop 3 Dots With firefox show full web but have slow show icon loadding.

I think problem by oclazyload. How to disable oclazyload?. And I really don’t want use oclazyload because website must render apart for customer can see and wait. Only show blank page when waitting all load make me unlike it.

Hi chanhny,

Please note on local pc you will need to put it in some webserver / localhost.

Please feel free to ask if you have any other question.

Thank you.

Obviously great theme. I am starting with admin2. Want to use the admin2/login_soft.html for login. Is there a nice homepage to go with

Hi :),

You may check available frontend themes here: http://keenthemes.com/preview/

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.

Hello again dev,

I have a question about datatables. I looked into your Angluar’s version, it has ‘Datatables’ integrated. but when I look into the code, it’s not using angular-datatables like this http://l-lin.github.io/angular-datatables.

I manually integrated that plugin (angular-datatables) with your theme, it works great. But how to enable ‘Bootstrap integration’ that using DTOptionsBuilder.withBootstrap(). That function is not added to your library.

Thank you for your help.

It solved. I just wrong when implementing angular-datatables plugins, my bad. Keep up the good work guys, it’s integrated great with angular-datatables :D

Hi :)

Glad to hear that. Good luck with your project!

Thanks.

could you give me an example for the icheck type (line) and color blue? The example that is on ‘form_icheck.html’ not working … thanks

I’ve metronic 3.3 version, I must upgrade some .css file ? I have included “icheck/skins/all.css” and “icheck/icheck.min.js” but the checkboxes are normal …

Hi :),

Please download the latest version and update assets/globals/scripts/metronic.js script. Also please refer to the icheck samples in the demo template.

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

Thanks.

Hi,

Just want to say a “BIG ThankYou” to for creating such a theme. Really appreciate your hard work and continuous support.

Cheers

Hi :),

Many thanks for the kind words. Such feedbacks make us to create more amazing stuff and provide endless updates to the community.

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

Thanks.

Hello , congratulations for your work , this template is really great. I am using a horizontal menu with tabs and I have a problem . Click on the link is added to the class “current” but is never removed . The js file is ” ./assets/admin/layout/scripts/layout.js ” at line 406 . Please look at the attached image :

https://dl.dropboxusercontent.com/u/49056943/ClassRemove.jpg

I solved alone, but I do not know if this is a bug to be resolved in future versions . Thanks

Hi :),

Thanks for informing this. We will check it further and include the fix in the next update which we are planning to release soon.

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

Thanks.

Hi,

I want to have an Add button on the left whereas table tools reside on the right. I tried to do it using below code and I ended up with something like this http://prntscr.com/56cj3b . I don’t want to have separate rows for button and tools. Please advice.

<div class="portlet-body">
                                <div class="table-toolbar">
                                    <div class="row">
                                        <div class="col-md-6">
                                            <div class="btn-group">
                                                <button id="sample_editable_1_new" class="btn green">
                                                Add New <i class="fa fa-plus" />
                                                </button>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <table class="table table-striped table-bordered table-hover" id="sample_1">
                                <thead>
</table></div>

Hi :),

You can try to adjust it with negative margin-bottom as shown below:

<div class="table-toolbar" style="margin-bottom:-75px;">
...............
</div>

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,

It would be great if you can integrate Responsive Extension of DataTables in next release.

https://datatables.net/extensions/responsive/

Thanks in anticipation.

Hi :),

Thanks for sharing this extension. We will check it further and definitely consider it in a future release.

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

Thanks.

Hi,

Table Tools are working fine on Advanced Tables page in the online preview of the template but once I download the files, the same page is not working.

Please advice.

Hi :),

You should browse the theme page from a webserver(e.g: localhost or) in order to have the theme fully working. Also please make sure that path to swf file is correct for your datatable initialization.

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

Thanks.

Hi, I have try to insert a form dropzone in my form wizard, but isn’t displayed. As you can see at the third step of page http://www.cosmicgarage.it/nuovo-annuncio.php (please login with this details: user: test@test.it password: test).

Please help me, thanks

(Excuse me for my bad english, I’m italian)

Hi :),

Please remove . FormDropzone.init() from document ready and onNext event handlers and try below code on document ready event. Don’t forget to add a DIV with ‘my_dropzone_div’ ID in the tab 3 content:

$(”#my_dropzone_div”).dropzone({ url: ”/file/post.php” });

For more info please check the dropdownjs plugin’s documentation here: http://www.dropzonejs.com/

Thanks.

I’m sorry, but isn’t functionally! The dropzone in form wizard, not functionally. I’m very afraid…

Hi,

Do you have any senior developer who can take a look at this ? Dropzonejs integration is quite complex so you will need someone experienced to look at this as our support does not cover end to end 3rd party plugin support and customization.

Thanks.

Hello Compatible working with wordpress

Hi Hakan,

Sorry, but our Metronic theme is not compatible with wordpress. Please note, Metronic is a HTML template mainly build for custom admin application.

Please feel free to ask if you need more info.

Thank you.

do you have plans to put quick sidebar on admin3 ?

Hi :),

Yes, 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 bought this tamplate to make a UI for my production system but I’m really dissapoined because to display data in a table is take ~37 seconds for 6000 records. If I run same query on same table and I diplsplay the output without pagination in a normal table outside your template, is 1.28 seconds. Can you please tell me how I can make this pagination to display the data faster? Thank you!

Hi :),

Please note that the managed and advanced datatables features as powered using the jquery datetables plugin from datatables.net. This is a jquery plugin which adds additional functionality to your datatables and the processing time can be different comparing to a basic/static datatable. In your case you should use the ajax datatables features. You can check it here: http://www.keenthemes.com/preview/metronic/theme/templates/admin/table_ajax.html

With the ajax datatables you can display the records per page so you don’t have to query all records at once instead just query current page with SQL’s LIMIT command. However this is a server side question which should be handled by buyers. But for the frontend part the ajax datatables is ideal solution in terms of reducing the load to your server side and frontend site as well.

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’m having problem with gmaps over a portlet.

If the portlet is expanded is works fine, but if the portlet is collapsed the map is not being loaded. Please help!!!

this is my code example

<!- BEGIN BASIC PORTLET-> Basic <!- END BASIC PORTLET->

Hi :),

You should try to reload the map when portlet is expanded. Just attache a click handler to the portlet’s collapse/expand icon and run the gmap initialization code when portlet is expanded.

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

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

Thanks.

Hi,

Do we have a Tri State Checkbox in the theme ? If yes, kindly direct me to it.

Thanks in anticipation.

Hi :),

You can check the checkable tree example here: http://www.keenthemes.com/preview/metronic/theme/templates/admin/ui_tree.html

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 there.. Great work..

I have a question. Im planning to purchase a php ‘Classified Script’ to use in my website. do you think your template is compatible with it ?

[link removed per author request]

Hi :),

Metronic is an abstract HTML theme that can be used to build any custom web applications from scratch. However its not compatible with any CMS or web framework.

If you need any further clarifications please let us know.

Thanks.

Dear Metronic,

please help me to create the theme color in BLACK

Regards

Sam

Hi :),

You can reuse one of the existing theme color’s css file(e.g: default.css) and just change the colors to create your own theme.

Thanks.

Hi Keenthemes,

I had bought your theme. Please introduce me by the image how to change the color of theme hic.

Sam

Hi :),

Can you please email our support(support@keenthemes.com) with more details ? Which theme are you working on(admin1, admin2, admin2 or fronend theme) ?

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