12203 comments found.
Excuse me, what’s the time releasing version 3.3? Thanks.
Hi
,
We are planning to release it by tomorrow.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hello, i’m facing an issue with modal ajax content: the loading of the modal content is veeery slow. can be the js the culprit?
Hi
,
We will need to inspect your developing page and its code. Will it be possible to provide us a link to your page ? You can send any further info to our support at support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hello In my offline version when using Firefox, FA icons are not shown correctly in the browser. But I have no problem with Chrome browser.
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.
Hi, Very very slow form.
If I test the script (metronic_v3.2.0) /theme/templates/admin/form_validation.html Validation Using Icons
With just changing form_validation.html:<form method = "post" action = "debug.conf_2.php" id = "form_sample_2" class = "form-horizontal">Line 1615 and
Theme / assets / admin / pages / scripts / form-validation.js form2.submit ();line 165
Just changes to the submit. He spends a lot of time to perform the action. With an error message /metronic_v3.2.0/theme/assets/global/plugins/jquery-1.11.0.min.js:3 We need to continue to finish the script.
Tested with: Windows 7 + gold standard 32.0.2 FF safemode Windows 7 + IE 11.0.9600.17280 Windows 8 + FF 32.0.2 Windows XP + FF 30.0 Android + FF and std browser 2 web servers (local and hosted) several machines
I web test if you want to test. Best regas
Hi
,
Please provide us a link to your developing site. We will need to inspect your code to give you any further advise. You can send any further info to our support at support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Hello, Already sent yesterday after my POST Regards
Hi
,
To fix the issue you will need to change the submitHandler function as shown below:
submitHandler: function (form) {
success2.show();
error2.hide();
form[0].submit();
}
</per>
Thanks.
form2.submit ();In my another development I was using
form.submit ();and works well Why your variant [0]? You should comment out the code in this type of information not to disturb you for nothing. Many many thanks
Hi
,
To submit the form you will need to get access to the DOM instance through jquery object(e.g: form0). If you need any further assistance please let us know.
Thanks.
Thank you for the explanation.
what the best practice?
form.submit ();
or
form [0] .submit ();
Hi
,
Thanks.
Hi,
I want to use AJAX layout and this is how my link looks like: <a href="/my_page" class="ajaxify">my page</a> when I click on link I see the page loads in network tab of my google chrome dev tool but however nothing is change in page content and it still remains as it was before.
Hi
,
Please double check your code and make sure you followed the page markup from http://keenthemes.com/preview/metronic/theme/templates/admin/layout_ajax.html. Also please make sure you have the ajax content’s container DIV with “page-content-body” class name.
If you need any further assistance please provide us a link to your developing page so we can inspect your code and advise you further. You can send any further details to your support at support@keenthemes.com
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
Dear,
I would like to use the admin panel on one of my projects, however the total size discourages me this time. I noticed that the plugins folder are full versions, including full and min versions and all documentation. I would ask if possible to make available a copy of the plugins folder only the files that will be used. I believe this the final version of the admin panel has less than 10mb and would be well pleasing to use it.
Thank you.
Hi
,
Thanks for your suggestion. We will definitely consider this in a future release.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
comme on, cant wait to have a buitful night with v3, give me the admin3 hard please
Hi
,
Its almost ready for the release. Just allows us 1-2 more days.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
PRE SALE QUESTION:
Are you using JS files to make animations or graphics or are you using a CSS3
Hi
,
Sorry for the late reply. We are using both. For example for the sidebar menu’s submenus slide we use jQuery animation. Also we used CSS3 transitions as well.
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, I’m getting following error message when trying to install the theme using FTP: Name Description metronic_v3.2.0/_start Template missing.
What can I do?
Thanks in advance!
Hi mobstaa,
Please note, Metronic comes as an HTML template without the backend implementation.
Please let me know if you need any further clarification.
Thank you.
Hi, I like the template and I want to buy it but I need the version 3 that is not still available. Do you have any idea when will be uploaded? Thanks
Hi jordivilaga,
We are working hard to release it asap. New version will be available very soon 
Thank you.
quick question.
If I buy version 3.2 today, will I be able to download 3.3 when it’s coming out, or I have to pay another $27 for 3.3 also?
Thanks and well done for the great work.
Hi besfort,
No need additional payment. All future updates/versions you can download for free.
Thank you.
Thanks for the reply.
You are welcome 
Hi Keethemes ,
i want Frontend Corporate theme with bar chart , pie chart , is it possible
Hi krselvam2000,
Yup, all admin features can be used in Metronic’s frontend themes.
Please feel free to ask if you need further clarification.
Thank you.
Hi Keen,
When using Editable with datepicker, I can’t clear the the date in the input field if it’s already loaded in there from PHP, do you have a clever work around for that?
Nevermind fixed it like this:
$(‘[data-type=”date”]’).on(‘shown’, function(e, editable) { editable.input.$input[‘0’].removeAttribute(“readonly”); });
Hi patrickpereira,
Glad that you managed to fix it. And thank you for sharing solution with us.
Thank you.
hi, i have one question about the updating system. Is there some script already done that uploads mysql tables with ajax (like ordering images, or selecting what is the thumbnail, etc) ? Or i have to made it myself? Thanks and congrats for the theme!
Hi guischumacher,
Yep, you will need to develop backend part yourself. Metronic comes as an HTML template without the backend implementation.
Please let me know if you need any further clarification.
Thank you.
Purchased this about an hour ago, still in the process of downloading, extracting, and reuploading to my webhost for a live demo to use rather than local files.
I liked the theme, however so far I’m not liking all the folders and large amounts of files. Is there any way to reorganize this and maybe shrink it? I’ve never heard of sass or anything of the sort until now (I’m not a webpage developer, hence why I bought this. I build the backend). I’m confused on what to put where and such since the folders are overlapping and the styling and such is outside the main content as far as I can see.
As for my setup, I’m using CodeIgniter. I want to be able to place the theme files (css, js, etc.) in the public folder to be included and then the actual templates outside the web root. I’ve done it before with other themes, but this one is more than I’m used to. The help docs aren’t particularly helpful on how to set this up, it just states what is where.
Like I said I’ve never used these file types before so I’m not fully sure I know what I’m doing, so I’ll play around with it once it finishes uploading. Don’t take my word for it, but be forewarned, if you know little to none of website creation, you will get lost with this easily.
I’ll be back with an update when/if I figure this out. I’m not saying this theme is bad, it’s nice, but it just seems a lot more than other themes I’ve purchased. The other two were 8/9mb zipped, this is 179mb, so you can tell the struggle.
Hi
,
Thanks for your feedback.
Yes, for beginners as any other HTML themes Metronic can seem a bit complicated. But once you understand and get used to it you can enjoy coding with it as many of our customers.
The only folder you need to work with is “theme/assets” folder. This folders contains all the required(or optional) plugins, javascript and styles files. The html templates(theme/templates/admin) are just for the reference. You can refer to these templates and build your own pages. Just make sure you set proper paths to all all assets(css, js and images files) in your pages.
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.
I’ve figured a lot of it out, I uploaded the sass and assets folders to my public_html folder and then include them in my head template.
The next thing I need to figure out is what needs to be included on every page and what is optional and page dependent (does the page use the plugin).
I tried going off of the first group you showed for the “core plugins” and removed the rest, but then the sidebars and such stopped working. Is there a way to get a list of what is needed for each plugin and what is needed for the entire site? For example, if I wanted to use the geolocator plugin, I’d include that javascript file for that and whatever else I need.
It would be nice to have a list either in an email or in a future update. I’m sure I could figure most of it out myself but I don’t know if there’s a certain order or grouping or something that matters. I wouldn’t consider myself an amateur website builder, but I’m not a pro either. Just somewhere between, depending on what it’s about.
Hi
,
Glad to hear of your progress.
The minimum required JS and CSS files you can check here: http://keenthemes.com/preview/metronic/theme/templates/admin/layout_blank_page.html. You can get the full list of used plugins in the documentation under “documentation/admin/index.html”.If you need any further assistance please let us know.
Thanks.
Oh wow, I didn’t even notice that was there, I guess the combination of so much stuff and too much lazyness caused me to not look at everything
I just wish I found this before I parsed the document myself to separate the different areas from one another, it would have saved me time. I’ll probably still use it too just because.
Great work on this template, I had my doubts (mainly for documentation) but you just gotta find it is all. I guess the only thing you’re really missing is an index page or something to list all the info and what is what in the folders, other than that this seems to be very rich in content and makes the rest of the themes look like they’re done by skids (script kiddies). Highly professional work and I’ll definitely be checking you out again next time I get another template, if I do.
Hi
,
Thanks for your kind words. We really appreciate your comment We will definitely improve the documentation and make it more detailed in the future. In the main time you have any questions that are not covered by the doc you can always as our support via support@keenthemes.com
Thanks.
I see my previous comment was removed. I probably shouldn’t have gone off, but I spent my money on something I thought I could use.
No help documents came with this, so forgive me for being a confused noob who doesn’t have a clue how to use this.
I understand you said “Build your project from scratch”, are you insinuating that we have to literally code everything from scratch , or does this work as sort of a website builder where you build the project online?
I’m sorry if that doesn’t make sense , I’m clueless about what to do , and all I want to do is make an admin panel with a few features…
Thanks.
Hi
,
Thanks for your feedback.
With Metronic you can build any web application. Basically Metronic is an HTML theme(collection of UI components and html templates) but it is not fully functional admin panel or web application. Metronic provides you just html templates without actual functionality. The actual implementation is responsibility of buyer. Basically web applications contain of 2 layers:
1) Design and Frontend UI(html, css, javascript)
2) Actual system implementation using some server side language such as PHP or Java, and database engine such as MySQL, MSSQL, etc.
So our Metronic theme, as an HTML theme helps you on the step #1. The step #2 will be responsibility of the buyers as every buyer has own requirements and system specification.
If you need any further clarifications please let us know. For more info you can check our FAQ here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/supportIf you need any further clarifications you can contact our support at support@keenthemes.com
Thanks.
Help: First time Bootstrap user
Its the first time to work with Bootstrap – I downloaded the Template but I have no clue which folders to upload, or should i just upload the whole content even though I will work only with one version?Do I need to install Bootstrap separately and into the trot of the domain or where?
Thanks an help will be appreciated
Hi
,
No need to install anything. All the required libraries and plugins(bootstrap and other plugins under assets/global/plugins) are provided in download package. Basically you can just upload the “theme” folder to your web directory and launch the theme from your browser(http://localhost/metronic/start.html).
If you need any further assistance please contact our support at support@keenthemes.com
Thanks.
Loving the look of this theme! Any documentation on pulling the data from a Google Sheet document? I am using Google Charts now but would rather use this theme if I knew how to connect the data. Thanks!
Hi
,
Sorry for the late reply. At the moment we don’t have this type of integration. However we will check it further and consider implementing it in a future releases.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.
dear keenthemes,
i would like to know if its possible to do something like this with the metronic style.
pic: http://oi58.tinypic.com/30ndi1i.jpg basically, group columns.
Best regards, Rui Silva
Hi
,
Thanks for your feedback.
Yes, that kind of layout can be possible. But it needs a custom development based on Metronic’s existing features.
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, first, thank you for your theme it’s awesome and for once I feel I got more than my money worth. One only thing I see missing (or I missed, in that case I’m sorry) is a tokenizer for text inputs in forms (like http://miguelfonseca.com/bootstrap-tokenizer/ or http://sliptree.github.io/bootstrap-tokenfield/), it would be really awesome if you could integrate something like that to your theme.
Hi
,
Thanks for the comment and suggestion.
We will definitely consider adding this feature in a future release.
To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes 
Thanks.