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

Where in code do I change order header was “fixed”?Without use of “STYLE CUSTOMIZER”.

Hi :),

Sorry, missed it. Please change “navbar-static-top” to “navbar-fixed-top” in the header. This should fix the issue.

Thanks.

It is good :-) Thank you

You are most welcome :) Good luck with your project!

agree with malmeida above, a “session about expire” feature would be very useful to have !

Hi :),

Noted. We will check this further and consider implementing it in the next update. Stay tuned!

Thanks.

Idea request Would it be possible to integrate an “session about expire” feature to your awesome theme, such as this one ? This is a great addition to redirect to your extra page – lock !

Hi :),

Thanks for this suggestion. Good point. We will definitely consider implementing it in the next release. Stay tuned!

Thanks.

Hi, so I purchased at version 1.4, and now at 1.5.2 there are a lot more features that I want. But it looks like you have changed some CSS selectors, eg, span6 is now col-md-6. So how would I go about upgrading now that I am half way through building my application?

Hi :),

You can check the documentation in admin/documentation/index.html and the “14. Upgrade” section explains you how to upgrade from older versions to the version 1.5.x.

Please let me know if you need any further assistance.

Thanks.

Hi,

Is there a way to make modal visible when page load or returning from AJAX ?

<div id="myModal1" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel1" aria-hidden="true"> <div> </div></div>

Hi :),

You can programmatically show modals in JS code.

//initialize modal first
$('#myModal1').modal({
  keyboard: true //closes modal on ESC pressed  
});

// then open the modal
$('#myModal1').modal('show');
// close modal after ajax complete;
$('#myModal1').modal('close');

You can learn more about modals here – http://getbootstrap.com/javascript/#modals

Thanks.

Will your next update 1.5.3 would have CSS LESS feature ?

Hi,

Not in v1.5.3. The less files are in progress and we will release them as soon as possible.

Thanks.

Congratulations on an amazing theme. Definitely the best buy I have ever done!

My question is if you have an ETA for this feature: CKEditor File Manager for Admin. I need this for a project I am working on.

Thanks!

Hi :),

Thanks for the comment.

Sorry, we can’t give any ETA for this yet.But we will try to implement it in the following update(1.5.4) as soon as possible.

Thanks.

Hi, Awesome work, I’ve an issue regarding bootstrap datepicker. My application works on Enter key. When I press Enter key, focus goto datepicker field, datepicker pop-up opens but focus remains to the same field. Although if I press Tab key, it works fine. Need your help ASAP. Regards.

Hi :),

Thanks for the comment. Will it be possible to give us a link to your page ? To investigate the issue we will need to check your working page and its code. You can send the details to our support at support@keenthemes.com

PS: Also i would suggest you to check out the issue list in the plugin repository http://eternicode.github.com/bootstrap-datepicker/

Thanks.

Also, I need better fonts that looks beigger and better in RTL Languages such as Arabic

Hi :),

You can go to http://www.google.com/fonts and choose a font that more suits to your needs. So just select a font and click on “Quick Use” icon then get the URL of the font and replace this URL with the default font URL in assets/css/style.css file:

@import url(//fonts.googleapis.com/css?family=Share+Tech);

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

Thanks.

OK, Done, Thanks

You are most welcome! Good luck with your project :)

Hello, We used your fantastic theme for our new ASP.NET MVC App but we have some critical issues that need to be solved;note we use mertonic 1.3 1- The Language and Logging menus need to be centered in the top toolbar(i mean their top margin need to be increased; also their font size need to be increased) 2-I need to remove scroll bar if we don’t need it as in the home page. 3-The Theme Picker is overlapped with content beneath note:- our app is deployed on the cloud on the path http://sahorizon.cloudapp.net/Qiyas/ for issue#3 go to the URL http://sahorizon.cloudapp.net/Qiyas/Dashboard?id=43&dashboardType=SubIndicators

Hi :),

Thanks for the comment.

1) Here you can just need to apply some custom css code to adjust font size and margins. Please look at css code in assets/css/style.css starting “header .nav>li.dropdown .dropdown-toggle”.

2) To remove the scrollbars you just need to remove “scroller” class from the scrollbar container DIV.

3)Here you can adjust the content margin top so the icons will not get overlapped.

If you need any further advice you can email our support at support@keenthemes.com

Thanks.

Thanks; i solved the first one but i can’t remove the scrollbar; could you tell me where i can see this line to remove? For the third issue, could you tell me how can i adjust margin top.

Hi :),

FYI: I just replied your email that you sent to our support.

Thanks.

Can you tell me where the blog “img2”, “img2” “img3” high res photos can be found?

Hi,

Sorry, the these images are just used for demo purposes and the high res sources are not available.

