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

Do you have a Icon for LinkedIn like the ones for Facebook, Twitter, Google+ at one_page_index ?

Hi :),

Are your referring to the footer icons ? If so, yes, the linkedin icon is already included there. Please double check it here: http://www.keenthemes.com/preview/metronic/theme/templates/frontend/onepage-index.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.

Really impressive theme.

I am wondering if there are resources that I could read/reference to create a chat based on your theme? How do I start making a chat work?

Is there any reading material/guides you can think of that could get me started?

I am creating a php content management system for a business. A chat between staff members is a good idea.

Hi :),

Thanks for your feedback.

I searched the net and found this solution: https://github.com/Frug/AJAX-Chat. I hope the link will be useful.

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

Thanks.

Hello, I think to buy it, but, I need to know if you can add a 100% Working File Upload. Cause your demo send the file to a server.

Hi :),

Yes, you can activate that file upload features(in demo the file upload is disabled). For more info please check the plugin’s official site: http://blueimp.github.io/jQuery-File-Upload/

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.

I only need to activate it and iit automatic sends the files to a folder on my server? Dont need a PHP file to work 100%?

Hi :),

The jquery fileupload plugin has sample PHP script which handles the file uploading process in the server side. For more info please refer the documentation here: https://github.com/blueimp/jQuery-File-Upload/wiki. It has a section for the PHP scripts.

Thanks.

Really happy with all the progress you are making! Really looking for a descent image browser though to be used with the WYSIWYG editors..

Hi :),

Thanks for your feedback.

Sure, we will check it and hopefully we can implement it soon.

If you urgently need this feature then i would suggest you to implement it your own since its just integrating the File Browser extension into the editor(not much customization needed).

Thanks.

Currently i am using metronic version 1.4, I am trying to select2 in modal. The Select2 drop down open up behind the modal window..is there any way to solve this issue..

Any help would be appreciable

Hi :),

Please try to add below css code in custom.css:

/* Fix z-index when select2 opened in modals*/
.modal-open .select2-drop-mask {
  z-index: 10051;
}

.modal-open .select2-drop {
  z-index: 10052;
}

.modal-open .select2-search {
  z-index: 10053;
}

If you need any further assistance please let us know.

Thanks.

Hi :),

Please refer to ”<!- BEGIN GOOGLE RECAPTCHA ->” comment in components_form_tools.html template page. The separate CSS file is required(the styles are defined in the global components.css). For more info please check: http://www.google.com/recaptcha/intro/#

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 there a problem with the file? for some reason i´m not being able to download it… I can be my internet connection, but just want to make sure.

I´ve already tried on different browsers with the same result

Thank you!

Hi :),

What error you getting ? You can report the issue to the Envato’s support using this support site: https://help.market.envato.com/

However i think that was some connection issue. I suggest you retry it again and if the issue still persists please try it from different internet connection.

Thanks.

How do I check a checkbox ?

I try this: $(’#myCheckbox’).prop(‘checked’, true); or this: $(’#myCheckbox’).attr(‘checked’,’checked’);

But, don’t works…

Hi :),

Please note the radios and checkboxes are customized using jquery uniform plugin: http://uniformjs.com/.

When you change checkbox/radio state, you will need to sync the customized chechbox/radio using below code:

$(’#myCheckbox’).attr(‘checked’,true); $.uniform.update(”#myCheckbox”);

Please let me know if you need any further assistance.

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

Thanks.

Hello

I’m using v.3.0.

Is there any solution to show uploaded files after a page reload in multiple file upload?

thank you

Hi :),

By right if your server side script set properly the form-fileupload.js should be able to display the uploaded files on the page. First please make sure that the files being uploaded properly. For more info you can check the jquery file upload plugin’s documentation here http://blueimp.github.io/jQuery-File-Upload/.

For any further support please provide us your purchase code since we did not see the purchased badge for your username here. You can contact our support at support@keenthemes.com for any further conversation.

Thanks.

Hi there! trully outstanding job..

I bought this template to use it in one big project of mine. But projects take time and during this time metronic gets updated (thank god:) )..

BUT: it would be good to have some upgrade info from last release in order for us to know what has been changed and where we should touch the template.

Is there anywere this info?

Hi :),

Thanks for your feedback. You can refer to the document under “_documentation/admin/index.html” to see a full changelog.

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.

oops! missed that :) Thanks for the info

You are welcome! :)

