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.

Kopyov, Thank you for the quick response. I can see an id=”opener”. I can apply this to a button and it will launch a UI dialog box. The box thats being opened is being called from within JS right? What would I need to do to the JS code in order to be able to launch two different modals?

The tags I’m talking about are in Forms/Dropdowns and Selects. I have 7 default tags that are always persistent to the user. These have no background color but a border color of #666. When a user adds a new tag. How can I color these user added tags a different color? I’m sure this is out of scope but I’m almost completed with what I’m working on and could really use your insight.

Thank You,

The theme is great but I need it to do more, just a few questions if you don’t mind.

Users are shown default tags. These tags will have a border color of #CCC with no internal color.

1) Use Case – User can add their own tags. A user added tag would be given a different color then “default” already generated tags. Default tags would always be present unless user deleted them. (Q) How would this be done in the JS?

2) Use Case – User needs to be able to click on square buttons in the top right. Each launching a modal window with html content. In applying the code to launch a modal window to two elements. One button would work, the other does not. (Q) How can this be resolved?

In not needing everything on a page. I began to remove imports to JS files I thought I no longer needed. Such as for pics and cal. in removing these the site would break at that point? I would rather not have to call every JS file if I dont need them.

Thank you for any help you could provide. Let me know if you would like for me to place what I’m working on live so you can check it out.

-Tony

Sorry, but i didn’t get your questions..

What tags do you mean? And what square buttons on the top right?

In modal windows you need to use 2 different buttons with different id’s for 2 modals with different id’s. If it doesn’t work, please send me a link to your page so i’ll be able to check.

Thanks

Kopyov,

I have a huge problem with the dynamic tables with a lot of columns. They aren’t resizing correctly. I have dug into the datatables.com site trying to find a solution for it, but haven’t been able to find one. When you change the size of the window down, to anything less than 1440px wide, the table stops shring and the right edge of the table gets cut off the smaller you get.

I am building this in a secured site, but can probably reproduce it in a static page if you need to see an example.

Thanks.

You can try to wrap the table into some div with overflow-x: auto; and set white-space: nowrap; to table td. Or there is a parameter for datatables – bAutoWidth or sWidth, you can set it to false.

Please check this page for more info – http://datatables.net/ref

Ok, no problem. Thanks again.

BTW , how soon before an update is out for this template, and has your new one been released yet?

Thanks Koyov,

I was referring to the ones that you have set up like the following:

<div class="table"> <div class="head"><h5 class="iFrames">Dynamic table</h5></div> </div>

Oh, sorry for misunderstanding.

Unfortunately not at the moment, i didn’t add a flist with icon classes, but will add in the upcoming updates for sure!

Kopyov, Thank you for a fantastic theme template to work with. It is so robust, I am itching to implement some new features for our site.

I have a couple of questions for you: 1. I am using the liquid (responsive) theme, and would like to make my logo responsive as well (shrink in size for mobile devices, etc). Do you have any suggestions?

2. Do you have any documentation for using the icons in the widget headers, or buttons?

Thanks again for a superb template.

Hey/

Thanks!!

1. You can set max-width: 100%; for your logo, it should scale it depending on the screen size.

2. Hmm, do you need it? I mean all icons are inserted as images, not css, so just add proper icon name to show it.

Hi Kopyov, just wanted to say thank you for this fantastic UI Set!

Thank you so much! ;)

Okay, do you have any template or script that can allow me to create users with password and usernames, and then let them login, just to change there profile information, nothing else?

Can I use this to create users with a password and username, and let them throug to only one page, where they can update some few informations about them self?

I think yes, but keep in mind this is an html template only and it doesn’t have any databases, dynamic code etc.

There is a smaller contacts widget in the psd, how do we get that in html?

How’s your new theme coming? I am interesting in seeing it.. and also interested in seeing an update here as well.

New theme is coming very very soon, working on documentation and responsive layout. Right after its release i will get back to updates for my prev themes!

Hi Eugene. This theme is wonderful.

Man, I have a doubt. Can I decrease the size of a field?

Sure, you can. But need more info to suggest you anything. You can email me your question so i’ll be able to check and provide a help.

Thanks

I have downloaded (and uploaded) all files. And one extra time the .js, .css og the header…. None of the graphs works either.

If you have a direct link, could you please show me the page? Because i don’t see any issues

It seems like i’m missing some files while downloading…

Problem: - Form does not work (the elements shows, but do not have anything specials, and the features in the “demo” does not work at all - The tabels have som features. These do not work either…

That’s weird. I just checked the demo and downloaded the package from here – everything works fine on my side. Try to download again please

I use only the folder “light liqued”. Is it possible that that’s the reason?

Just checked the full package, everything works fine here. As i mentioned before, just download it and try again ;)

Very awesome theme, I have this purchased underneath another account so don’t judge me!

I’ve used this extensively in private projects but one thing that is really a killer is how many individual javascript files that it uses.

If I don’t include ANY of them I’ve found that javascript breaks completely for the rest of the project because of the custom.js that used in all of the examples.

I could probably port out custom.js funtions that I use but either way this has been proving to be a huge hassle.

Have you had any success combining all of the javascript files considering that would be a huge performance increase

Any Help on the request below:

” Hi Kopyov,

Trying to validate a a file input field , but validation keep giving me this error : ” jQueryValidate: an ID attribute is required for this field: class:file fileInput validate[required] text-input”. <label>Med (200px X 150px):</label> <input class=”fileInput validate[required] text-input” type=”file” id=”mid_image” name=”mid_image” />

all other input fields on my form are being validated correctly except the type=”file” that is generating the error above.

Thanks for any help you can provide.

Hi Kopyov,

Trying to validate a a file input field , but validation keep giving me this error : ” jQueryValidate: an ID attribute is required for this field: class:file fileInput validate[required] text-input”.

<div class="rowElem"> <label>Med (200px X 150px):</label> <div class="formRight"> <input class="fileInput validate[required] text-input" type="file" id="mid_image" name="mid_image" /> </div> <div class="fix" /> </div>

all other input fields on my form are being validated correctly except the type=”file” that is generating the error above.

Thanks for any help you can provide.

Hello!

Great work on this admin theme, I love it. I am having a problem with the dynamic table though. I use the tooltip inside the dynamic table, but it works only on the first page of the table. When I go to a subsequent page, the tooltip doesn’t work anymore. Any idea why that is?

Thanks for your help.

Please check out this solution.

thanks

Hello!

I am having an issue with the select box. For some reason, it is not rendering above other div or input elements. Myself and a friend have spent several hours trying to resolve this bug, but are unable to. (Screenshot: http://gyazo.com/d8ef44931f37e541594410436ab7c083) Do you know how we can fix it?

Thanks so much! -Joshua

Hey.

That.s weird, on my side everything works fine. Check your z-index values for dropdowns and overflow property for the parent blocks. And use your account you purchased it from6 for support requests

Very nice work thankyou!

Thank you! ;)

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