12203 comments found.
Hi,
Thanks for this great theme.
I wonder if an angular version will be released in the future?
Hi,
Yes, it will be released soon. Right now we are working hard to bring this feature as soon as possible.
Thank you.
Hello.. Tooltip doesn’t work with dynamic form, May you give a solution for it ? Thanks
the check boxes as well in dynamic don’t work
Hi
,
You should initialize the tooltip and checkboxes dynamically once they populated in the dynamic content as shown below:
$('.my_tooltip').tooltip(); // initialize tooltip
Metronic.initUniform(); // initialize checkbox and radios
For more info please check the official documentation of the bootstrap tooltips plugin and the custom form elements plugin:
http://uniformjs.com/ http://getbootstrap.com/javascript/#tooltipsTo stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Thanks for your solution, actually the tooltips worked perfectly but the checkbox is still not working.. I tried Metronic.initUniform(); and Metronic.init(); but no one works 
Hi,
You should get it working with Metronic.initUniform(). What code did you use for the checkbox ? Can we check your developing site somewhere online ? You can email us further details to our support at support@keenthemes.com
Thanks.
I sent you an email but still no reply from you .. can you please check?
Hi,
We are checking it now, and will reply asap.
Thank you.
Hi, is your template html files only?
Hi,
Yes, Metronic is a HTML template comes with HTML/JS/CSS files.
Please feel free to ask, if you need further clarification.
Thank you.
I have bought the item , I am trying to use the advanced tables in my index.html. I have initiate the tables using TableAdvanced.init(); in the script at the top of the file and I get this: http://prntscr.com/4saj5c
without the tableadvanced.init() function I get this but of course the table’s components are not working: http://prntscr.com/4sajb8
Ok I have change the code now is looking fine but only the print button is working but is empty. Take note that am binding the data in the table from KnockoutJS
And I got this problem now too
: http://prntscr.com/4sbmsl
Hi
,
To have the print, csv buttons to work please make sure you included the tabletools extension:
<!-- BEGIN PAGE LEVEL PLUGINS --> <script type="text/javascript" src="../../assets/global/plugins/select2/select2.min.js"></script> <script type="text/javascript" src="../../assets/global/plugins/datatables/media/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="../../assets/global/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.min.js"></script> <script type="text/javascript" src="../../assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.js"></script> <!-- END PAGE LEVEL PLUGINS -->
Also please make sure that “sSwfPath” is set properly:
"sSwfPath": "../../assets/global/plugins/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf"
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi,
If I purchase this theme now, will I receive upgrade of the upcoming release (such as Angular theme) or will I to purchase the newer version?
In other words: will purchases include upgrade for/to future versions?
Thanks!
Hi
,
Yes, sure you will get all the future updates for free for the same license. But if you sell your end product to other client or your the theme for other project you will need to purchase a separate license.
For more info please check http://themeforest.net/licenses/standard?license=regular
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Is there any way that the template has bower support for management of dependencies?
Hi
,
Sorry, the bower files are not available. We will let you know if you we will implement it in the near future.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi, nice template you have out there and I am interested to get it. Does it come with infinite scrolling?
Hi
,
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
The application seems to throw errors when used with requirejs. Is there a module loader that this template is using internally?
Actually, the solution in this thread helped solve that problem: http://stackoverflow.com/questions/15371918/mismatched-anonymous-define-module.
I ended up moving my script tag to the end of the document. Thanks!
Great! Thanks for sharing this. Good luck with your project!
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
For the Admin3 template, is it possible to use ajaxify?
I’ve noticed that admin2 and admin1 both have ajaxify code in layout.js. I’,m wondering why admin3 doesn’t have the same?
Hi
,
We could not include it in the initial release. But we will implement it in a future release.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Thanks for the quick reply. That’s an important feature that’s missing in order to be able to port an existing template to the new one. I’m trying to add that manually at the moment as the template is not usable otherwise
. However, I love the latest template!!
Hi
,
Noted. If you need any assistance with the implementation please contact our support and we will help you out.
Thanks.
i tried to combine Portlet with checkbox inside the dropdown menu, but the dropdown menu in the portlet cannot stayed open until i finished select the checkbox, it closed after i select one of the checkbox…
is there any solution?
Hi
,
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.
Great template…very nice .. But how to disable popup notification ? The notification display - ‘Get Metronic just $25’ - ‘Develop with metronic’ - ‘Customize with metronic’
Thanks ….
found it .. comment this line – Index.initIntro();
Hi 
Correct! Glad you figured it out. If 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.
Hi,
When will you be releasing Angular JS theme? I am eagerly waiting for that theme.
Thanks a lot
Gowtham
Hi
,
We are working on it and hopefully we will release it soon.
If you have any suggestions or requirements for the AngularJS version please send your feedback to support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi,
We are using metronic theme for all our pages and when user clicks on a menu option, we are making ajax calls to hit the server. The code for Ajax call also contains Google Analytics(GA) code to track response timing & other useful data, We have used _setSiteSpeedSampleRate & since number of users are very less (in thousands) we have passed 100% for _setSiteSpeedSampleRate. But still we are not getting any response time in our google analytics reports. However, the same code works fine in another product where instead of metronic we are using ExtJS.
Can you please help? Thanks.
Hi
,
Thanks for your feedback. Not sure how you are implementing the GA tracking with Metronic. However i would suggest you to double check the ExtJS and Metronic implementations. Also you can check this related article http://davidwalsh.name/ajax-analytics.
If we can help with anything else please contact our support via support@keenthemes.com.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hi, again. I’ve found some bugs in theme. How can I connect with you and send screenshots?
And can you tell me, where are flag’ classes?? I saw countries’ flags at “Custom Dropdown” page.. I can’t find flag-page in the template..
Hi
,
Those flags are images. You can get them in assets/global/img/flags/ folder. For any further support or feedback you can contact our support via support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
I sent you email with bugs
Noted. We will check it and reply shortly 
Hey,
at first, a wonderful template. At another point, I have a small issue.
Im using the default admn theme, and want to have the sidebar always visible. Under 990px its hidden, I would like to have an effect that instead of hiding shrink it like if you toggle. Where can I do that?
Regards, Grief-Code
Hi
,
Thanks for your feedback. It needs some major changes in the code. We will check this further and consider implementing it in a future release.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
well, this is my first time to use metronic themes,
i cannot do submit the form wizard, it seems that some script altered the behaviour…
can you help me?
thx,
Hi
,
Please refer to assets/admin/pages/scripts/form-wizard.js and apply below change to submit the form:
$('#form_wizard_1').find('.button-previous').hide();
$('#form_wizard_1 .button-submit').click(function () {
alert('Finished! Hope you like it :)'); // you can disable this
form[0].submit(); // submit the form
}).hide();
For more info you can check the form wizard plugin’s official doc here:
http://vadimg.com/twitter-bootstrap-wizard-example/
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 have problem with theme color when I set it in one particular page it will not affect other pages. I use metronic with asp.net mvc and I put theme color in application layout
Hi
,
You will need to set it in the html code by loading the selected theme’s css file.
Change this:
<link id="style_color" href="../../assets/admin/layout/css/themes/default.css" rel="stylesheet" type="text/css"/>
to your selected theme’s css file:
<link id="style_color" href="../../assets/admin/layout/css/themes/darkblue.css" rel="stylesheet" type="text/css"/>
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!
I wanted to buy this theme, Its perfect.
But I saw, that some cool features will be soon. Such as AngularJS support and some new pages designs. Especially because these designs I don’t like in this template.
So, Im interesting, when wll be the new version?
P.S. Just approximate date, plz. And don’t tell me about your twitter 
Hi
,
Those features will be released in the next big update. But at the moment we can’t give any clear date. However we will do our best to release it within a few weeks.
Thanks.
Hi! Great job with the theme. Congratulations.
Please, how can I use TOOLTIPS in the “Recent Activities” box, in the sample? When I use the class TOOLTIP the DIV, SPAN,... dissapears.
Thanks in advance.
NOTHING ! Solved with your tooltips integred, i was using tooltipster. Thanks.
Hi
,
Great! Glad for you
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.
Hello, checkboxes in modals are not clickable, any idea?
Hi
,
Please make sure you copied the checkbox code from the template source instead of getting it the browser inspector since the browser code inspector shows dynamically created HTML code.
If 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.