ThemeForest

Admin Control Panel v2

  • 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

Awesome work, I like it very much! :-)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 5-6 years
Z3r0 Purchased

it is liquid indeed, but your tables and charts are sticking out. Try it out, if you login, and try to resize to 1024px. Also would be great if you would add support for iphones too.

Robert

denkGroot

That’s because I can’t adjust those tables when resizing. If you resize your browser window and refresh again, it’s adjusting fine.

If you know of a better solution, please let me know. :-)

Also, I’m thinking about setting the max-width to about 1200 pixels instead of 80% of the total width. How would you think about that?

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 5-6 years
Z3r0 Purchased

This was one quick reply! Thanks. I’ll try to find a workaround for this, any chance for Iphone version?

denkGroot

I’m trying to find a way to properly display different columns on the iPhone. I will also need to find a replacement for the current menu, as it won’t work on the iPhone as it is right now.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

Awsome can’t wait to integrate this.

  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Referred between 1 and 9 users
  • Bought between 1 and 9 items
  • Sold between 10 000 and 50 000 dollars

very nice concept! Congratulations!

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom

Not a bad theme. Love the design. Needs a bit more coding work to make it level with some of the other themes on here.

denkGroot

Could you please elaborate a bit more? What would you like to see in this template to make it better?

  • Bought between 1000 and 4999 items
  • Canada
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Norway
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars

Looks very nice! Great job and good luck with sales :)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars

I agree with @alebai60 here.

I believe that this theme looks great, and I did try the demo, but in my opinion, it just needs more.

For example, I was disappointed when the tabs were not functional, yeah, you show us we can have tabs, but it would have been nice to actually see them work.

Secondly, when I was checking the forms section, I saw it said “check availability”, I was disappointed there wasn’t a demo of that.

I believe that there just needs to be a bit more on this theme, because recently, the admin themes have been excellent, and yours is, but just needs that extra “kick”.

This is just feedback, good luck with sales.

Regards, Thecodingdude.

denkGroot

Thanks, that’s great feedback and I’ll get to it. :-)

  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Referred more than 2000 users
  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
  • Exclusive Author
  • United States

That’s a very nice looking admin. Great job!

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

Your demo isn’t working. =(

denkGroot

It is?

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

It was earlier. The style sheet looked like it wasn’t loading. But all looks good now.

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years

I’m really happy with the theme, There is some small bits and bobs missing as some people have said but Tab Support isn’t hugely important to me at this moment in time, I bought the design for its prettiness, Cause that’s the bit of web development I struggle with.

One thing for me is the lack of icons for the main menu bar. It would be nice to have a few more icons just for a bit more flexibility :)

Many Thanks!

denkGroot

Thanks for purchasing my theme. :-)

Feel free to let me know anything you come across. I’m really eager to listen to the community and update my theme accordingly.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Netherlands
  • Sold between 10 000 and 50 000 dollars

I’ve just added a roadmap to the item description. If anyone knows something which needs to be improved, please let me know!

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Evening,

I know it is not your role to provide support, but I was just wanting some advice. As you will tell, I am very much a ‘noob’ – I am trying to integrate this theme into my existing client area application.

On the login page, when a user gets the password wrong, the application adds ’?incorrect’ to the end of the url. With previous themes I have been able to use my if statements to bring up a box with an error, for example. However your error box requires an onClick function. Is there any way I can make it so ’?incorrect’ triggers that error message?

Any help would be greatly appreciated.

Regards, Matthew McDougall Brisbane, Qld Australia (+10 hrs)

denkGroot

Well, the reason it adds ?incorrect to the end of the url is probably because you don’t use method=”post” in your form-tag. It takes knowledge of a server side language such as Ruby or PHP to authenticate the user and send back a reply to the client.

What’s common is that this so called POST -request will happen through an AJAX -call which in return will be able to launch a new notification message. Instantiating a new notification-object in JavaScript is enough for it to show up. You are completely free to handle the event handling the way you want.

I understand if this sounds a bit daunting. If you’re willing to learn, I’ll be glad to send you some great resources. You can send me an email through my profile page if you’re interested. ;-)

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hello again,

I feel stupid now – I did end up getting it with a bit of javascript.

Thanks anyway and sorry for taking up comment space!

Matt

denkGroot

No harm done, I’m glad you figured out a way. :-)

Default-user

Hi,

Thanks very much for your fast reply – I hate to be a hindrance but just one more thing – how do I get the tabs to work? I understand I probably have to add div tags and then link to them some how in the href? I have also tried to link to other pages by just adding the link in the href however this does not work, and only highlights the tab, not jumps to the page.

Thanks once again!

denkGroot

At the end of the week I’m launching the first update to this template with examples of how to get functional tabs. For now the best thing you can do is indeed create separate div’s for storing your pages. Then use JavaScript to switch between those tabs. Here’s a small example to help you get started:

$("nav#secondary a").click(function() {
  $("nav#secondary li").removeClass("current");
  $(this).parent().addClass("current");
  var page = $(this).attr("href");
  $(page).show();
});
Default-user

Way above me i’m afraid. I’ll just get as much done as I can and wait for your update :)

Thanks once again; I’ll be recommending your template.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years

Love the theme,

I would like to see a photo area to organize and display photos and in the list of form features a way to add and delete / organize tags (http://xoxco.com/clickable/jquery-tags-input). And of course the upcoming features you added like the modal box and getting the tabs to work. Any chance your going to extend the features for both the upcoming modal and working tabs using jquery-ui?

Thanks!

denkGroot

I won’t use jQuery-UI for those things, but I will certainly implement them. :-)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years

Awesome, I look forward to your updates!

  • Australia
  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
tung12a1 Purchased

Where can i find the PSD design in the purchased files?

denkGroot

Oh my! I forgot to include that in the final .zip! Send me a message through my profile and I’ll send you one right away. :)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
maxlk Purchased

Great work. but i have one question. in the secondary nav (tabs) if i give a page ex: href=”mypage.html” it doesn’t seems to load. how can i load pages in tabs?

denkGroot

There’s a piece in the application.js-file which needs to be deleted for that to work. It’s marked with comments.

Stay tuned this week because I’m launching an update in the coming days which will address these tabs and enhance their functionality.

Default-user
maxlk Purchased

would you mind telling me witch part? thanks

denkGroot

It’s rule 36 to rule 48. :-)

by
by
by
by
by