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,088 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 There,

I got a tooltip problem Please look at the page: http://www.clubrodenburg.nl/design_new/admin/test.php

When you click on Tooltip test (in the table header) it works, but in the content rows it doesn’t show up. Its the same code as the table header

Any idea about this problem?

If you need my buy code i can give it

Greets Dani

Oh, sorry for misleading you. Please try below code:

onDataLoad: function (grid) {
    // execute some code after table records loaded
    $('.tooltips', grid.getTableWrapper()).tooltip();
},

No problem, it works! Thanks :)

Great. You are welcome. Good luck with your project :)

More charts componente with pretty visual for include in next releases:

http://ecomfe.github.io/echarts/doc/doc-en.html

Hi :),

Thanks for your feedback. 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.

What is the definitive solution to getting Font Awesome fonts to display correctly in Firefox (on Mac OS X)?

Hi :),

In the latest firefox “security.fileuri.strict_origin_policy” by default set to “true”. Thats why firefox couldn’t found the file font icon files(e.g: fontawesome) since browser doesn’t support by default to go relatively upward, but the strange thing is, its only applied to the font files.

As a solution you have to change “security.fileuri.strict_origin_policy” to false in the about:config settings

Or you can deploy the theme into a webserver(localhost or remote server) and the icons will be displayed as expected.

For more info please refer below:

http://kb.mozillazine.org/Security.fileuri.strict_origin_policy

“Local documents have access to other local documents in the same directory and in subdirectories, but not directory listings. (Default) “

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

Thanks.

I am using this template in my project, but I am using the bower to keep all the dependencies (bootstrap, jquery, etc), considerably decreasing the files in git repository! However, I noticed a small bug when replacing the plugin ‘bootstrap-hover-dropdown’ whit the latest version! If I replace the plugin by what is on github (https://github.com/CWSpear/bootstrap-hover-dropdown), the dropdown in the top menu close automatically after some seconds (even with the mouse on top of dropdown). Looking at the files that come with Metronic, I could not identify the ‘bootstrap-hover-dropdown’ version used, however, looking at the previous comments here, you say that is version 2.0.1. The last existing version of the plugin is 2.0.11, which does not work properly (the menu is automatically closed).

Any idea where to start to make the Metronic support the latest version of bootstrap-hover-dropdown?

Hi :),

Thanks for your feedback. Please note https://github.com/CWSpear/bootstrap-hover-dropdown is a 3rd party open source plugin and its not in our control. However we will check it further.

Thanks.

I know! Only post here if anyone will face the same problem! : D

No problem. I appreciate your contribution. Many thanks :)

This is a great template but i wonder can i do some modify to editable table. I have one dropdown box which retrieve data from database, one “Add” button and one editable table. What i wanna do is: Choose option from dropdown box -> click “Add” -> a new line appear in the table with all the data of specified selection. How can i do it or do you have some document for me to research???

Hi :),

Thanks for your feedback. Sorry our support is limited to provide the detailed documentation for your individual customization requests. However you will need to modify ‘assets/admin/pages/scripts/table-editable.js’ in order to customize it according to your project requirements. Also you can check the datatables’s documentation here: https://datatables.net/examples/index\

Good luck with your project!

Thanks.

THank you but your link was dead !!! However i solved my problem. Thanks anyway.

Hi,

I am having AngularJS errors on the http://www.keenthemes.com/preview/metronic/theme/templates/admin/angularjs/#/datatables/ajax.html page. I first thought that it’s on my local code and messed smth up. Then checked on your demo site and saw that exactly the same error appears on the console. Please tell me how to fix that “TypeError: Cannot read property ‘childNodes’ of undefined” error.

Note: I updated all angular components to their latest versions in order to see if it’s gonna fix the issue. Didn’t help, now getting “Error: [ng:areq] http://errors.angularjs.org/1.3.8/ng/areq?p0=AjaxDatatablesDemoCtrl&p1=not%20aNaNunction%2C%20got%20undefined" error on the console.

Waiting for a solution soon. Thanks!

Hi :),

Noted. We will check your email and reply you asap.

Thanks.

No replies yet! Is there a solution for this? If you can’t help, say so and I will look for it myself. It’s just too time consuming to debug angularjs especially when it’s not you who wrote the code.

Hi,

Sorry. These days we are quite overloaded with the support. We will attend to this right away and reply you shortly.

Thanks.

I’m using a fluid layout and when I resize my browser window down, the menu bar drops down to the next line making two rows but you can’t see it because there is no background color. If I keep going it switches to the mobile layout. I think it’s because my menu bar is wider than 992 but that’s too narrow for me. I need help fixing this problem. Here’s a screenshot:

Hi :),

Thanks for your feedback. Did you encounter this issue on the original theme as well ? Are you able to reproduce it in our preview site http://www.keenthemes.com/preview/metronic/theme/templates/admin3/ ? Could you please provide more details(your browser version, a link to your developing page, etc). You can send the further details to your support at support@keenthemes.com

Thanks.

Hello,

Is it possible to use ng-grid with the template ?

Thanks,

Noted. We will consider implementing this integration in a future releases. However if you need this urgently i would suggest you to implement it your own as our consideration is not a commitment. Stay tuned!

Almost 1 year ago, about jqGrid implementation, I had the same answer “We will consider implementing this integration in a future releases” but still waiting. I use ASP.NET MVC as root page and AngularJS and WebAPI for the supsite.

By my own, I can’t I’m absolutely not an UI guys but an C# guys :)

Hi :),

We will do our best to release the jqGrid integrating asap. Unfortunately we had some other pending items to release first so we had to delay it. I hope for your understanding on this.

Thanks.

I’ve noticed that you are using bootstrap theme with angular-ui-select in the Angular version, but that makes the selects look completely different from the HTML version. Is there any way to make the selects look like they do in the HTML version?

