Discussion on It's Brain - Responsive Bootstrap 3 Admin Template

Discussion on It's Brain - Responsive Bootstrap 3 Admin Template

By
Cart 2,822 sales
Well Documented

Kopyov does not currently provide support for this item.

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?

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.

Sorry for late response, missed your comment. Please add
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?

Hi. Yes, sorry for delay. Unfortunately this plugin is not supported anymore by its developers, i am working on a massive update for It’s Brain, where it will be replaced with Bootbox plugin, which supports such things.

Thanks

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

Hello. You can grab it here, by default it’s a lightweight version ;)

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.

Hi. You need to remove
<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
hi, i want to ask you how if i want to use jquery higher than 1.7.0 i.e https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js

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.

find out the problem. your collapsible.min is the problem not updated that cause with other jquery if i add other jquery codes. yours is 1.1 , now 1.2 https://github.com/juven14/Collapsible

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

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

In a week i’ll update select2 plugin with some new features. But for current version you can use
allowClear: true
but 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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey