653 comments found.
Regular License includes a template updates?
of course 
And for how long?
there is no limit actually, you will need to download an updated archive from your downloads page and that’s it
Thank you for info 
Absolutely one of the best admin themes i’ve seen. Great job. definitely bookmarked!
thank you!!!
Whats the ETA on the new version?
Will buy it as soon as prettyPhoto is on it.
Thanks.
In 4 days update will be finished and uploaded
Thanks
Such an amazing and beautiful designer. Excellent and worth every penny. Well done!
Thank you!
Awesome work , I really like it! Are you aware that another template (godzilla) released by another author has a lot of similarities with this template.
Thanks! Yeah, i saw that template. I think support will decide what to do, i’ve let them know already
I stick with the following issue about checkboxes: I want to align them vertically one right under other but they are displayed as a stairway. How can I align checkboxes along vertical line?
<li></li>
sorry, I posted my reply to report mistakenly. My reply: wrapping with li does not work but it can be done by wrapping each checkbox with div class=’formRight’
Thanks. Again, i need to see at least your structure, where you want to display them – tables or blocks, labels usage etc. Because for different purposes will be different code
Sorry if it is not a place to send a code. Let me know. I need to create vertically aligned checkboxes in a modal box. So, the code is constructed by js. It follows: function show_column_picker(){ var html = “ ”; for(var i = 0; i < 5; i++) { html += “ ” + i + “ ”; } html += “ ”; jAlert(html, “Show/hide columns”); $(‘form’).jqTransform({imgPath:’images/forms’}); }; It works not very good though – sometimes they are aligned incorrectly. If I remove ‘formRight’ class then checkboxes are not aligned along vertical. You can see the same in your form_elements.html if you’ll try to place several checkboxes in vertical there. p.s. I hope you can see html code in my message
Just checked how it can be done. You need checkboxes to be displayed in this way?
Yes, exactly. I’v placed checkboxes to rows of a table now. It seems to work very well with no div and class formRight. So, probably the issue is resolved, thank you.
Oh, that’s easy to do with divs. All you need to do is to add a new class to UL and add “clear: both;” to Li’s, that’s it
Labels are using left floating, that’s why i was asking about labels usage
First of all great admin panel. I currently use another admin panel from this site on another project however I find yours to be a lot cleaner and easier to use.
What updates are you releasing with your next update?
Hey.
Thanks for choosing my theme.
I will release responsive layout, few minor css bugs and styles for UI dialog. Also will try to include prettyPhoto plugin for gallery
Any chance of live search integration?
Not now for sure, but will try to do it a bit later
thanks 
btw is simple tabs going to be expanded to include callbacks. I currently have a need due to codemirror not liking tabs and the only way to get it to render is to refresh codemirror on every tabs click.
I have a problem with the message boxes , how do I call from jquery or javscript. The message boxes are sucess,failed,information and the other message. Also the click to disappear
Thanks
What do you mean by “how do I call from jquery or javscript”? If you meant where you can find their code, it’s in custom.js file:
$(".hideit").click(function() {
$(this).fadeOut(400);
});
Happy new years!
Kopyov,
I fixed many problems of mine, but still stuck with “select menu in wizard”. Also still can’t see select menu in second step of wizard.
Thanks for help.
Yusuf.
Hey.
Thanks!
It’s a well known issue of that plugin, it doesn’t work with dynamic elements – with data table and with wizard. I will try to fix it, next update will be released in 5 days
Thanks Kopyov. Looking forward for it.
Yusuf.
I have bought white label admin template and i am using it, your template looks lot more cleaner then white label. i wanted a feature where i could filter the multiple select plugin and it seems your template offer that too while white label does not. i see that you have no documentation maintained for the template, i am interested to switch and buy your template. however i would like to know if i will get the proper documentation and support along with the template, and also where do i need to go for the support. don’t you have any support forum for this like white label?
I didn’t upload documentation to the server, but the main package includes detailed documentation. And of course i’m providing support usually by email, i don’t have a support forum so you can post your issue here or just email me
This looks cool but I’m not entirely sure exactly what this theme is for?
It’s a template for backend (admin panel, billing panel etc.)
OK thanks I buy it now.
Just wanted to add my voice to the chorus of praise. This theme is amazing and has pretty much all GUI elements I can imagine needing in an admin panel.
Makes me wish I rated more harshly generally so my five stars would seem more significant.
Thank you!!
Hello,
Do you provide the PSD sources?
Tks
Hi.
Yes, PSD files include dashboard design (2 colors) and icons in 2 sizes with vector shapes. Everything other was styled directly in HTML
In your doc you wrote in Alert section: this plugin has been archived and is no longer actively maintained. We recommend jQuery UI’s dialog widget for similar functionality. Also, I need a basic dialog box not only alert and confirm. Can you supply css for jQuery UI’s dialog widget answering your theme?
Styles for standard UI dialog already included, but will be uploaded in the next update with responsive layout
Hi,
a great admin template! Do you have a plan, when the version with Responsive layout is released?
Thanks for your answer!
Chris
Hey there.
Next update will be uploaded right after holidays 
Hi Kopyov,
when are your holidays over? Can’t wait for it 
I will be available on 4th of January, took a little break. I will let everyone know when update will be released 
find some bugs in WYSIWYG Editor by open the linkcreator. it haven´t a background.
And i didn´t find how to use the tooltip i woud use it also on input text and or label´s ist it possible?
Hi. Already discussed, i didn’t add styles for UI dialogs. Already added and will be uploaded with the next update.
For tooltip you need to use 1 class with direction of the tooltip and add title for the input field
Hi, Just bought the template, and I’m trying to work through some issues with how the form elements are laid out. I often build forms that are horizontal instead of vertical. The select and checkboxes show up with extra spacing and odd positioning.
As an example, a form that is laid out like this :
| input box | input box | select box | submit form
The form is drawn with lots of extra spacing around the select box, and also overlaps with the input box on the left.
I’m using tables to draw these horizontally.
Do you have any tips on how to make those behave better with the elements around them?
Guys and girls. I’ll be unavailable next 4 days, holidays stuff. Please, if you have any questions or issues, email me through my profile page, i will try to reply asap.
Happy holidays!!!
Thanks. Eugene
Function JS:
$(’#checkAllAuto’).click(
function()
{
$(“INPUT[type=’checkbox’]”).attr(‘checked’, $(’#checkAllAuto’).is(’:checked’));
}
)
Form checkall:
(input type=”checkbox” name=”checkAllAuto” id=”checkAllAuto”/)