12220 comments found.
Hi I purchased this theme and it’s working perfectly with a lot of updates I have just one question, is there a boolean type in form (something like http://olance.github.io/jQuery-switchButton/) ? I didn’t found one Thanks
Hi
,
You can check integrated bootstrap switch plugin here:
http://www.keenthemes.com/preview/metronic/theme/templates/admin/components_form_tools.html For more info you can check the official plugin’s doc here: http://www.bootstrap-switch.org/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.
What are the lastest updates (23 décembre 2014)?
Ok, I just saw the item description just updated 
Great! 
Great theme! The sidebar toggle, that stretch out by default, can i make that slide in(off) by default? Looking forward to buy it, rely on that.
Hi
,
Thanks for your feedback.
Yes, you can set the sidebar closed by default. Please follow below samples:
http://www.keenthemes.com/preview/metronic/theme/templates/admin/layout_sidebar_closed.html http://www.keenthemes.com/preview/metronic/theme/templates/admin2/layout_sidebar_closed.htmlIf 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.
How can I separate the space between the portlet circle buttons? Mine is all together…
Hi
,
Please try to use line break(in your code editor) in the HTML after each button. This should solve the issue.
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, In metronic.BlockUI, could you add option for image, I need to pass image path when I call BlockUI
Metronic.blockUI({
target: '#{{ grid.hash }}',
boxed: true,
message: 'Processing...',
image: '{{ asset('mybundle/images/custom_sipiner.png') }}'
});
What do you think about this ?
I have made this for now, but lost for the next update 
var image = this.getGlobalImgPath() + 'loading-spinner-grey.gif';
if(options.image){
image = options.image;
}
Hi
,
Thanks for your suggestion. Noted. 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 have a problem like that; When i use fancybox there is a html script like a href button which using class like ‘fancybox-button’ and it s href is ’../../assets/frontend/pages/img/works/img1.jpg’ this script works fine. but i want to set href with using url routing like ’/picture/1’
if i set like that when i clicking to search icon its open my image in new tab.
how can i solve this problem thank u.
Hi
,
Thanks for your feedback.
Does ‘picture/1’ URL load a proper image ? Please try to open this this URL in your browser to make sure it loads s proper image. For more info you can also check the plugin’s official doc: http://fancybox.net/
If you need any further assistance send our support(support@keenthemes.com) and provide a link to your developing page so we can check your code and advise you further.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes.
Thanks.
Hello, I’m having some problems trying to change some parameters from the datepicker. For example I’d like to change the language to ‘vi’.
$(’#dtpMonth’).datepicker({ format: ‘mm/yyyy’, minViewMode: 1, autoclose: true, language: ‘vi’ })
But it not work. I would really appreciate some help. Thanks
Hi
,
Thanks for your feedback.
Are you getting any JS error in your console ? Also please double check that you included your selected language’s JS file. You can check the datapicker plugin’s official documentation here: https://bootstrap-datepicker.readthedocs.org/en/release/i18n.htmlIf 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.
My mistake. Thank you.
You are welcome 
Thanks
Hi
,
Yes, you can use bootstrap dropdowns in datatables. You can just put bootstrap dropdown’s HTML code in table cell. But by default the datatable is wrapped with scrollable DIV so it cuts off the overflow part(e.g: overflow: hidden). As a workaround you can disable that scrollable wrapper DIV by passing a custom layout setting for your datatables:
var table = $('#sample_1');
table.dataTable({
"dom": "<'row'<'col-md-6 col-sm-12'l><'col-md-6 col-sm-12'f>r>t<'row'<'col-md-5 col-sm-12'i><'col-md-7 col-sm-12'p>>",
"lengthMenu": [
[5, 15, 20, -1],
[5, 15, 20, "All"] // change per page values here
],
// set the initial value
"pageLength": 5,
});
For more info please refer the comments in assets/admin/pages/scripts/table-managed.js
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, Just currious, is there a dark content page theme? also, i cant buy this from themeforest cause the bank on my country can not proccess skrill neither paypay.
any other place to buy it?
thanks
Hi
,
Thanks for your feedback.
The dark content version is not available. Metronic is exclusively sold only in themeforest. To get any further help you can contact the themeforest support by creating a support case using below link: https://help.market.envato.com/hc/en-us/requests/new.
Thanks.
Hi
,
Just in case if you haven’t seen it yet, we are delighted to inform you that Metronic finally has its complete dark mode version. You can check the dark mode preview here https://preview.keenthemes.com/metronic8/demo1/dark/index.html
Regards, Sean
Hello, How to make calendar NOT draggable ?
Hi
,
Thanks for your feedback.
You will need to set “disableDragging : true” and “editable: false” in order to disable event dragging. For more info you can check the official plugin’s documentation: http://fullcalendar.io/docs1/removed/disableDragging/
Thanks.
Hi, is there anyway to make certain menu items look like checkboxes using a built-in css class? Here’s an example screenshot of what I’m talking about. http://awesomescreenshot.com/0c642j57f4
Hi
,
Thanks for your feedback. At the moment this feature is not implemented. However 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.
Hello! Check out my own website built with Front End theme. www.andersontosatti.com Thank you guys, your template rocks!
Hi
,
Thanks for sharing this. Nicely done and looks great! Good luck with your business!
Thanks.
Good Day,
Is it possible to use the stack feature of Font Awesome with this theme? I tried setting it up but the icons were really small, not really listening to the “1x” and “2x” options you can specify.
Is there a proper way to do it with Metronic which is different from the way Font Awesome’s documentation says to do it?
Hi
,
You can use ‘fa-sm’ or ‘icon-sm’ classes to have small icons. Also you can use ‘fa-2x’, ‘fa-3x’, ‘fa-4x’ classes as well.
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.
Why the Admin4 HTML version has more option compared to AngularJS version? There are missing pages likes eCommerce and UI Features.
Hi
,
At the moment the AngularJS has the base to get started by reusing any features introduced in the HTML version of the theme. However in the future we will be adding more AngularJS specific features.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes.
Thanks.
Hi, can I use modals in select option form instead of buttons? for example, I have select options menu and I want to add last option to be like this
<option>Add new record</option>
once a user choose ‘Add new record’ a new dialog as in modlas_ui page should appear to let user add new record.
how can I do that in template admin 3?
thank you
Hi
,
You can try below steps:
1) Please use below HTML code:
<select name="action">
<option id="action_new" value="">Add new record 1</option>
<option id="action_new2" value="">Add new record 2</option>
</select>
2) Use below JS code:
$(document).ready(function () {
$("#action_new").click(function (e) {
// here you can put js code to launch a bootstrap modal
});
});
For more info you can check the bootstrap modal’s documentation here: http://getbootstrap.com/javascript/
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes.
Thanks.
Hi, thanks for the quick reply. I tried to paste these two codes in index.html in admin 3 folder. but jquery seems not working for this code. I might did something wtong because i’m not familiar with jquery.
could you please submit me demo file using these two codes?
thank you
Hi
,
If you are not familiar with jquery then i would suggest you to get started with it(www.jquery.com) first as any further development requires some knowledge of jquery, html, css, bootstrap, etc.
Also you should use chrome’s dev tools or firefox’s firebug tools to debug your pages for JS errors. For more info on debugging pages please refer below:
https://developer.mozilla.org/en/docs/Debugging_JavaScript https://developers.google.com/chrome-developer-tools/docs/javascript-debuggingFor any further clarifications you can contact our support at support@keenthemes.com
Thanks.
Good job,
I have a question, how to control wizzard form on AngularJS controller? i´d like Next, Prev, First and last operation.
Thx
Hi
,
The bootstrap wizard plugin is jquery based plugin and the angularjs versions of this plugin is not available. Basically you can use it as jquery plugin within AngularJS. But if you really need to integrate it with AngularJS scope then you can take a look at below links:
http://stackoverflow.com/questions/16935095/correct-way-to-integrate-jquery-plugins-in-angular-js https://amitgharat.wordpress.com/2013/02/03/an-approach-to-use-jquery-plugins-with-angularjs/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.
there seems to be a problem with Inline editor on Markdown & WYSIWYG Editors page. When i click on preview it still shows the html code.
i hope you solve it soon.
Also i need to tell you that your theme is a beast. You are awesome 
Regards, Bytefury
Hi
,
Thanks for your feedback on this.
Please note the markdown editor does not render the HTML code since it works only with “markdown” format. For more info please check: http://toopay.github.io/bootstrap-markdown/
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,
Admin 1 and 2 lists many options(like login, form etc) in the side bar, while Admin 4 does not. Even though it’s written, but i just wanted to clarify before purchase: Is every feature of previous 3 templates available in the fourth?
And is AngularJS available on E-commerce dashboard?
Hi
,
Thanks for your feedback.
At the moment Admin 4 layout comes with 2 demo pages only. Basically Admin 4 is a new admin layout that is compatible with all Admin 1, Admin 2 and Admin 3 features. However in the next update we will repeat all the pages for Admin 4 layout as per the community request.
For the AngularJS we have included only limited sample pages which you can refer to and integrate other features from the HTML version of the theme.
If you need any further clarifications please let us know.
Thanks.
Hi,
there is a problem in Admin4 related to the morris chart displayed on the dashboard. It’s visible even in the demo: http://www.keenthemes.com/preview/metronic/theme/templates/admin4/When you hover on the chart the info is displayed under the chart not on top of it. Probably a css problem.
Can you please provide a fix for this ?
Regards.
Hi
,
Thanks for your feedback on this. It seems we missed to include the morris chart’s css file. As a hot fix you will just need to include below css file right after jqvmap.css file:
<link href="../../assets/global/plugins/morris/morris.css" rel="stylesheet" type="text/css">
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. It works like a charm
i followed on twitter. regards.
Great! You are welcome! Glad to help you out 
Hello,
We are using DateRangePicker in asp.net Web Forms application.
We have a Site.Master page which will act as main theme page. All other child pages inherit from Site.Master.
Which means…
< bo dy>
< form id=”Sitemaster” runat=server>
<d i v id= “Child Page Body” > < f o r m act ion=”#” >Child content goes here< / f o r m> < /d i v>
< / fo r m> < / b od y>
The above code shows that there is a form tag which should run at server. This form tag will act as parent for all child pages. This is mandatory too.
So the problem is DateRangePicker is in a form tag with an action=”#”. As per my requirement I should have the date range picker inside a child page. Which would make the code nested forms.
< bo dy>
< form id=”Sitemaster” runat=server>
<d i v id= “Child Page Body” > < f orm action = ”#” >Date time picker code< / f o r m> < /d i v>
< / for m> < / bod y>
The code is wrong as we can not have nested forms. I tried replacing the inner form element with a Div having no action element. But it is giving me an error ‘ComponentsPickers’ is undefined and the picker is not loading. I’m pretty sure all JavaScripts and Jquery files are loaded properly.
Please help.
Hi
,
Thanks for your feedback.
Will it be possible to check your developing page somewhere online ? This is not a general issue so we will need to check and inspect your code online in order to advise you further.
Did you check it from browser console that required js files are loaded properly ? Y should use chrome’s dev tools or firefox’s firebug tools to debug your pages for JS errors. For more info on debugging pages please refer below:
https://developer.mozilla.org/en/docs/Debugging_JavaScript https://developers.google.com/chrome-developer-tools/docs/javascript-debuggingFor any further support you can email our support at support@keenthemes.com with more details.
Thanks.