Hello, I saw a problem with admin template 2, http://i.imgur.com/ydNf4Ms.jpg, im using safari

Hi :),

Thanks for reporting this. We will check it further and fix it in the next update.

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

Thanks.

One more suggestion for market place model eCommerce -

4. Seller Store Page

Details about seller, ratings, products seller is offering.

Moreover, it would be great if you could release all new Market Place theme. You don’t have redo everything as, this theme has all pages for eCommerce, all you have do is, customize the pages to work for market place environments.

HI :),

Thanks for your suggestion. 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, is there a way to have a form with the same rules of css .search-form but with different class? I do not want to rewrite all css in the new object, thanks ;)

The first you’ve written it, I want replace txtbox with select, tnx :)

any solution for this ? :)

Hi :),

Please follow below steps:

1) Use below HTML code

<!-- BEGIN HEADER SEARCH BOX -->
<form class="search-form" action="extra_search.html" method="GET">
    <select class="form-control">
    <option value="">Option 1</option>
    <option value="">Option 2</option>
    </select>
</form>
<!-- END HEADER SEARCH BOX -->

2) Disable below handleHeader functions code in assets/admin/layout3/scripts/layout.js:

Thanks.

I have some really great suggestion for eCommerce theme:

New pages:

1. Post Payment – Order Summary page (Successful payment case) After payment is completed, the customer returns back to the website. Theme should have a post payment page which thanks the user for choosing the website and also shows the details of the order and address information, communication phone number and expected delivery dates. You may refer to Ebay for exact overview.

2. Post Payment – Please Try Again page (Payment failed in the first attempt)

In this page, user should see all his orders details and the message indicating the payment was failed. There should an easy option to quickly place the same order again.

3. Product Page with multiple Sellers – For multiple Sellers selling same item

Market places are growing very fast these days – More sellers sell same item. So a product page should have details related to more than one price offered by multiple sellers. Refer this page.. http://www.flipkart.com/nikon-d3200-dslr-camera/p/itmdyz8hpwfdydv2?pid=CAMDA6RJERF8HS4G&icmpid=reco_hp_personalBR_na_na_3&otracker=hp_mod__reco_prd_img

Hi :),

Thanks for your suggestion. We will carefully check them further and definitely consider them in a future releases.

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

Thanks.

:) BIG ROUND OF APPLAUSE, FANTASTIC :) – KEEP UP THE GREAT WORK !!!!!!!

Hi :),

Thanks for your warm comment. I hope you will like the new update.

Thanks.

Sir,

I need Vertical Mega Menu style. Can you give a trick or solution using your current template structure?

My suggestion for Vertical Mega Menu features: - It has horizontal scroll bar in Vertical Mega Menu Div, so if it has many menu, it is easily to scroll using mouse wheel.

I hope in next update, you add Vertical Mega Menu feature.

Thanks

Hi :),

You can you the hover sidebar menu layout to implement the mega menu in the hover dropdown sub menus. You can check it here: http://keenthemes.com/preview/metronic/theme/templates/admin/index_3.html

In custom.css you can customize and extended this layout by making the submenu width larger and put inside whatever content or navigaiton you need. It needs a little but customization since the core layout(hover submenus) is available for vertical mega menu already.

Please let me know if you need any further assistance.

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

Thanks.

Hello, I’ve got the notification of update and downloaded this item. But, the downloaded file has a problem with unzip. the error message is “Unable to expand themeforest-4021469-metronic-responsive-admin-dashboard-template.zip”. Could you check this problem and help me to unzip this file?

Hi :),

The issue is fixed. Please try to download it now again.

Thanks

I am getting the CRC errors too. Maybe a bad package.

Hi :),

Thanks for your feedback. We are solving it now. The fixed package will be available shortly.

Thanks.

Hi :),

We just fix the issue. Please try to redownload it now.

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

Thanks.

Hi,

I’ve downloaded the new version. During decompression some errors occurs. One error is a CRC checksum error and the other once states that the compression method is not supported. I use 7-zip which actually worked very well with the last releases.

Hi :),

We just fix the issue. Please try to redownload it now.

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

Thanks.

thank you, perfect! Always a god job! Unzipping works without any defect.

You are welcome! I hope you will like the new update :)

Okay… I got the email, but what is actually new in 3.3.1? Your page is not updated with that info.

Hi :),

We just have updated it. Please check the “Latest Update” section in the item page. I hope you will like the new update.

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