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.

Are there planned very useful “moduls” for the start page like: - Recent Activities (new user, last innovices, system updates for example) - Chat Inbox

Can you integrate this in your update?

Unfortunately i haven’t planned such additions. You can easily add it yourself using lists, tables, tabs and general widget styling

Hi,

Please tell me how can i change leftnav menu icons or how can i select i didn’t find how can i do

The package contains psd file with icons, just apply new styles and save it to the proper folder.

All icon classes you can find in icons.css file and in /images/icons/dark folder. Each icon name is the same as icon class, with “i” letter, like
list.png = "iList" class

thank u for information and thank u all of this. Wonderful job 8-)

Thanks! ;)

Hi, how to set min-width for the template?

You need to use min-width for .wrapper

Hi Eugene, On table headers, miss column dividers, and sort icons not appear. There is a way to fix quickly?

Please send me a link to your page, i’ll check what’s wrong.

Thanks

Hi Kopyov,

I want to replace some HTML Containers (div with form elements) by AJAX. Thanks to uniform, after the replacement the new content is hidden / not visible.

To replace select option entries also does not work dynamically.

What would be the correct way to replace DOM elements by AJAX without double executing uniform? $.uniform.update() does not help.

Hi there.

It depends on what code are you using. Maybe this will help.

Thanks

Ok thanks, I’ll try. FYI: you’re missing some ; in your js-Files. Good to see as warnings in Visual Studio 2010 and above.

Thank you for the info, will update very soon!

For some reason the WYSIWYG-editor doesn’t seem to load. I only see a regular textarea and no editor. I’ve inserted every js script like in the examples (and everything works but not the editor).

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

already solved the problem, but thanks anyway :-)

Any updates are gonna come for this theme ?

Hey. Yes, some minor fixes for responsive layout

Hy Eugene,

Can u provide a blank page like yours other templates with a minimal css and js configuration?

Thanks

Yes, will be added in upcoming update.

Thanks

Tks Eugene. Your themes are awesome. I have 3 of them and its hard to choose which the best

Thank you! I’m working on a new advanced framework, so there’s more to come :)

Sorry my english.

There is the possibility to put a form in a modal? or maybe a table?

In theory yes, it’s possible. But depends on the form and its elements

But currently there is no example of it working right?

no, i didn’t add such examples to it’s brain, sorry. But the logic is the same, you just need to insert form with elements inside modal body

hmmm, it looks like its my browser…. thanks for the quick reply. love the template.

Thanks!

Eugene,

Why do parts of the template seem to not work in Chrome? For instance, the error pages seem to remain open or the calendar doesn’t render? I have JS enabled on the browser. The site looks fine in FF.

Rich

Just checked. Everything works fine on my side. Did you make any code modifications?

how easy it is to add data to the charts?

inspecting the source code I cant see anything…

All data for charts is in separated js files which are added only on pages where charts are actually used

Hi Eugene,

I have purchased these theme and it is just what i wanted, but there are some small issues about it: - the left navigation menu when a submenu is active it should have some logic that should keep open the menu (the example is for the error pages) - the PIE chart has some missing functionalities: it should have a tooltip when hover an item; the click event that you have created it is broken - the file manager: when selecting an image from the explorer and i press the ‘Resize and Rotate’ the popup that is displayed is somehow displayed partial

Hi there.

1. Pie charts parameters are for demonstration only. You can add any available option depending on your needs.

2. I know, this is a common bug of elfinder, crop and resize function doesn’t work with latest jquery versions, waiting for solution from developers.

Once there will be a solution, i will upload an update for all templates.

Thanks

Any updates on the bootstrap version?

it is not ready yet, i’m on a shirt vacation, then i will do my best to finish it asap.

Thanks

Hello Kopyov,

I was able to make a button to insert new rows at the dataTable, but when the row is inserted all styles are blown.. the row is completely different with the purple colors of the original jquery dataTables.

I use a function like this:

function addrow() { $('#example').dataTable().fnAddData( [ $('#fname').val(), $('#fdesc').val(), $('#fdel').val() ] ); }

Is there a way to add a row and maintain the css styles of the dataTable?

Thx in advanced, Miguel

Hey there.

Please, check datatables API for working example. If everything is done correctly, nothing will be broken ;) Thanks

i did exactly as is said there, but doesn’t work. the only way to get some results e by adding fnRowCallback function to force the css class, like this:

oTable = $('#example').dataTable({ "bJQueryUI": true, "sPaginationType": "full_numbers", "sDom": '<""f>t<"F"lp>', "fnRowCallback": function( nRow, aData, iDisplayIndex ) { nRow.className = "gradeX odd"; return nRow; } });

of course the table will always have the same color in all rows doing like this…

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

Thanks

I think your template would Purchased much more when you integrate such a few main extras. - profil - innovice

On all other admin templates i see this as a standard but only on “It’s brain” Template i miss it. Would you put it in your big bootstrap-update, too? I think a lots of user like it, too! Thanks!

Invoice template will be added in the next update and a few more features.

Thanks!

Hello, I’m running template on IE9, but lleft navigation background stop working in this version. (menu and submenu)

This is CSS: .leftNav ul li a:hover, .leftNav ul li a.active { background: url(../images/darkBg.jpg) repeat-x; color: #fff; border: 1px solid #3c4049; }

Have you a tip to solve? On submenu, when you point a link color change to BLUE. Seem is a Fade effect. How to change this color?

Thanks

You need to add
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
to
.leftNav ul li a.active {}
class

Tks, wokred :-)

Hi,

The fixed layout looks good in PC browser, but at iPhone and iPad, it will auto zoom in and it is not possible to zoom-out and zoom-in.

I hope you can fix this issue soon.

of course you can. Remove all media queries from main css file, usually they are at the bottom of the file. And remove this line in html files:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
this code prevents scaling.

Thanks

It works. Thank you very much :)

You’re always welcome ;)

Hi,

is it posible to make sliders work on iPad?

Hi.

Yes, you will need to add touch event support

Hello Kopyov I’m tryng to add in a same page 2 dynamic tables. First table work OK, second lost header background and not show a search form on table header.

Can you have a tip to solve this?

TKS.

Try to use 1 class for datatable instead of id’s. Probably your issue is you’re using 1 id for 2 datatables. Please check for js errors

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