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.

Got it, my mistake!

Hello.

Can we have a short example of a 2(3)-column form using the fluid class?

Thank you very much.

Hello.

I’m about to buy one of your themes (It’s Brain or Crown).

One thing that bothers me on It’s Brain (which i like better than Crown) is that I dont see any Inputs grid. To me, this aspect is very important as i have large forms (30 fields+) with short text and i’d like to be able to have some columned input.

Can you please if this is possible on It’s Brain or should i buy the Crown template?

Thank you very much for your time.

Do you want to see brain in real world?

http://www.ricardored.com

;)

We just bought your template and it’s very good.

Please we have an issue with the js scripts that you’ve put on all pages.

If we remove any the who page looks different. All the style are gone.

We believe the many links to scripts might make the page load slowly.

Please respond to allow us know what to do.

If you remove the path to js plugins in html head section, remove also plugin functions in custom.js file ;)

Thanks

I just tried that. Same result.

I removed the link to the script below

<script type=”text/javascript” src=”../js/plugins/ui/jquery.timeentry.min.js”></script>

And also removed the timeentry Function from the custom.js file below:

$(’.timepicker’).timeEntry({ show24Hours: true, // 24 hours format showSeconds: true, // Show seconds? spinnerImage: ‘images/ui/spinnerUpDown.png’, // Arrows image spinnerSize: [17, 28, 0], // Image size spinnerIncDecOnly: true // Only up and down arrows });

I saved both files. The page looked differently still. most styles were gone. :(

Sorry, i don’t see you bought anything here. If you did, ask for support from a correct account.

Is it possible to add all the files that are uploaded with the File Upload widget?

What do you mean? There is a single file upload, it is a standard file input with additional styles.

Firstly fall, thanx for this template. Will you update it for retina version?

Hi there.

I will try to do it in the next update ;)

Thanks!

I am waiting excitedly :)

Hello there,

When I change the language of the class title text to Bulgarian (Cyrillic) the font gets messed up , the letters become larger and it looks ugly. ( http://prikachi.com/images/693/6165693Z.jpg )

Is there any solution to that? :\

Kind Regards

Hey there.

Please replace
<link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css' />
with this:
<link href='http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic' rel='stylesheet' type='text/css'>

in html code, now it should support cyrillic :)

Thanks

You are the best! :)

Hi – I’m trying to find a way to change the default tab that is displayed or to switch between active tabs programatically – not on an onClick within the Tabs section. Can you please advise?

Please refer to this page, ACTIVE option. This page contain all possible options, methods and events of jquery ui tabs

I don’t think it’s using jqueryui tabs – looks like a sinpletabs function in custom.js

Seems like you’re using very old version of It’s Brain. Custom tabs were replaced with jquery ui tabs a few updates ago. Please download the latest version of template ;)

The uniform file upload button (+) isnt working in Firefox, though it works in Chrome. I verified that this is an issue with your demo page as well. Clicking in the text box works, but not clicking on the icon. Any ideas?

It’s a well known issue. One of the possible solutions is to reduce input file width to 210px and set width: 100%; to .uploader input {} instead of fixed width.

Interesting because it works fine on the examples over on the uniform website. I’ll take a look and see if I can figure it out.

I havent had ask for support in over a year. Just wondering if a proper support page was ever set up where I can search for issues before I ask. I’m too lazy to go through 30 pages of comments ;)

Also, this theme is still my favorite!

Yeah, i know that they have changed css and released a new version, but i just checked this version with current it’s brain css and issue is still there, so need to dig deeper. Will try to do it on Monday.

Thanks! :)

I am trying to build a validation form as your example “usualValidate”. I have put a select in it in this way: <label>Application language * </label> <select data-placeholder=”Choose a language…” tabindex=”2” id=”applicationlanguage” class=”required select”> <option value=”” selected=”selected”></option> <option value=”Cambodia”>Cambodia</option> <option value=”Cameroon”>Cameroon</option> <option value=”Canada”>Canada</option> <option value=”Cape Verde”>Cape Verde</option> </select>

in custom.js i have added this line applicationlanguage: { valueNotEquals: “default” },

but when i am validating the form there is no error message displayed. There is an error message only if i am defining as class class=”required” but in this way i do not have anymore the search tool in the select.

Can you help me ?

Unfortunately Select2 plugin doesn’t work with validation engine by default and requires some additional tweaks. There are some custom workarounds, but i am waiting for official release with these fixes.

Also, since your code is using id=”progressbar”, I can’t put multiple progress bars on the same page??

Hi Kopyov,

My company purchased your template, and we are really loving it so far. I am having an issue with the progress bar though. How can you change the value/% of the progress bar?

Thanks, Eric

Another question: is there any way to fix this problem? http://www.ecro.dreamslab.it/dropdownlistBug.png Thanks

Can i see you page online?

Remove overflow: hidden; from .tab_container class. But please note that this kind of layout uses hidden or auto overflow for right content area, so long dropdowns will be hidden and additional vertical scrolling will appear

Hi,

Do you have admin template with top navigation menu?

I want it to be simple and look like this:

It must have:
  • arrow on the main menu
  • simple and clean look

That is my current admin template and made by myself. But it lacks of div features and mostly it made by using table format (not div). I don’t need it to be responsive template.

Do you have this template?

Unfortunately i don’t have templates with horizontal navigation. But this kind of menu is pretty easy to implement.

I’ve got a problem: if you have a table that doesn’t fit the page width is there any possibility to add an horizontal scroll bar or any other trick to fix this bug. Please take a look at http://www.ecro.dreamslab.it/tableBug.png

Sure. Wrap table in some div, for example div class=”table-overflow” and set overflow-x: auto;

You can also add white-space: nowrap; to table td’s, so all content inside td’s will be displayed in 1 line

Hello there,

Could you please tell me what the HTML code for those error messages is: http://s9.postimg.org/ymna0j3hr/Capture.jpg

Thanks

Hey.

If you want to change styles, fin in main.css
label.error { ... }
And if you want to change messages or validation options, in custom.js
//===== Usual validation engine=====//
$("#usualValidate").validate({ ... })

Thank you for the reply, I don’t want to change the validation or the style, I’m using a framework to build my site with the theme and I need the actual html code for displaying the error message.

E.g. <?php echo ‘html code for error message’; ?>

Hi. It doesn’t have static html code. When you add class=”required” to the field, validation engine dynamically adds html code for error label. All plugin options are in custom.css file

Hi Eugene, is there a way to represent tree structures in the following:

1) Select elements using Chosen with search as included in the template. 2) Tables using the datatables included in the template.

Best regards, Tony.

Hi there.

I don’t think i understood you correctly. You want to show dropdown and collapsible tr’s as a tree menu?

Thank you. Very good template. Works great with CakePHP for making web applications.

Trying your template ‘Pannonia’ now, with CakePHP again. 8-)

Thank you so much!

With the file uploader, I want to send an ID with it (I’ve adapted the upload script, so it updates my database when a file is uploaded). For example, if I want to upload a picture of a member, I want to update the table of members with the new uploaded picture. But for that I have to send the ID of that member with the upload. Is there any paramter I can use for that?

Since i don’t know what you changed exactly, i’d suggest to post a thread on Elfinder forum or check Documentation

Thanks

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