653 comments found.
Hi! how do I validate searchDrop? class=”validate[required], chzn-select” Not working
when will the next update? Thanks!
Hi,
Is there something wrong with the currency inputs? They are accepting non-integer values which is different from before!
Any fix for this?
Hi.
Did you do any updates to jquery ui library?
No, I am actually using your “Live Demo” and noticed that the currency box allows non-numeric characters to be keyed in. It wasn’t like these for the previous versions.
Kopyov, did you manage to find the problem that I stated? Thanks
Hi. Sorry for late response, i’m currently on short vacation due to family reasons, it’s brain will get an update based on BS3 right after the new year. Sorry again for delay with answer
how do i input and update the graphs? where is the data stored? in an xml file somewhere?
please help
All the data stored in separated .js files, you can find them in js/charts folder.
Thanks
I believe the date picker on the light version has some issues. On both Safari and Chrome (OS X), the background of the popup calendar is transparent, making it next to impossible to use when there is any text below it. It works fine with the dark theme. Anything I can do to remedy this problem?
Thanks.
background-color: #fff;to .ui-datepicker class in ui_custom.css, this should fix the problem.
Thanks
“WIll be ready within a month for sure. Sorry for such delay, too busy at the moment :(“
Thanks for this answer! Which Updates will be include? Can you give a date-range for the update?
Thanks!
Hi! I’ll include a version based on Bootstrap 3 and updated plugin version for an existing one. Really sorry for such delay, i remember you’re waiting for it, but i’m currently involved in a huge project and don’t really have enough time to manage all updates in time.
Thanks!
Thank you! I will wait
!
Is there any ETA on updating the It’s Brain? The response would be much appreciated.
WIll be ready within a month for sure. Sorry for such delay, too busy at the moment 
Thanks
Fully understand you, thanks for the update!
Kopyov, I would like to submit a form with the bPromt alert and have the form element “popup_prompt” input be submitted with it. I have tried using this code, but it doesn’t work..
$(”.bPromt”).click( function() { jPrompt(‘Enter Your Personnel Identifier (PID):’, ’’, ‘Acknowledge Item’, function® { if( r ) { $(”#popup_prompt”).val®; $(’#PIDForm’).submit(); } }); });
HTML code:
<form id="PIDForm" name="PID" action="test.cfm" method="post">
Enter Your Personnel Identifier (PID):
<input type="text" size="20" id="popup_prompt"/>
<input type="button" value="Acknowledge" class="redBtn bPromt">
</form>
BTW: The form submits, but the popup_prompt value is not there.
Kopyov, are you there?
hello… great theme, and working perfect. But now I need the option to insert tables in the wysiwyg, i saw in the documentation saying that the file <script type=”text/javascript” src=”js/wysiwyg/wysiwyg.table.js”></script> it is ncluded, but its not.. i didnt find. can u help me please. thanks
Is it me or is there something wrong with the datepicker? The datepicker seems to popout a transparent layout. Do you have any fix for that?
Kopyov, is there a solution for my problem?
Of course, sorry missed your comment. Please add background-color: #fff; to .ui-datepicker. File ui_custom.css, line 485
Hi… how can I disable the responsive layouts? thanks.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">code from head in html pages and remove all media queries from main css file
i see that the template will not working if i am not using jquery 1.7.0, 1.7.1, 1.7.2
thanks, i know you are busy, i am programmer, i can do the code by myself, just help me to find out how to solve it.
Thank you for remind me, will push an update in a few days!
I wait for the new update just 5 month – When does it come?
I have a big project and i only can begin with the newest version because i dont want to do all changes two times. Have you a fix date? Can you finish it this month? What features will be include?
Thanks for your answer!
I am sorry for such delay, been very busy. I just got back to template updates, yesterday i uploaded an update for Amsterdam, next one will be It’s Brain. I won’t add many new features, but new versions of plugins, extended functionality and css updates. Also i need to get enough free time to finish Bootstrap version, it’s also almost done.
I can’t tell you an exact date, because i do this on my free time besides my full time job.
Thanks for your patience
Bootstrap Version would be nice! 2 month later – Is there any date or update in your planning? 
I will start a project NOW. Must i wait until you update the Theme or can i start to use the current version and you can give a list with all change lines in the script?
Hi.. i have a problem to validate a checkbox. $(”#loginCheck”).val(), doenst work, because what i could see was that the span above change the class to CHECKED and not the input to checked=”checked”. How can I get a val true or false for this case? I am doing the remember me login and need to know if is checked or not. thank you
Please refer to Validation documentation, hope that helps.
Also, if you need to change checkbox values dynamically, you need to use
$.uniform.update("#myUpdatedCheckbox");
it is not working.. i still get always ON, even if it is unchecked =\
did you make any changes in the code? I was trying to find related issues and nothing. By default Uniform sends a proper checkbox/radio value, running update should fix the problem. May i see your page online if you made any changes?
Thanks
i did… but debuging it is not sowing any error… and i believe that dont have. it is the only issue so far. you can see at www.tutoriaead.com.br/restrito/ i put an alert after try to login.. and show ALWAYS on for the checkbox =\
<input type="checkbox" id="remember" name="remember" class="validate[required]" />and everything works fine. You need only to add position: relative; to
div.checker span { ... }
but it is not a required field… thats d thinf. i want to know if was checked OR not… the alert will say ON if is checked and OFF if not… and my login function will have different actions…. the problem is that the field is always saying ON (checked) but it is not =\
i dont want to require as checked. i want to know if was checked or not =\ in my JS script, $(”#loginRemember”).val(), is returning always checked.. i want to know how i can get checked or unchecked. thanks
any news? i still cant validate a checkbox.. even if it is not checked, the value is get as ON. u can see at: tutoriaead.com.br/restrito
solved…
Did you solve it with custom code or some specific plugin stuff?
Thanks
custom code.. i need to find a way, using ajax code to check a string, etc. if u have a right way, using the plugin, please let me know. thanks
Got a question In a form like that shown in http://demo.kopyov.com/itsbrain/liquid/light/form_elements.html how can I deselect and element of “Select with search:” once selected? For example if I select Canada how can i cancel that selection? I did not find any way to do that. Thanks
allowClear: truebut please note you will need to add some css code for it to stylize close button properly.
Hello Eugene, Please, can you tell me wich script is used for multiple upload? Thanks
Hey there.
It’s Plupload plugin.
Hi,
I might be being a little silly here, but is this theme compatible with wordpress. If so which version?
Regards
Vikram
Hi.
No, it isn’t, it’s an html/css/js template, you need an additional development to make it compatible.
Thanks
Working hard with the template, it’s awesome! Quick question: regarding combo-boxes, if one option is considerably larger than the rest, selecting one of the small options and re-opening the combo-box makes the large value split on 3-4 rows. Tried to restyle to a fix value (like 300px or so) but that doesnt work. How can I extend the class to a specific (fixed) value?
for example: http://imgur.com/hLb7q0z
ha ha! Got it. i know how to work around the none combo update. $.uniform.update();
Sorry! 
No problem, glad your issue was solved so fast 
hello!
Is it possible to change a value of a combobox (tag=select)? I use this jquery code to change the value of a normal combobox $(‘select#id’).val(‘value’) and works. But in the theme forest combos, the value is changed, but visually stays the same, doesn’t change.
Thx in advanced.
