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
Hi
,
You will need to initialize the toolstips on datatable records loaded in ecommerce-products.js as shown below:
onSuccess: function (grid) {
// execute some code after table records loaded
$('.tooltips', grid.getTableWrapper()).tooltip();
},
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 responding, i tryed it but it still doesn’t work
I placed it on the right place. Searching on internet (Bootstrap tooltip and datatables) must be something with fnGetNodes . I haven’t got enough javascript knowing to fixed this.
I hope you can help me 
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.htmlHi
,
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?
Oops,
I just found out that the problem is not the bootstrap-hover-dropdown, but some other library. I do not know which library that causes the conflict with the latest version of the bootstrap-hover-dropdown.
I’m checking right now, and if I found anything, I report back.
tks!
I discovered the problem!
Actually the problem was in the library ‘bootstrap-hover-dropdown’, however, the culprit was the ‘bower’!
I do not know for what reason, even setting to download version 2.0.11, the bower installed some other version. to reproduce the problem, in bower dependencies, place:"bootstrap-hover-dropdown": "~2.0.11"
now, checking the file ‘bootstrap-hover-dropdown.js’ in the header, you will notice that there is no version information! And the ‘bootstrap-hover-dropdown’ has this information in the header file (https://github.com/CWSpear/bootstrap-hover-dropdown/blob/v2.0.11/bootstrap-hover-dropdown.js), and some others change in the library that solves the bug! so, bower installed another version!
to download the correct version from the bower, there are numerous alternatives, though, I’m using the following so far: in bower.json in dependences, place:"bootstrap-hover-dropdown": "https://github.com/CWSpear/bootstrap-hover-dropdown.git#master"
this will force bower to always install the latest version (take care with this – maybe is more secure to use the hash of latest commit available now = “bootstrap-hover-dropdown”: “https://github.com/CWSpear/bootstrap-hover-dropdown.git#ace10bf06c3a81447625faa4937733d2ff12163c”)!
now the bower will download the correct version! not really know why that. maybe some tag problem in the repo library! do not really know (I’m using the bower a short time, and had never seen it).
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.
Sorry, please try below one:
https://datatables.net/examples/indexHi,
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
,
Thanks for reporting this issue. We will check it further and fix it asap. In the main time while we fix the issue you can email our support at support@keenthemes.com so we can send you the fix asap.
Thanks.
Thanks for your quick answer. I sent you an email with a comment. Looking forward to your answer.
Appreciate your excellent support guys! 
.
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,
Hi
,
Yes, you can use it. At the moment its not implemented in the theme but you can integrate any 3rd party plugins as per your requirements.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes.
Thanks.
OK but I’d like, of course, the grid respect the theme.
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?
Hi
,
Thanks for your feedback.
The angularjs version of this plugin is originally different comparing to the HTML version. If you need the same look and feel you can use the jquery version of the plugin. Please refer to the jQuery plugins demos in the AngularJS version of theme.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes.
Thanks.
<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=0Concidentally, 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 
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.
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.