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 there, I was just about to purchase but I noticed that there aren’t Static table with checkboxes but in your other theme “Crown” there is. Are you planning on adding this anytime soon? Thanks Kopyov.

Hey.

I didn’t have such plan, but i can help you with integration, it won’t be too hard ;)

The datepicker, even in the live preview, chrome and firefox (didn’t test others) has unfortunately become transparent.

Something wrong with the linear gradient css I guess?

Ohh, thank you for the info! Missed this in the update. You can add necessary background to the
.ui-datepicker table {  }
in ui_custom.css. I’ll update it asap.

How can i make confirm dialogs working? Where i can put url for confirmation?

Hi, is there a way to sort by date on the dynamic tables? what format should the date be in? Pls let me know. Thanks.

You need to use an additional plugin for this feature. Please chec options on this page

Oh man, i can’t wait for the bootstrap update for this. I am refresing every 4 hours.

Bootstrap will be added a bit later, didn’t have enough time to finish it. Updated version is out now, but without bootstrap, it requires almost a new html code for all versions, it is ready for 60%. Sorry

Where do we find it ?

Redownload it from your downloads page

Hello Eugene, In a form, when you tabbing to go on sucessive field, if next filed is a select, this is skipped.

Any suggestion to fix?

Table with pagination but without search is missing. Dropdowns have some weird problems.

Hi Eugene,

One question, man! Do you have a example page that don’t show the left menu? A example when the content section fills the whole page. It would be great if you could add this option in your other templates.

Tks

Hey!

Current templates don’t have such feature, i know it will be awesome to have a version with top horizontal navigation, but not for the current ones. For the upcoming templates – i will try to add it as an option!

Wishlist to add to this template:

registration form ibuttons

I’ll consider your suggestion ;)

@Kopyov, an update would be awsome for this template. Any estimated time for this ?

Until the weekend ;)

Hey,

how can I load a page with collapsible menu already opened. I already have code which lets me know which page I am on but I want the parent menu to be active and opened. I can only get it to be highlighted active.

Thanks

Hey.

Just add id=”current” to the parent a tag (1st level) and it will be opened by default

works like a charm, thanks. Good work you have done with this template.

how could I change the file upload field?

Hi.

What exactly you want to change? If turn off the styling – remove input:file from
$("select, input:checkbox, input:radio, input:file").uniform();
in custom.js file.

If you want to change the styling – in main css file you need to change div.uploader {...}; styles

Hello, There are update planned for this template?

Yes, working on it right now, bootstrap version also will be added very soon

Hello Eugene, When we can expect to download new version?

Within next 3 days, it is almost ready

Hi friend, please tell me: Can I use this template to admin online a HTML5 (Kallyas template, from themeforest) website, just to change texts and images???

I need it for a customer, who need an admin panel to just edit text and images.

Many thanks in advance

Hi friend, please tell me: Can I use this template to admin online a HTML5 (Kallyas template, from themeforest) website, just to change texts and images???

I need it for a customer, who need an admin panel to just edit text and images.

Many thanks in advance

Hi Kopyov, I’m trying to understand how to refresh table content (table that uses jquery.dataTables.js) with jQuery.

I mean, i loaded many table contents with php and mysql, and now when I delete one of them I don’t want to refresh the page every time but just reload it via jQuery. Can you tell me how to?

i give you an example of the code

$(".emptyTrash").click( function() { jConfirm('Are you sure?', 'Alert', function(r) { if(r){ $.ajax({ type: "POST", url: "msg_handler.php", data: "mode=empty_trash", dataType: "html", success: function(msg){ jAlert(msg, 'Win Title', function (e){ if(e){ //CODE TO REFRESH THE TABLE } }); }, error: function(){ alert("Error"); } }); } }); });

Thank you very much. ND

Hey.

Could you please email me a link to your page, i will check?

Thanks

Hi there, can someone tell me what is this template used for? thanks

Hi, I’m trying to populate the tables with php using this code:

<?php while ($mess = mysql_fetch_array($get_messages)) { //messaggio letto echo ($mess[‘read’] == 0) ? “

” : “” ; $get_user_sent = mysql_query(“SELECT nome, cognome FROM utenti WHERE id = ’”.$mess[‘idfrom’].”’”); //messaggio non letto echo “”.mysql_result($get_user_sent, 0).””; echo “”.$mess[‘idfrom’].””; echo “”.$mess[‘idfrom’].””; echo “”; } ?>

I get this Alert and error: “DataTables warning (table id = ‘example’): Requested unknown parameter ‘1’ from the data source for row 1”

I tried by changing _oExt.sErrMode = “alert”; in _oExt.sErrMode = “throw”; But it just doesn’t give me the Alert but the script somehow stops and get js errors on the page (menu dropdown not working, etc…)

Any help?

Hi.

Unfortunately i can’t help you with this, because i am not a pro in php, sorry..

Ok, I handled it, the error was that I was using ” instead of ’ and probably was conflicting with JS. I solved it, thank you anyways!

Great, thank you! ;)

I have a website with 2 forms. “Gravity Forms” Form 1 = http://meucondominiolegal.com.br/123/pagina-de-cadastro/ Form 2 = http://meucondominiolegal.com.br/123/lancamentos-de-creditos/

Do you support for installation and configuration? For in Form 1 = 4 possible users have For each User a page administrative “subscriber” With a Table own.

I can feed the table with which file? csv, xml, ....

thank you Edson

Hey Edson.

Sorry, but i didn’t get your question. What installation and configuration?

Been using this theme for some time and it does not disappoint. Looking for some more documentation on ajax loading. i.e. I want to pull some ajax data via php script (every 30 seconds) into a widjet like accordian or similar. the docs say 10 ways to ajax load but not finding much outside of forms and tables. I’d like to use the builtin libraries rather than write my own code… just looking for a point in the right direction.

Hi.

Not 10 ways, there are animated loaders only (animated gifs), i didn’t add any code for them. But you can use general jquery events for your needs ;)

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