Thanks.

It seems I will have to rip out DataTables out of my project and replace it with JqGrid because of how difficult/impossible it is to do ajax data loading with the provided samples in Metronic. I just wish that ajax paging and sorting of DataTables was included in the Metronic samples.

Hi,

Thanks for your feedback. We will consider both, jQGrid integration and jQuery Datatables with ajax for the upcoming releases.

Thanks.

Thank you this would be great.

Hi,

can you please add at least one page to the normal template folder (not the template_content_rtl)to make the sidebar menu on the right side? Im need a right sidebar but the content_rtl just modify the itens structure and i just can mix it to the normal orientation… feel me? thanks!

Hi :),

Thanks for the feedback. We will definitely consider this feature in a future release. Stay tuned and follow us on http://twitter.com/keenthemes

Thanks.

Hi,

I am not able to find any documentation or help on showing First, Previous, Next and Last Buttons in Data Tables(Metronic Admin Theme). As of now in your theme has only Previous, Page Numbers and Next options are there.

Please let me know if you require more clarity in what I am looking for…

Hi,

Please note “firs” and “last” buttons are not implemented with the default pagination. This would require some workaround as discussed here http://datatables.net/forums/discussion/comment/47458

So you can use the above workaround in assets/plugins/data-tables/DT_bootstrap.js to implement it for the Metronic theme.

Please let me know if you need any further assistance.

Thanks.

The DataTables part is really very bad. I can not believe there is no sample of loading the data via ajax. I have tried everything and I can not get the datatable to work when paging and loading data via ajax. The norm is NOT loading all the data once and paging client side only as in the samples. Please can somebody point me in the right direction on how to page data via ajax with datatables? I desperately need a sample of this.

Thanks, I am not sure how to go about modifying the Metronic datatable into an ajax paging datatble as in the datatable.net example. It seems there are custom javascript in place for both and blending this seems very difficult. Admin type systems will always have a requirement to page and sort through large amounts of data so a sample in Metronic will be a great help to all developers.

I just checked out http://www.datatables.net/release-datatables/examples/data_sources/ajax.html as you suggested and this is not ajax paging, this example is loading all data once via ajax and then pages on the client. This is not ajax paging. I have already looked at the datatables.net ajax paging example and I was unable to merge this with the Metronic datatable since the Metronic datatable javascript is for client side paging. I will have to use standard datatables.net but then I will have too much styling work.

Hi,

Sorry for the misunderstanding. The ajax pagination samples should be this one – http://www.datatables.net/release-datatables/examples/data_sources/server_side.html. We will check it further and consider implement it in the next release as soon as possible. Stay tuned!

Thanks.

1.5.3 ? You say tomorrow two days ago

Hi,

Sorry for this unexpected delay, we are preparing it for the submission now and we will do our best to submit it by tomorrow. Stay tuned.

Thanks.

Hi, How to set Sidebar active to correct order, when I navigate to another page.

for example, I click go to Report Page. After browser load new html page. the active sidebar is highlight in Report icon.

I cannot find which code that you for this sidebar.

for html class=”active” I know how to set it.

So it means I have to set it manually for every page?

how to make it dynamic

Hi,

To make it dynamic you will need to use server side programming language(PHP, Python, .NET, etc). Lets say you use PHP, then you can create a script that handles the sidebar menu sidebar.php so you can have one script that handles the entire sidebar menu and you can just include/call this script in all pages. You can use the same approach for header and footer parts as well.

Thanks

I’m interested in purchasing your admin template, but i wish to know how i can get this integrated into my WHMCS system?

Hi,

Thanks for your interest in our theme. If you wish to integrate it into your WHMCS system then you have to update your WHMCS system pages yourself using the templates and components from Metronic theme. However we are not WHMCS experts so i would suggest you to ask the WHMCS community on how to create a custom theme using a HTML template for WHMCS system.

Thanks.

Hello I am pleased to say that you have done everything everyone is looking for Question? is it possible to implement integration this admin panel to my website users ? so a user can register their social accounts and receive automatic updates regarding Twitter followers, followers, Facebook SoundCloud followers , downloads , Instagram followers ? Thank You!

Hi :),

Thanks for the feedback.

Please note, Metronic is a HTML template and it does not provide any backend functionality(login, database connections, etc). Metronic provides you only frontend features(design and UI components) and the rest business logic must be implemented according to your project requirements. So after purchasing Metronic, you will need to develop your website using some server side programming languages such as PHP, Python, .NET, JSP, etc.

Please let me know if you need any further clarification.

Thanks.

hi, how cn=an i get access to the newer versions? thanks

Hi :),

Please login to your ThemeForest account and go to “Downloads” tab and there you can download the latest available version of Metronic.

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