This item is by an Elite Author
Kriesi
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
552
Purchases
Buyer Rating:
4.43 stars
4.43 average based on 112 ratings.
-
5 Star
7365%
-
4 Star
2522%
-
3 Star
65%
-
2 Star
54%
-
1 Star
32%
| Created | 17 June 09 |
| Last Update | 17 June 09 |
| Compatible Browsers | Firefox, IE6, IE7, IE8, Safari |
| Documentation | Well Documented |
| Layout | Liquid |
© All Rights Reserved Kriesi -
Contact Envato Support


- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
+3 morestevebluck: i will take a closer look at this, meanwhile people using IE will have to live with instant tab changing instead of fading
ok thanks, please let me know if it’s fixed
As many have said above – Great template! Really helped a lot on a project I was working on recently. Thank you !
.
I came accross one problem in the style sheets which you might want to fix. If you change the colour scheme to any style other than 1, the coloured strip on the login box doesnt change colour – stays blue. I simply added this to the individual style files (example below is from style2):
#login{ background:#FFFFFF url(../images/scheme2/bg.jpg) repeat-x scroll 0 -20px; }
Hope that makes sense, Chris.
thanks for pointing this out
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
+3 moreAttention everyone
I am on vacation until the 10th of August, therefore I will propably not be able to answer your support questions. If you got questions please mail them via the contact form or to support[at]kriesi[dot]at, I will replay as fast as possible.Please DO NOT post here during the next week so everyone can read this message
Thanks a lot, best regards
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
+3 moreHi everyone, I am back from vacation
I will try to answer your questions as soon as possible, since I do not know which of your problems still exist and which got already solved I would appreaciate if you drop me a mail at support[at]kriesi[dot]at or via themeforest contact form if you are still encountering problems.
Best regards, Kriesi
Great job on that Admin Menu
Just purchased it and will play around with it soon.
But I have noticed some Bugs when using it with Googles Chrome (somehow the Footer on the #main div is misplaced).
Other than that mentioned bug, it’s a great admin theme!
thanks for the info, will ook into it as soon as i can spare some time =)
Thanks
Actually I noticed it’s in every Browser 
I thought it was a mistake, maybe it was planned that way, but it looks a bit odd inmho
I’m very interested in purchasing your template but I wanted to make sure, and not assume, it will be easy to add extra tabs correct…and the change the names of them?
Great template btw..
yes it is possible and ver easy
Yes it is very easy
Your Heading
<!- Your Data ->I’ve personally changed it, so I’m using a hidden span with the class jquery_tab_title to change the Tab-Title
Also Kriesi, what about using jQuery Tablesorter next time?
I’ve already replaced it in my version and changed the style to match the stylesheet 
good input thanks a lot. will consider it allthough I am not sure if creating admin skins is what I am really good at ;D
so we will see if there will be a new one during the upcoming months
oh sorry, it didn’t display my codesnippet.. Here’s the link to it: http://pastie.org/621944
I am new to this…how do you apply skins to existing admin pages?
Thanks, Will
basically you edit the output of your admin panel that it matches the html structure and classes of the admin template you want to use…
The admin area is in php?
Thank
Max
no, this is just plain html. you need to add the php functions yourself.
What is the icon set(s?) used here?
some custom mades, mostly drf icon set
Thanks
Is it possible to add this kind of theme to Wordpress?
Hi,
Can this template be used as a WP admin skin?
Cheers,
G7
This is a fantastic theme! I recently purchased it for integration into a customized administration interface and found it extremely easy to insert into my project. Even better it made a fantastic impression with the decision makers.
Very clean, professionally done and well documented, I am very satisfied and impressed.
Thanks a lot, glad you like it
Hi,
Thanks for a great theme, very professionally done.
I have one issue,
It seems that the icon set is not available for download anymore? Does anyone know where I can get a hold of it?
edit..
I found this alternative site for it.
http://www.freeiconsdownload.com/Free_Downloads.asp?id=182
Might be good to update the link in the documentation. edit..
thanks for the notice!
Where is the icon set? I only have about 13 in the file that the download came with. I don’t see 96. Thanks.
excuse my noobiness but what exactly do you use admin skins for?
Hi Kriesi,
I use the jquery tabs for each subpage. Very usefull. However, if I click on tab number 2, which for example contains an edit form. When I submit the form the form will send me to what other url I choose, in the case it sends the POST to the same url, “but” the page of course reloads in the process, which makes tab1 go active again.
That is my problem. How can I make tab2 active until I choose to click on anohter tab?
Regards, Joakim
Hi Kriesi,
Thanks for the awesome admin panel template!
I’d like to ask one question… how can I add a link to the parent level of the main navigation menu, if there isn’t any child level? I added the link, but it doesn’t work…
Thank you for your time! Paul
hey paul, to do so you need to edit the javascript that controlls the menu:
open custom.js search for kriesi_navigation and change
if(jQuery(this).next('ul').hasClass('closed')){ jQuery(this).next('ul').slideDown(200).removeClass("closed"); return false; }else{ jQuery(this).next('ul').slideUp(200).addClass("closed"); return false; } to if((jQuery(this)).siblings('ul').length > 0){ if(jQuery(this).next('ul').hasClass('closed')){ jQuery(this).next('ul').slideDown(200).removeClass("closed"); return false; }else{ jQuery(this).next('ul').slideUp(200).addClass("closed"); return false; } }Great! Thanks for your prompt response!