169 comments found.
Hello, Actually I’m working in application that support RTL layout. Please if possible how can change all layout from right to left.
Nice. But the unlock feature doe!’t work in landscape mode in iPad . The iPad keyboard block the feature
$("form").validate({
submitHandler: function (form) {
$.ajax({
url: form.action, // Not available to 'form' variable
type: form.method, // Not available to 'form' variable
data: form.serialize(),
success: function (html) {
// Do something with the returned html.
}
});
return false;
}
});
Hello taimara,
thanks for your comment. 
Please open a new thread in our support forum.
I hope you understand,
Simon
This looks like an amazing theme. Can you please let me know what psd’s are included with it? Thanks.
Hey consensus,
thank you very much for your comment and interest in Mango! 
The login and all elements from the template are included in the PSDs. 
Have a great weekend,
Simon
Is there anyway to easily adapt it to Prestashop admin? Thanks
Hello lucasmx,
thanks for your comment. 
Admin Templates on ThemeForest are just static pages without any backend logic. As I don’t know Prestashop, I can’t say how much work it will be. I’m sorry.
Much regards,
Simon
Very nice, a good well polished admin template. The support form is also actually quite good, they seem to respond to every one and try to help in what ever way they can.
Defiantly a favorite, can’t wait for the next one.
Greatly appreciated.
Hey reconix,
thank you so much for your warm words, we really appreciate it! 
Have a great weekend,
Simon
Is it WP compatible. I have a wordpress site i would like to use this on
Hey tolaisokay,
thanks for your comment.
Unfortunately, by nature it’s not WP compatible, but if you like to include it on your own: Sure, thats possible (but will take some time… :)).
The short answer: No, because it’s an admin template. 
Thanks for understanding,
Simon
Hello, Mango is very pretty and modern. Just I have problems w/ including other js libraries like kendo, which directly impacts our existing functions. The error logged in Firefox is as follows: Error: Mismatched anonymous define() module: <kendo js goes here> Would you please let me know how to fix it? Thanks a lot.
Please start a new thread at our support forums.
We’re going to answer all further questions there! Why?
Thanks for understanding! 
No updates since last year?
Once again… A YEAR WITHOUT UPDATES…
Hello,I have already purchased this template,but I can not download the file.Can you send the file to my Email? Thanks.
Hello mk307,
thanks for purchasing Mango! 
For downloading Mango you can go to your download-page, click on “Download” and then on “Main File(s)”. If you need further assistance, I’m glad to help you.
Regards,
~ Simon.
hello Stammi, I need a help to you,I want to move the ”<section id=”toolbar”> “(Profile?Messages?Lock screen ?Logout ) to replace the “search input”?I much to do it , please help me to modify the css. Thank you.
can you looking to post http://support.stammtec.de/discussion/312/i-have-a-problem-for-asp-net-form-element#Item_1
Done. 
Hello,
When do you plan a new version that suports IE10?
I´m using 03.11.2012: Version 1.1. Is this the last one?
Best, Sílvia Gaspar
Hey Sílvia,
yes, we plan supporting IE10 but unfortunately can’t give an ETA now.
~ Simon and Markus.
Hi! This theme looks fantastic… meantime, there was no upgrades for it since 2012 and it seems strange for me. What’s the reason for it? This theme so polished that it doesn’t need recent jQuery version, updates and bugfixes? Or is it just dead?
I’m planning to use it for a long-term project, so want to make it clear. And I’m curious why this theme isn’t #1 in this category (maybe due to the lack of updates, too?)
Looking forward for your answer before deciding to buy it or not. Thank you!
Hey JetHedgehog,
we’re glad, you like this theme.
There are no new updates since 2012 because Markus and I both started studying last summer and didn’t have time to work on new features. But we’ve fixed a bunch of bugs reported in our support forum and plan to release a bugfix update soon. This update will also include recent versions of 3rd party libs.
~ Simon and Markus.
Thank you! I’ve already purchased regular license to evaluate it… It’s brilliant! Looking forward to start using it in the next big project with commercial license
Good luck and big profits to you!
Great, thanks for purchasing!
If you have any questions, don’t hesitate to ask in our support forums. 
hi,i like it very much,and want to buy it,but i want to modify it,please visit http://61.145.231.183:8080/ask.html
Hey mk307,
thanks for your interest in our template. 
To answer your questions:
1) Unfortunately this modification would be very complicated. Maybe you can use AJAX requests to replace the main content?
2) If you do some small HTML and CSS changes, this should actually be possible. 
3) With some CSS modifications, this shouldn’t be a big problem, too. 
~ Simon and Markus.
Please start a new thread at our support forums.
We’re going to answer all further questions there! Why?
Thanks for understanding! 
I don’t have that licence number, It’s diferent from where your say http://support.stammtec.de/discussion/1/how-do-i-find-the-purchase-code
Yeah you’re right, I should update this thread because Envato changed the way you get the licence a few weeks ago.
The difference now is, that you have to click on “Download” first. Then you’ll see a dropdown where you can download your licence. 
Nice, thanks 
You’re welcome! 
You know, man. Just thought I would chime in with a comment on this one. Mango looks great, but it seems to me that it has the same problem all the other admin themes on themeforest have. It’s going to be a lot of work to get it to where I as a buyer would find it useful. Your other one, Peach, by contrast is much simpler, and looks like it’s a lot easier to use. Going to pick up a license on that one tonight.
Hey amazingsammy,
thanks for your honest feedback. We’ve done our best to make this template unlike ‘all the other admin themes’, to make it as easy as possible to customize it to your needs. You can’t see that from the screenshots or the live preview, but if you like, we can publish some HTML snippets that show how easy it is. Peach on the other hand is not only simpler but – to be honest – less flexible than Mango so we’d recommend use the latter. Anyhow, we hope you’ll like the template you buy.
~ Markus and Simon.
Hello, great looking template! I’m complete-newbie, please help: I want to build a user area where users can register and fill out large form(like you have it here). Then, users should be able to login and change their data. User data should be displayed somewhere… How do I realise that? Is your template suitable for that? What else do I need? Please explane. Thanks and regards
Hello agento,
thank you for your comment. Admin Templates on ThemeForest are mostly completely HTML/CSS/JS-based, so you’ll only get the frontend. You need to write the backend on your own. For the backend you can use e.g. PHP.
So Mango is a template without any backend logic. Sure, you can use Mango for your use-case, but remember that you need to write the logic on your own.
Thanks,
~ Simon.
Hi Stammi, I have a problem calling an ajax fucntion, it worked before in the old release but not now with 1.1 release :
$gouvernorats.on('change', function() {
var val = $(this).val(); // on récupère la valeur de la région
if(val != '') {
});
$delegations.empty(); // on vide la liste des départements
$.ajax({
url: 'selectdelegations.php',
data: 'id_gouvernorats='+ val, // on envoie $_GET['id_region']
dataType: 'json',
success: function(json) {
$delegations.append('<option value=""></option>')
$.each(json, function(index, value) {
$delegations.append('<option value="'+ index '">' value +'</option>');
$('#delegations').trigger("liszt:updated");
});
}
});
}
The json return nothing, it seems not working. Thanks for help.
Please start a new thread at our support forums.
We’re going to answer all further questions there! Why?
Thanks for understanding! 
Hi Stammi,
I decided to buy this theme, but I feeling some lags in Your demo with scrolling in Firefox and Chrome. It must be so?
Hey KirbyMagicman,
most of the lags have been removed in the latest update of Mango. We simply didn’t find time to update the live preview. If you decide to buy Mango and still find some lags, don’t hesitate to open a thread in out Support Forums.
Thanks,
~ Simon.