653 comments found.
I have question abuot autosugest – I used autosugest from jQuery UI – but I have a problem – in results I don’t have a background – where is the problem?
Do you have any styles for autocomplete? They are in ui_custom.css
Ok, I try – It’s work – but style’s from jquer-ui coincide withyour style
– it is a lot of fun
But it’s work 
You got some small fixes in the comments above are these fixed and uploaded? Thanks for great template!
Latest fixes were in version 2.0, see item description for more info.
Everything other is still in progress 
Thanks
Ok just wonder! Thanks!
great admin template! you will also do for joomla backend? thank you!
Hello. Thanks! Sorry, I dont have such plans 
The color picker apparently doesn’t have a z-index sufficiently high to sit on top of a spinner widget (z-index 100). I’m going to do some styling to try and fix this, but it might be worth adding to the default template:
http://screencast.com/t/G1qt2Fc7PIk0Thank you for the info, probably missed this fix 
FYI – love the template! Just trying to give back with some helpful bug reports 
Thank you so much!
Hi Kopyov
I was trying to add a widget to a toggles group dynamically with jquery using .prepend() so it is added to the top of the list, although it is added fine, but arrow on left side is not showing and it is is added in an open status, so you can’t close it.
Do you have any idea on how to fix this
Thx in advance.
Could you provide us with these files?
<!—[if IE 9 ]> <link rel=”stylesheet” media=”screen” href=”css/ie9.css”/> <![endif]—>
<!—[if IE 8 ]> <link rel=”stylesheet” media=”screen” href=”css/ie8.css”/> <![endif]—>
<!—[if IE 7 ]> <link rel=”stylesheet” media=”screen” href=”css/ie7.css”/> <![endif]—>
Where did you find this code?
In icons.css, line 249 is the .iRss class which mistakenly refers to an image named iRss.png, when you probably meant rss.png
Yeah, probably missed this image name, will fix it asap. Thanks for the tip!
Just saw that there is a little misplaced white row on the buttons in Firefox 11. http://dl.dropbox.com/u/17359629/button_error.png
I didn’t test it in FF10 and FF11 yet. But thanks, will check it
Think It is the padding in css, but you have to check
When the jqTransform script runs, it hides elements like the “real” checkbox, which prevents the tooltips from working (the displayed checkbox doesn’t wind up with the proper title attribute). Is there a workaround for this?
jqTransform was replaced with Uniform 3 updates ago and no longer supported. If you still want to use it, better visit an official plugin website for more info. Thanks
Congrats on the 2.0 release. While testing it on my Android browser, when I try to enter text into some of the form elements, like the ‘Select with Search’, the browser scrolls the page all the way to the top while I’m entering text. The text still enters, and the search select still works, but you can’t see what you’re entering, because the page is scrolled to the top. This does not happen in your Crown theme.
Any ideas if this is fixable?
Thanks.
Only one thing could cause this issue – input field with autofocus, i forgot to remove it 
i see some errors in live demo by developer tool from Chrome. is it critical?
Hey.
Just checked, i don’t see any errors. Only a warning because of the google font whic is not critical
for example on tables page i’ve got “Uncaught TypeError: Object [objec Object] has no method ‘filestyle’ on custom.js:92” and tabs with tables doesn’t work (i see all three tables. instead of one and switching other by clicking on tabs)
If you have visited live preview before, try to reload an iframe or clear your cache, filestyle plugin was removed so it shouldn’t be there 
oh, you are right, thx
i’m gonna buy it
Thanks 
Is there any localization tools or it’s manually only?
As it’s an html template, localization cound be done only manually
Hi,
how many items could the dynamic table to handle?
Hi.
I believe there is no any limit, at least i didn’t find any info about this on official website
Thanks. How about the new release? Or is it the v2.0 the “only 3-4 days old” release?
v2.0 was released 2 days ago. I don’t have anything to fix or add to the current version 
Hi!
I was about to buy your theme when I was testing it on my mobile device and I noticed that the sliders under interface could not be slide easily. The only way to “slide” them is to click on either side of the button to make it go to certain spots. This is hard to be precise and it gets even harder to use with a range slider. Do you know of this issue and if you have a fix planned or a work-around already setup?
Hi.
In the next update i will add this plugin, because by default UI sliders work only in this way 
Thanks
Hi Kopyov,
I think I’ve just found the winner theme for my project!
I have one question though: should I wait for the new version or can I buy this one and get the upgrade for free?
Thanks.
Hey there.
All updates will be available for free. You can wait a bit, it will be updated before this weekend. But if you want to have both versions, you can buy it now, it’s up to you 
Thanks
Perfect! 
Next week new release? Please? 
Yep, light version is done, working on the dark version 
Hi Koprov
One problem driving me crazy for the past 4 days, I am not sure if it is a sort of bug in the template, may be you can help, My form contains some drop down lists, selected values get updated thru ajax from database, my problem is that all drop down lists do not show the selected value,they show always the first value, even though i am modifying the
selected = "selected" of the option from the value read from the database
$("#eventStatus_modifyEvent option[value='" + anEvent[0].eventStatus + "']").attr("selected","selected");
where eventStatuse_modifyEvent is the id of one of the <select>
and anEvent[0].eventStatus : is the value obtain thru a json object
As I said when I open the drop down list , i see that the correct value is in fact selected , but it is showing the first element of the list ( I am building it statically then just changing the value of selected option.
Any help you can provide is highly appreciated.Thank you Hakim
Thank You very much you made my day,That was driving me crazy Thx again