Evolution - Advanced Admin Theme HTML
Themeforest Evolution - Advanced Admin Theme HTML
Data Tables can be exported to CSV and Excel. New!
Data Tables can be easily printed. New!
All images in CSS are now preloaded for faster response. New!
Faster performance and page load speeds. New!
Expose any box in its own place with a single class (Click on graph to see it in action)
5 color themes
Fluid or fixed layout by changing one css property
Extremely light weight jquery tools library
3 tab styles along with Accordion
Sortable and searchable data Tables
Expandable Tables for progressive disclosure
Pagination Design
Visualize Graphing
Easy to re-skin
Valid XHTML Strict & CSS
Well commented code & PSD Files
Referenced the proper charting library on login page.
Fixed overlap of notification boxes on accordion.
Fixed hover css on vertical navigation in blue theme.
Fixed Data Tables resize issue.
Multiple data tables can be used on same page.
Multiple expandable tables can be used on same page.
Fixed navigation for IE6
Multiple accordions can be used on same page.
Horizontal tabs are now scripted out of the box.
Several tweaks for faster loading and improved performance.
Several bugs fixed.
All the images in CSS are now preloaded for faster respone.
Data tables can now be exported to CSV and Excel format.
Data tables can now be easily printed.
Removed a JS bug
Evolution admin is an advanced admin theme suitable for web applications, prototyping and backend interfaces. It comes with five different colors, working tabs, accordion, lightbox, expose and a lot of other stuff that will help your interface standout, become more usable and flexible.
It is built from the ground up using the powerful jquery tools library and validates as XHTML strict.
Some of the features of this template are:
Change log
Version 1.0.1
Version 1.0.2
Version 1.0.3
Version 1.1
Version 1.1.1
Datatables export issue has been fixed.
ReplyDeleteGreat job, very helpful, Thank you!
ReplyDeleteI am glad you liked it
ReplyDeleteHi There,
ReplyDeleteI just purchased this template, and it appears that only the blue.css file was included.
Where can I find the additional color schemes (in particular simple.css)?
Thanks so much!
Jared
Hello,
ReplyDeleteThanks so much for the purchase. You can find simple.css in “Evolution theme\html\simple\css\simple.css”.
Files for each color scheme are in their separate directory.
Thanks.
How do I shut off the light box feature where you click something and it all goes black?
ReplyDeleteJust remove the class of ”.expose” from the element and remove/comment the relevant code from script.js.
ReplyDeleteDoes this come already equipped with login and page security? A user system?
ReplyDeleteThanks!
This is only a html theme. You will need to code the login part using the backend language of your choice.
ReplyDeleteThanks.
Would it be complicated to move sidebar from right to left side?
ReplyDeleteYou can easily do it by changing a few css properties.
ReplyDeletehow do I remove the modal popup window every time the page loads without causing errors. Thanks!
ReplyDeleteAfter removing facebox div from the html, in script.js file just delete code under the following comments:
ReplyDelete’//Modal on page load’
’//Modal on Click’
Hi Cosmive,
ReplyDeletethanks for the excellent theme. Clean, beautiful, functional and simple!
I’m currently implementing it to an existing app but one thing I’m missing is a green message for saying that everything went well or is ok eg after saving data or smth. I can’t and don’t want to use (blue) information message for this. Can’t cause I’m using that for something else.
Do you think you could add that as well? Or supply the icon set name and a suggestion for message backgroud color. I consider myself color challenged
Anyway good work and I’m really happy with the purchase.
Thanks!
Hello Veoloom,
ReplyDeleteThanks for the purchase and your kind words. I am glad you like the theme.
Can you send me a message from my profile page so I can send you the updated theme over the weekend?
Thanks!
First of, surprisingly nice theme. There not enough clean, XHTML admin template here at ThemeForest.
ReplyDeleteAt $12, I am definitely going to be buying this theme.
Two questions though:
1) how easy would it be to make this into a fixed width template? Just throw a wrapper around everything with width:980px ?
2) Any plans to update all the JS libraries (which I assume you used) to their latest versions?
Thank you.
Hello Pembo,
ReplyDeleteSorry for the delay in replying. I am glad you like the template.
1) The wrapper is already present. You just need to change the width through CSS .
2) The core jquery tools library has just been updated this week(after a year almost) so soon there will be newer version with the updated libraries.
Thanks.
Thanks. I will check back in a week or two.
ReplyDeleteI followed the instructions to get rid of the module popup, “After removing facebox div from the html, in script.js file just delete code under the following comments: ’//Modal on page load’ ’//Modal on Click’”, however, it seems that after removing the facebox div, the rest of the js does not work. Tables are not tabbed, everythings is displayed, etc.
ReplyDeleteAny idea? I can show you if you would like.
Otherwise, I love it! I just don’t like that pop up… it irritates me, sorry =)
I’m a dumbie… I forgot to clear my css cache =( I’m sorry. I love it!
ReplyDeleteOne question tho, is it possible to default the table order? What I mean is I am displaying my data via mysql and php. I have selected the order in my mysql statement to order by id desc. However, when it displays on the table, it is displayed asc, not desc and the little arrow on the table is pointing up. How can I get it to default to point down?
Thanks!
Hi,
ReplyDeleteYou will have to change some initialization parameters for that to work. You can read about it here.
http://datatables.net/usage/options
Look at the second entry under the title of “aaSorting”
Let me know if you need more details. I am glad you liked the template.
Thanks!
Hi Cosmive,
ReplyDeleteThanks for this awesome theme. I like this one very much. Clean and free from heavy stuffs.
I would like to know whether there is any class to exclude a table column from being sortable. Also I would like to know can we use ajax content for the model popups.
Thanks
Hi,
ReplyDeleteYou can disable sorting for a single column, please see:
http://datatables.net/usage/features
Go to the heading named ‘bSort’ and click on show details to learn more.
As for the modal, i am not too sure if the plugin supports it out of the box. You can read more here:
http://flowplayer.org/tools/overlay/index.html
Thanks!