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.

When i add Form Elements on the page. i am facing this problem – http://i.imgur.com/jdq9m.png

can i post a link so that you can have a look at it ?

Of course, you can send it via contact form on my profile page

sent it to you.. Thanks a lot for the support buddy :)

okay can confirm it’s a special bug only on my machine :(

thanks

hmmm… ok. have tested with 11.0 and 12.0

will test it on another machine soon.

thanks

I tried in FF12 (mac) and FF3 .2 (win) – everything is perfect here ;)

you can click on nearly everything on this page und you will set the cursor.

Example - Click on Headline “Form Elements” - Click on the iList Headline “Textfields” - Click on the Whitespace between a Label and Input Fields

and so on… is this a normal behaviour? looks really strange.

I checked Form elements page in 2 FF version – i don’t see any issues, everything i see is the field with autofocus, which disappears after clicking outside.

In which version of FF do you see this?

have a strange problem with firefox. on the form elements page i can click on any elements (labels, headline, rowElem) and the cursor start to blink.

how can i fix this.

thanks! R.

Cursor starts to blink where? There is a field with autofocus, when the page loads, it automatically blinks on this field.

To fix it, just remove class=”autoF” from this field

Hi there, I am still using the V1 custom.js field and structure as I had changed far too many things and have 40 odd pages by the time it was released. Looking at the new wizard you included with validation, can you please tell me which js file I need to include?

In you v2 demo file it has jquery.form.wizard.js which is the file I had in v1 on the plugins site its states jquery.smartWizard-2.0.min.js should be included.

I copied the wizard from demo to my page and it doesnt work so guessing its either something in custom.js or calling the wrong js file?

Many thanks

Gary

Hey Gary

I completely removed SmartWizard in 2.0 version.

Form to wizard plugin (with validation plugin file) is here: js/plugins/wizards and its loader in custom.js:

$("#wizForm").formwizard({ ... })

Hah so you did, my mistake I am running a mix of v1 & v2, managed to find it now, thanks again..

Gary

Hi – on the demo, pasting text into the WYSIWYG editor does not paste plain text but appends pseudo styles to it. Is there a setting to stop it doing this?

Hello Kopyov, There is a way to add a submenu separator?

EXAMPLE :
DASHBOARD
CHARTS
Financials
Chart Financial 1
Chart Financial 2
Support
Chart Support 1
Chart Support 2

You can do it by adding LI tag without a link with some class, like

...
<li class="subHead">Financials</li>
...
but you’ll need to style this row, i didn’t include this kind of code, sorry.

Is there any way to have the Left Nov expanded when the respective sub menu page has opened and highlight it.

Sure, add id=”current” to the parent link tag

“I haven’t planned anything yet, everything works fine and all major issues were fixed already!”

I have problems with this Theme on IE 9 !

Will there be any fixes!

Ok! The problem with the icons in the topbar is solved. The icon on the left (class backTo) has a margin specified. The icons on the right got padding. I changed the right icons to margin and everythings works fine for me.

SRY for my english.

Please check for JS errors, because Uniform plugin doesn’t work. Also check for closing tags. I understand you didn’t change html, but check live demo or downloaded package, it works fine in IE9 .

Or can you give me an access to your page so i can check?

Sry. No access from outside my network. I develop on a localhost.

I checked for javascript errors and opened tags but i havent found anything like this. i checked via W3C and everything works fine.

I have to say that i converted this theme for use in Zend Framework MVC pattern. Every browser works fine instead of the ie9.

If i delete the #valid INPUT position value, then the form elements are in the right place but there widths are different.

You cant help me without access, hu?

Thanks for this nice Template!

Is there any further updates on this theme scheduled ?

I haven’t planned anything yet, everything works fine and all major issues were fixed already. I will add messages template, but don’t know when exactly

@Kopyov Thank you. You mean to say the Inbox Messages ?

Something like online chat with options and contact list ;)

Sorry my English, I am using the google translator.

My question is: The tab on the left side to change the theme (Dark Version, Liquid) is not included?

No, that’s only for live preview, it switches between files in different folders (liquid, fixed, light, dark) which you found in the package.

Thanks

Hi! This is such an amazing admin theme! Thanks for all your hard work!

I’m having a problem, which is pretty much guaranteed to be caused by something that I did or have not done in implementing the dual list box.

I have the box, and have removed the filters/counters. I need to use this as a simple survey function where the respondent will rank items from the left-side list by moving them to the right-side list.

The dual boxes look/display great, but I’m having trouble getting the values after the form is posted. At first, no values were added to $_POST. Then I added a name=”” attribute to each of the right-side list elements (the box2View box2Storage). Now, I can see a value in box2View in my post superglobal after submitting the form, but only the last value added to the right list box is contained in the post.

Can you help me figure out what I need to be doing to get all values added to the right list box to show up in my $_POST array?