Thanks for getting back to me so quick. I did try using straight up jQuery version of Select2, with both, CSS provided by the plugin and CSS provided with the theme, but I am unable to get the flat look like I see in the Metronic HTML demo http://www.keenthemes.com/preview/metronic/theme/templates/admin4/components_dropdowns.html <select class="form-control input-medium select2me" data-placeholder="Select..."> <option value=""></option> <option value="1">24x7</option> <option value="2">Never</option> <option value="3">Business Hours</option> </select>

And JS

$('.select2me').select2({ placeholder: "Select", allowClear: true });

Results in the following look with the gradient.

https://www.dropbox.com/s/6xalk9kab7yud0o/Screenshot%202015-01-14%2008.20.18.png?dl=0

Concidentally, I get the same look if I use angular-ui-select with “select2” theme, instead of “bootstrap” theme.

never mind! I figured it out. i was missing stuff out of plugins.css ! :)

Great! Glad you managed to settle it. Good luck with your project! :)

hi, i just buy metronic, i have many dudes for example , i change name for index.html to index.php for use session php variable i put the variable <?php echo $login ?>

But now I must change page by page I insert that code to have my session variable? there is no single headboard that is called by each page?

I myself if I change the color, when I call to another page me again changes everything

<li class="dropdown dropdown-user"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../../assets/admin/layout/img/avatar3_small.jpg" /> <span class="username username-hide-on-mobile"> <?php echo $login ?></span> <i class="fa fa-angle-down" /> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="extra_profile.html"> <i class="icon-user" /> My Profile </a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar" /> My Calendar </a> </li> <li> <a href="inbox.html"> <i class="icon-envelope-open" /> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="page_todo.html"> <i class="icon-rocket" /> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="extra_lock.html"> <i class="icon-lock" /> Lock Screen </a> </li> <li> <a href="login.html"> <i class="icon-key" /> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN -->

sorry for my english :P

Hi :),

Thanks for your purchase. You will need to retrieve the repeating parts of the theme and include them in your pages as partials. I don’t think you will need all the demo pages since demo pages are only for your reference and you will need to create your own pages according to your project requirements.

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.

Hi :),

Thanks for your feedback. Can you double check it again ? Seems our preview site was down due to high traffic. Now its back to normal.

Thanks.

You are welcome :)

Hello, What will the next updates include ?

Hi :),

Sorry, at the moment we are not able to confirm the next release items. However in the following updates we are planning to release new email templates, jqGrid plugin integrating, mega menu and quick sidebar integrating for Admin 2, Admin 3 and Admin 4 layout and some minor bug fixes and 3rd party plugin updates.

Thanks.

Hi, I need a little help… I need a login page with two columns. Left with a text description, and right as in the case of login example. Like on this link: http://themepixels.com/demo/webpage/bracket/signin.html Thanks in advance… Voja

Hi :),

Thanks for your feedback. But our support is limited to provide individual customization. I would suggest you to implement it your own. For more info please check our support policy here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

Thanks.

Hi there. beautiful looking UI you have. I can tell you’ve put a lot of time into it. A pre-sale question of sorts. I was showing a business partner your theme and going over various items that I liked how you implemented. he agreed. One thing he brought up with Google’s EOL for the current version of Angular by year end, and that according to Google, they are doing a complete re-write, and said to the tune that anyone using what’s currently available for Angular would have to rewrite their code to the next iteration. Of course, that’s a year out, but curious of your game-plan for upgrading along their path and/or retroactively helping those that do implement the current version over to the newer version should you do that.

Thanks so much! :)

Hi :),

Thanks for your feedback and interest in Metronic. Yes, sure, we will follow up with the updates and we will release an update for the AngularJS’s upcoming new version.

If you need any further clarifications please do let us know. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

need help..

Insted of metronic.init() i want to write my custom name like Realstar.init();... so for that .. where should i do change in metronic thme….

Hi :),

You can use ‘global find and replace’ tool in your code editor and replace in case sensitive mode all “Metronic” occurrences in your project folder to your own name. You can check http://www.sublimetext.com/3 editor and use its ‘search & replace in multiple’ files tool as explained here: http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/search_and_replace/search_and_replace_files.html.

Thanks.

Looking at the Login pages. What is keeping the signup and lost password forms from appearing? There isn’t any documentation covering this.

Ah, never mind. You have scripts all over the place. They aren’t in a unified location.

Hi :),

Noted. Please let me know if you need any further assistance.

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

Thanks.

Hi!

I had problems with Ajax modal dialogs: the dialog didn’t desired to redirect request to another HTML page from file system.

This tip may be helpful for somebody:

- close all Chrome instances and start Chrome.exe from cmd with flag

'--allow-file-access-from-files'
.

See SO link for full answer.

Hi :),

Thanks for sharing this. Appreciate that.

Thanks.

Cannot believe retina is not fully supported yet with such a great sales number, any plan on the retina support? The blur icons are really ugly:

I think you can even use font icons instead of small images here.

Hi :),

Thanks for your feedback.We will check it further and improve it in the next update that we are planning to release really soon.

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

Thanks.

Hi,

is the quick sidebar coming to layout2? is there any other component missing in layout2?

thanks!

Hi :),

Thanks for your feedback.

At the moment the mega menu and quick sidebar are not implemented in layout 2 and layout 4. But we are considering to implement them in a future release.

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

Thanks.

Hello Keenthemes,

I would really like to obtain the full source, i assume you are using Grunt/Gulp/<insert build tool>. Are there any plans on releasing a version with that included? Something like this admin theme. It would be great to have.

Thanks

Hi :),

Thanks for your feedback. At the moment we are not using any of those tools. But we will consider it in a future releases.

To stay updated 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