653 comments found.
How apply tooltip in icon button?
Something like:
<button type="button" class="btn btn-default tip" data-placement="top" title="Tooltip text here">Button text</button>
Hi! Great theme!
In dropdown menu, how can I change this from onClick to hover?
Hi.
Yes, but you’ll need an additional plugin for it – Hover Dropdown. Just add this plugin and then add data-hover="dropdown" to the link or button.
tks! 
I want to change the default value for the show entries in datatables. I added “iDisplayLength”: 50 in application.js in the code for the default datatable but it’s not working.
Just checked, everything works just fine. Here is my code:
$('.datatable table').dataTable({
"bJQueryUI": false,
"bAutoWidth": false,
"iDisplayLength": 50,
"sPaginationType": "full_numbers",
"sDom": '<"datatable-header"fl><"datatable-scroll"t><"datatable-footer"ip>',
"oLanguage": {
"sSearch": "<span>Filter:</span> _INPUT_",
"sLengthMenu": "<span>Show entries:</span> _MENU_",
"oPaginate": { "sFirst": "First", "sLast": "Last", "sNext": ">", "sPrevious": "<" }
}
});
You can check it live here
Hi,
timepicker plugin not working properly. For example please check Default timepicker on the theme. Select a time and try to select another one. Value set but UI not change. I need your support.
Thanks for this great work.
Hi there.
Please download timepicker.min.js file and replace current file with a new one from this page, it will fix the issue.
Thanks
Hello.
Is it possible to write the RTL codes please ?
Your theme is perfect but the RTL theme i need 
Hello.
Unfortunately not at the moment, i had some plans regarding It’s Brain update, but i can’t tell you any ETA’s on this, sorry.
Thanks
I again,
In this new bootstrap theme, something happens that didn’t happen in the normal version. I use server side processing in my datatables (ajax). If i turn on the option “bProcessing:true” the data is not loaded and gives me this error in the console: “Uncaught TypeError: Cannot read property ‘length’ of undefined”.
The goal of turning on the bProcessing is to (like is described in the datatable docs): display a ‘processing’ indicator when the table is being processed (e.g. a sort). This is particularly useful for tables with large amounts of data where it can take a noticeable amount of time to sort the entries.
Could the problem be the fact that the “processing” indicator is not stylized in the css “it’s brain” theme? Or something like that?
Thx in advanced
Update: processing message works if o leave the “bProcessing:true” and remoave the option “sDom”: ’<”datatable-header”fl><”datatable-scroll”t><”datatable-footer”ip>’
The error is always the same: “Uncaught TypeError: Cannot read property ‘length’ of undefined”...
if i put the latest version of the datatables, 1.10.3, this problem is resolved, but many styles brake, including the ajax loader… 
Hi.
Yeah, they’ve changed the markup and styling in a new version. I’ll try to push an update within 2 weeks with a new DT version.
Thanks
thx 
The datatables are faster with the new version 
Hello,
Validating a textarea with the class “editor” using WYSIHTML5 is it possible? Or it’s better to do it manually?
I put “required” behind the class “editor” but doesn’t validate.
Thx in advanced
BS3 – is there a way to keep the left bar with sub menu extended? (like in the old theme)
functionality of the left sidebar is the same as in the old version, add id=”level-opened” to the parent link and it will keep submenu opened
i think its the class. i added it and still automatically when the page loads level-closed gets added.
The only css class there is .expand which is related to collapsible functionality. And given id=”level-opened” keeps current level opened. Thanks
The new Bootstrap Version doesnt seem to have Breadcrumbs?
Any plans of adding it?
Hi,
When was this converted to Bootstrap?
Any tips on converting a “it’s brain” 1.0 to an app to the latest version to 2.0?
Thanks!
Hi.
It was updated to BS3 version on March, 2014. You can download the latest version, which includes updated previous custom version.
Thanks
Some Bugs i found in the latest Version:
http://gyazo.com/a5e8ad6133e0df3f7d5d8c581ecbb8d3 http://gyazo.com/c7f482e65b8da3a0a611e633e7c41558 http://gyazo.com/eb0cbb8143e7a158ad3a96d411bf98b3Thanks, will check it out asap
any update on the same?
How can i do the required validation for dropdown? i have downloaded your latest version. My code: <select id=”items” class=”chzn-select validate[required]” name=”items” > </select>
Hi.
In the latest version there is a sample with Select2 select validation. You are using the very old version, Chosen select plugin was removed a few updates ago and replaced with Select2 plugin
Thanks
$('.datatable-add-row table').dataTable() {
found in the ‘application.js’ file.
I am making an ajax call to another php file to generate random values and then use json to encode and retrieve the data. I can’t seem to figure out how to dynamically (and visually) update the table to show new entries. I’ve read the datatable method https://datatables.net/release-datatables/examples/api/add_row.html
instead i set “var t” to be:t = $('.datatable-add-row table').dataTable()
but I get an error at the line:
t.row.add( [
That says: “Cannot read property ‘add’ of undefined”. As if var t does not exists? Please help, this is driving me crazy. When i create a test document without your admin template it works fine.
How can I enable the file manager in the wysiwyg editor? Great work btw!!
Are you using BS3 version or previous custom version?
Thanks!
For the moment I’m using a previous custom version but I want to upgrade to the BS3 version.
How can I change the way a date is sorted in a table? I’d like to sort date in this format: dd/mm/yyyy?
Thnx in advance!
Tale a look at this page, it’s an example of datatable with custom sorting options.
Thanks
Where do I have to add this new code? If I add it directly into my page below the other js scripts, it’s not functioning.
You need to add these settings to application.js file. All datatables plugin settings and options are in this file. You can add 1 additional class to the table and then play with its settings.
Thanks
Hello 2 questions, im new to bootstrap but curretly have a site running bootstrap 2.2.2 , can i use this bootstrap 3 admin template? the second question… is this admin brain used to design the look of the public area of the site? a GUI basically… is this what this product is? similar to how i used a html editor program???
Hi.
Basically you can use BS3 template, but it is quite different from 2.3.2 version. There is a migrating guide – http://getbootstrap.com/migration/ hope it will help.
Actually it depends on your needs. Sometimes it can be used for front end, sometimes for back end. But of course it was designed mostly for back ends – structure, ui kit, layouts, forms, tables etc.
Thanks!
How do I incorporate Drill-Down rows (Datatables)?https://datatables.net/blog/Drill-down_rows
Sorry for late response. I think you need to follow datatables documentation in order if you want to add custom styles or code to it. By default there are only default styling and default options, this means you are free to use them in further development process.
Thanks!
Hi Kopyov, is the bootstrap version you just released today going to have the File Manager functionality built in?
Thanks!
Hi. Nope, i removed it from both versions, but add them back today and reupload, i just forgot to update its version to the lastest one. Sorry
Hi Kopyov, How can i validate the searchDrop? dropdown control not able to validate as required field. usual select box works fine. Can you please let me know the solution for this?
Here is mycode: <select id=”items” class=”chzn-select” name=”items” > </select>Hello there. Chosen plugin was replaced with Select2 more than a year ago. In latest version of Select2 plugin validation works just fine with selects. I am working on update right now and BS3 version which will be out in a week, i’ll update select2 to the latest version and add more examples for styled form components.
Thanks
ok thanks for the quick reply.
Is it possible to upload images directly into the WYSIWYG editor?