This item was featured on ThemeForest
Stammi
- Author was Featured
- Item was Featured
- Sold between 50 000 and 100 000 dollars
- Has been a member for 2-3 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Bought between 50 and 99 items
- Referred between 10 and 49 users
- Exclusive Author
- Germany
786
Purchases
Buyer Rating:
4.59 stars
4.59 average based on 100 ratings.
-
5 Star
7575%
-
4 Star
1515%
-
3 Star
77%
-
2 Star
00%
-
1 Star
33%
| Created | 27 July 12 |
| Last Update | 5 November 12 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Liquid |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- admin
- admin template
- backend
- css3
- html5
- jquery
- liquid
- mobile friendly
- modern
- responsive
- skin
- slick
- software
- ui
- unique
© All Rights Reserved Stammi -
Contact Envato Support


- Microlancer Beta Tester
- Has been a member for 2-3 years
- Author was Featured
- Item was Featured
- Sold between 100 000 and 250 000 dollars
- Elite Author
- Referred between 100 and 199 users
- Bought between 10 and 49 items
- Exclusive Author
- Europe
+1 moreCongrats on being featured! Well deserved Simon!
I really, really, really appreciate your warm words, Eugene! Thank you!
Nice
long time no admin is featured so congrats again
well done.
Thank you SuggeElson!
Hi,
By buying this theme, should I will receive all future updates on it?
Thanks
Hey leolimas,
yes, as stated on the item description, you will receive all the future updates (for free).
Thanks for your interest,
~ Simon.
WoW! Mango being featured. Congratulation simon. You deserve it.
Thanks westilian, I appreciate it!
how easy is it to modify/change the colors like your other admins.?
Hey rightnowloads,
it’s not that easy like Peach, but it’s possible to change the color theme because all Photoshop-files are included. Nonetheless, it will take some time to change it. Maybe we will release some more color themes in the future.
Thanks,
~ Simon.
Stammi,
Good job , we like the template, and want to order it .
But we want to know , could you change alert box of this template current now , the alert box look like too low?and can’t support close the alert box via click alert box space ,we need click the botton.(demo :http://lavrinyuk.pp.ua/theme3/fixed/blue/widgets.html)
Hello acckme,
do you mean that you’d like the alert boxes to be closable by clicking anywhere on it?
If yes: No problem, we can add this feature into the next update!
Thanks,
~ Simon.
Stammi,
Yes, I hope it. Also ,we already ordered the tmeplate , it is good template
I just added it on the todo-list. You will see this feature in the next update.
Thanks for purchasing, acckme! 
Thanks you for your reply.
Could you let me know how to add nav bar of table ? Just like “First Page, 2,3,4,5,Last page”
I can not find it out on your document.
Thanks !
Please start a new thread at our support forums.
We’re going to answer all further questions there! Why?
Thanks for understanding!
How would one create a dynamic DataTable since you have an fn that pretty much does it all? When I init the dataTable, it is all messed up since it appears you already have initialized in on $$.loaded();
I am, used to initializing the dataTables myself… and I am using “sAjaxSource” as well and use aoColumnDefs to override the “fnRender” to add things unique to column… etc.
Please start a new thread at our support forums.
We’re going to answer all further questions there! Why?
Thanks for understanding!
I sent you an email from your profile contact form with an example…
If you could take a look at that, I would much appreciate! Thanks!
We will, but have a look at your other comment.
Bought it, there was no better alternative for me
And I see your theme is featured now, congrats! 
Maybe a little suggestion for the next update, a printable profile page like the bill?
Thanks already!
Thank you Web-App.
To your suggestion: I added your request on our todo!
I agree, it’s slow, even on Chrome, and I have a good machine. The JavaScript animations are fine. The CSS3 effects (gradients, shadows) are probably the problem. “Slowness” is very evident during scrolling.
Glad that you’re working on an update to make it faster. But when do you think it will be available? I kinda need a template now
Would buy this, but only with a leaner, faster version.
Hey obay,
on my side, Mango with Chrome is super-duper fast. Can you tell me, which site or elements are a bit slow (except the scrolling)?
Fallback images for the CSS3 -Gradients and Shadows are planned for a longterm update. So I must disappoint you, this feature will not come in the near future (but it will come!). There are some more important features for the next updates.
I hope you understand this!
Thanks,
~ Simon.
Actually every page is slow, even the simpler ones (lesser elements). That is when scrolling, one can definitely feel a lag of a very few milliseconds. It may not sound much, but it does matter as it makes the page feel bulky. I’ve also tested on my colleagues’ computers, same effect. You may have also noticed the other comments here mentioning the slowness.
I am definitely looking forward to future updates as this looks like a great template.
Okay, thank you very much for your feedback! We’ll try to work on the perfomance in the future.
Hi,
when are you expected to release the next update?
Hello nickyzee,
I can’t really say it, but I think in ~1 week.
Thanks,
~ Simon.
I like the look of this template and I bought it too!
However, for my client’s current project I will be unable to use it. The reason is that I am programming for an intranet site (which most admin templates are targeting) and restricted to making any link/http requests outside of the internal network. Out of the box, this template requires you to remove a lot of this, especially if you are under this restriction.
Second, we are required to code review every file that is placed into the intranet environment. This includes looking through all custom code that is needed for this environment (mongo.js, etc.). Some of the coding conventions, naming, etc. don’t follow any known coding standards (although they do pass JSLint) and variables aren’t well named for their purposes. This requires lots of clean up.
Some of the other issues is that a few image patterns are BASE64 in the CSS stylehsheets. This is a HUGE no-no in most secure environments because the images can’t go through an image audit (for companies that do file audits based on images—ie, financial institutions, etc.)
Finally, screens like login.html should be stream-lined to require the bare minimal to load. Login screens should be VERY quick, just loading the scripts, stylesheets, images that the login screen needs. Again, most clients, even though they are on an internal network, still want quick and fast loading pages.
Other than these items this template would be very good to use. Unfortunately, I’m going to have to use a different one.
Hello sstrangee,
thank you very much for your detailled comment. I’m trying to answer all of your questions.
“restricted to making any link/http requests outside of the internal network”
This is totally possible with Mango and is not hard neither it takes a lot of time. The ‘hardest’ thing is to download the WebFont and save it as a file. If you need help, just let me know.
“Some of the coding conventions, naming, etc. don’t follow any known coding standards (although they do pass JSLint) and variables aren’t well named for their purposes.”
I don’t understand this part.
Which coding conventions etc. do you mean? Can you give me some examples, please? 
“Some of the other issues is that a few image patterns are BASE64 in the CSS stylehsheets.”
All these parts can be easily removed, because there are fallback images.
“Finally, screens like login.html should be stream-lined to require the bare minimal to load.”
You’re right with this part. I wrote it on our todo, so the next update will include a minimal to load login.html.
Don’t understand me wrong, I totally appreciate your comment and I try to make Mango better based on your comment.
Thanks,
~ Simon.
Hi,
i love this theme but “slide to unlock” not working in touch screen ( tablet )
how can use in tablet or phone?
Hello mertowitch,
it is working on a tablet and phone. I tested it on an iPad 1 and iPhone 4GS. Which tablet are you using?
Thanks,
~ Simon.
i m using galaxy tab 10.1 and galaxy S3
Okay, thank you mertowitch. I’ll try to get a Galaxy Tab from a friend and will test/debug it.
i purchased and i m waiting new update
thank you
Thanks for purchasing, mertowitch!
I already added this bug to our ToDo. 
hi, this template is very FANTASTIC and i love it, i want to this. but i have a question for you.
in dynamic tables (sortable with tabletools) save as (copy , cvs, excel etc) is not working on tablet(new ipad) . i like this attribute and how do i make this on ipad. and i want to this and send mail this file.
thank you for helping. ( i am new in programming and english sorry for this.)
Hello latagdab,
thank you for your comment!
Unfortunately, TableTools are based on Flash and iOS (iPad, iPhone) does not support Flash. So it won’t be possible.
I hope you understand,
~ Simon.
thank you for your answer. and i understand you. its overlooked.
Hi,
There are Turkish character problem, how to fix it. i append <meta> tags but it is not working. please help me. i am waiting you.
Thanks for purchasing latagdab, we appreciate it!
Please have a look at our support forums. Your question is already answered.
thanks for your answer. its working now. you are very quality developer. thanks.
I’m glad to hear that. Thanks!
Beautiful theme wow amazing really. I left a few questions on the forum side hope to get an answer if possible:D nonetheless I congratulate you for such an outstanding job!
Thank you Goody! We’ll answer you as far as possible.
Congrats for the wonderful work on this admin theme. it fully features and look simply beautiful! will certainly buy it and fully utilize it or simply borrow parts of it!
my main concern atm is that as someone else noted as well, very very slow. the is VERY evident while you are scrolling any page on the demo.
tries this on safari, firefox or IE9 and expreinced the same slowness on all of them, even on the iPad as well. not sure what makes is slow after the page is loaded. are you looking into making it perform better so its more smooth?
Thanks for your comment paris18m! As I see, a lot of people are interested in a smoother version of Mango. I’ll see, what I can do!
Hi Stammi,
I would love to know if you are planning to include “to-do list task” pattern in next version. Also, is it possible to include checkbox in datatables to select few columns based on user.
Thanks in advance
Hello samuelindia,
do you mean if we’re planning to make our todo-list public? To your second request: Yes, this is totally possible. I’ll make an example for the next update.
Thanks,
~ Simon.
No Stammi. I think you mis-understood my point. I mean I want a widget in which there will be a checkbox with corresponding label. When, checkbox is checked, the corresponding task is crossed. Did you get my point ?
Thanks in advance
Ahh, now I understand you! Sorry.
Yep, I just added it on our todo-list. You will see this feature in a future update.
Any idea when the lag issue will be fixed? It’s pretty bad and making me regret not seeing all the comments about it before I purchased it.
I’m sorry to hear that you’re disappointed now.
We’ll definitely work on the perfomance!
I’ll give you more informations, when I can estimate, when it’s finished. 
you can, integrate this theme with user login for boxbilling.com ? not admin, only user this theme
Sorry, but I’m currently unavailable for custom work. I hope you understand!
Hi, I didn’t get it. What is this? It shows statitstics for the web site. is it? if it admin template then which platform template (joomla, WordPress drupal etc)?
The problem here is that the site owner “themeforest.net” assumes that people know it. they should even say “Is this the first time reading joomla? Click here to learn about joomla”.
Hello barnamah,
Admin Templates on ThemeForest are just plain HTML -files with CSS and JavaScript. You will get static pages without any backend logic behind it. They are frontends for your backends. You must code the backend behind the Admin Template on your very own.
Do you understand this explanation?
Have a great day,
~ Simon.