Thanks so much for your help, and for all the work you have put into this and Crown, both of which are fantastic themes!!!

Hi.

Thanks for such words!

Sorry, i am unavailable right now to check the code, but will try to help you somehow.

How did you remove filtering? Just deleted input fields?

Please check options for plugin configuration, there is an option how to remove filtering from custom.js file.

Thank you!

Great admin theme, well organized and documented. Having trouble customizing the width of select boxes. Setting a width changes the drop and the clickable area of the select object or parent but I can’t get the parent to reduce in size without setting a global width in main.css i.e. I want a drop down of state abbreviation but do not want the default 190px width. What is the best way to address this?

Hi.

Thanks!

Is that’s your issue? If yes, there are 2 solutions for auto width. I will add it in the next update, i was planning to add it in the previous one, but totally forgot about it :(

Thanks for the quick reply!

Yes that’s it, just custom width (or autowidth) of select box. I can wait for update if I have approximate time frame. I can wait a week but if longer I must pursue my own solution and would like any tips you can provide.

While I have your attention… I have one more question. I was going to add some jquery to produce a TR hover efferct. This will add more readability to large tables. I did not see this feature so I want to ask if this is already builtin. I do not want to duplicate work.

Hello there.

Sorry for delay.

I can’t tell you for sure now, i am working on another project, all updates will be after i will finish this one, sorry.

You can use :hover, like:

table tbody tr:hover { background: #fff; }

or some js stuff. I didn’t add such feature in It’s Brain, but you can do it yourself by adding 1 line of code i mentioned above.

Thanks

Hi,

Minor layout glitch on the timepicker Control icon: IE9 : Bottom lines up, top 1 px too high FF11 : Bottom and top 1 px too high Chrome: Perfect

Thanks, will check it asap. I didn’t test it in FF11 , will do.

Thanks!

Hello your graphs are broken in IE8 . They show all RED . Can you please fix them so that i can buy it.

I really wanna buy it. You are amazing. I checked all the templates but your`s one is best.

Please fix it so that i can buy it

Hello.

Just checked in all browsers, everything is perfect and nobody reported such issues ;)

Thanks

Hi Nice work ! Before buy it I want to know, javascript in this template are AMD compatible ? Loadable with require.js ?

Hi.

Thanks!

I haven’t tested it for now, i can’t tell you for sure. I used only jquery library, so in theiry it should be loadable

Hi there, believe it or not I have been working with this for a few months now and today tested it in IE8 for the first time as a user complained about unreadable text, I always use Chrome, FF or IE9 .

Is it compatible with IE8 , I only ask as all the text using the google font ‘Cuprum’ seems cut up and jaggedy, this only happens in IE on both my site & the demo here?

Is there a way I could change the font to another Google or just Vedana to see if it helps?

Secondly, the dynamic datatables dot seem to work corerctly in IE8 , there is no pagination, it display all the records?

Regards

Gary

Yes its an odd one for sure, when viewing the examples on the datatables.net site in IE8 its all ok and even viewing ‘Cuprum’ at Google web fonts it seems fine on same computer, I’m baffled!!

Many of our users still have xp/ie 8, it may be easier for me to make them use Chrome for our site.

I’ve also just noticed that the menu in left columns expands any tree items too, again only in IE8 – http://direct.ghlfinancialadvice.co.uk/menu.jpg

Just thought I would mention in case you come across it in the future, thanks again.

Yeah, i know about the left nav issue, it happens only in compatibility mode. I’ll try to find a solution asap.

I had a few buyers who experienced some problems with different version of IE8 and i didn’t even see them in IE 8 .0.7600, i used this version during development :(

Some of them added this meta tag
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

and everything was solved. But they had a bit different troubles, but no one experienced any problems with fonts.

Hi, please don’t worry on my behalf about the menu system I don’t actually use it, just noticed it while testing IE8 .. Will try and replace the font later to see if it helps resolve the font issues, if I find any fixes for datatables or menu will post back..

Thanks

Any plans to update the Tipsy javascript library?.

There are some bugs that have been fixed that were causing me problems – e.g. blank text for the tooltip displays as: http://screencast.com/t/vHxjlxccoQi. Updating to the most current js and css fixed these issues!

P.S. Love the theme!

Oh, thanks for that, will be updated very soon!

Hi, I added an asp.net dropdownlist to page. How can I use slideToggle() jquery function when dropdown selected? The “change” function not worked for me If I not disable the jquery ui min.js. Thanls

Hi.

Sorry, didn’t get your issue. What do you want to change? I can help you only with jquery, i don’t know asp.net ;)

No I am not need help about asp.net, I have dropdownlist at the page, when dropdownlist change function not fired: $(document).ready(function () { $(’#< myDrop.ClientID >’).change(function (e) { alert(“dropdown selected changed”); });

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