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.

Does usual validation work on select fields? Doesn’t seem to work for me. If not, can you point me in the right direction? Great theme otherwise!

It should work with required class, but as far as i remember the red note is hidden, because it appears inside container with overflow: hidden; property. I am working on update for It’s Brain, i will add all possible variations for both validations.

Thanks

Thanks for the reply. I’ll look into fixing it as well. If I get to it, I’ll send the diffs.

Ok, cool, thank you! ;)

Hi,

I like to use this admin theme for my future projects.

I know it will work very well with PHP MySQL.

Can we use this theme in Visual Studio for ASP.Net Projects ?

Hi.

I believe yes, since it is an html/css/js template, you can integrate it to any system or language where it is possible to work with front end stuff

hello…

its great template.. :) how can I fix the left menu bar .. so that page scroll but menu remain there same like top header menu…

Hello there – does your layout use a grid system? I cant see it in the description or in the source.

Unfortunately not at the moment. I am working on a major update for It’s Brain, 12 columns grid is already added + will be more features and general fixes

and styler.php is not in the templates

it is being references int the index.php file

<?php include_once(‘header.php’); ?> <?php include_once(‘styler.php’); ?> <?php include_once(‘nav-top.php’); ?>

<?php $page = null; echo ‘ ’; if (is_array($_GET) && array_key_exists(‘page’, $_GET)){ $page = $_GET[‘page’]; if(file_exists(‘page-’.$page.’.php’)){ include_once(‘page-’.$page.’.php’); }else{ echo ‘

Error 404 : The page cannot be found!

;’; } } if ($page==null){ include_once(‘page-dashboard.php’); } echo ‘ ’; ?>

<?php include_once(‘footer.php’); ?>

from my download explorer-admin-v1.0.zip

C:\explorer-admin-v1.0\01.html-source\index.php

point is my styler is not working.

I think you’re commenting another item – It’s Brain ;)

i can’t find style.js and styler.css?? where do i find it.

There are no such files in the package. How did you know they should be there?

Hello Kopyov,

I’m tring to create a sub menu All works fine is i have links on the same folders, for exemaple:

/folder/page1.html /folder/page2.html

When I point a page on different folders, menu EXPAND freeze, and page not work properly (for example, checkbox lost style)

/folder1/page1.html /folder2/page2.html…

any suggestion?

Hey.

Could you please send me a link to your page, i’ll check what’s wrong?

Thanks

Dear Sir,

I have a problem in form element which auto-resize to fit the content (at this moment, there are drop-down and datepicker) the width of element is shorter than the content which result missing some character at the end of the content.

Please give me some advise.

Best Regards, Chet Chetchaiyan

could you please send me a link to the page, i’ll check?

Thanks

I got a question: How to proceed to place two or more submenus in the “topNav” section? I saw that there is a class=”dd” in the Messages item but if I want to add a submenu in the Settings item and replicate that class “dd” both the submenus pops up at the same time. Thanks

yes, by default there is only 1 dropdown. To add another one i’d recommend to use id’s instead of classes and 2 different class names, like

$('.dd1').click(function () {
        $('#dropdown1').slideToggle(200);
    });
and $(’.dd2’).click(function () { $(’#dropdown2’).slideToggle(200); });

Hi, I’m trying to use the jQuery UI Dialog box multiple times on a single page. It is not friendly for being posted multiple times. Do you have a fix for this?

You need to use different class names or id’s for you dialogs and buttons. Please check jquery ui dialogs documentation.

Thanks

Just unpacked “It’s Brain” and everything looks great and seems to work perfectly. I intend to use it as the basis of an inhouse mysql/jquery/php etc application. So far i am very pleased with this example of your work and will be looking forward to using more of it. :)

Thank you so much for such words!

I have one question. When can we expect some updates? :-)

Soooooooon :) I am working hard on aquincum update, then will be others

Kopyov,

I’ve got a page with the standard line chart. When I delete some of the JS script imports I know I wont use such as WSIWIG , Calendar, Photo etc. The chart lines disapear and other aspects of the UI seem to break?

As an example comment out <script type=”text/javascript” src=”js/plugins/other/calendar.min.js”></script> and the line chart no longer shows up and the collapsed panel is now open?

Hi.

If you remove plugins from html page, you need to remove also parameters of these plugins in custom.js file, otherwise they will break other plugins

OK I wrote. thx

Hi buddy, firstly thank you for this theme. amazing job.

I have a question. I must use chained selectboxes which second is generating with ajax content. First selectbox standart html but second one is generating by ajax. For this reason it is look like standart selectbox it doesn’t have any style or etc. I tryed one more process but I can’t success.

how can I handle this issue? thanks

Hey.

Could you please email me a link to your page, i’ll check what’s wrong there?

How do I set the dialog modal to w fixed width and remove the resize handles? I see the class name of uDialog but can’t seem to find it to edit it? Is it being generated via a JS somewhere?

Hi, Good theme. I’m making a admin site.

i have a table list page. top search area + bottom table layout. i need select box + search box in single div. That is very difficult select box with search box in SINGLE DIV . (always these two objects are separated two line. or line feed, or invalid selectbox location… TT)

Can you help me?

Hi,

Great theme. It helps my a lot.

I would like to use the Range Slider (the one which uses values between $0 and $500 from the demo) to select a time interval of the day, so the result will be easy to use in a sql query. So the format will be hh:mm Do you have such a control that i can use easily ?

Thanks a lot. Catalin.

Hi.

Thanks!

Is this what you mean? I don’t work with php, so can’t be more detailed, sorry.

How to get data from sql-database (with php) into the charts?

I am not an expert in php, but check this example

No. It’s an admin template. I use it for administration (password protected). I’ve the problem with the standard .html-files as well …

What kind of problems do you have with html files?

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