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,

Is there any documentation on the web to help me work with the Charts? :)

Thx in advanced

API docs you can find here

Hi, quick question to anyone who has purchased this theme, has anyone used the chart template for charts successfully with MySQL/PHP? I like the styling on this theme for FLOT , much better than any premium graph scripts.

I have searched the FLOT site endlessly but cannot find a single demo or downloadable example to allow me to pull data in from MYSQL ? Any feedback or links to other demo downloads would be great. Just dont understand how to create JSON really?

Thanks

Good morning, hope you are well? Appreciate you must be very busy but wondered if you have you any updated estimates on when the new version with the validated smart wizard will be included please?

Kind regards

Gary

Ok thanks.

Hey there.

New update will be uploaded on Monday, i’m stuck a bit with it.

Sorry for delay

Ok, thanks for the update, looking forward to it. Have a nice weekend.

Hi, How do i make the “Error Page” Collapse-Open by default in the left menu ? Right now, this opens only when i click on the “Error Page” button.

Add
id="current" 
to the parent a tag

This was a waste of money for me, The PSD is very limited and has only about 5% of what the demo shows.

I purchased it specifically for the UI elements in PSD format – but all i got was a very basic PSD .

psd’s contain all icons in vector shapes and general styles for elements. What is the point to create 20+ pages with the same elements on each page? Widget styles, colors, icons, backgrounds – everything is in 1 .psd file and all buttons and menu items have the same background. Everything other was designed directly in html. And this ui kit was taken as a base

I use Google Chrome 17.0.963.46 m and see bug, but if I use Firefox everything is ok.

just updated my chrome, see this bug. This is so weird, when i scroll down, that header bug dissapears.. Also there is an issue with placeholders. Will try to find a solution, because in prev Chroe version everything worked great

Hi Kopyov, First, in Dark version, on login seems to missing image files for example, the login page, Login title background, or it is design. Second, some new skins in the announcement? Best regards

Hey.

Nothing missed, double checked now, everything works fine.

No, not at this moment. I am working on another theme, so all major updates for this theme will be a bit later

Found this. So it’s a chrome bug with top border and border radius, an issue was reported.

Thanks!

Hi Kopyov

My Company purchased the template , amazing template by the way, and i was working on the form validation but can’t see to find the css file:

validationEngine.jquery.css in the CSS folder

Any help if highly appreciated

thx Hakim

hey.

Where did you find that link to this file?

All styles for validation are inside main.css file, .formError class

In documentation -> JQuery Plugins ->Validation Engine ->Usage

Hi,

great work. exists any way to preselect a tab?

Excellent Admin Template! Has everything that an admin area needs! Congratulations for your professional work!

Thank you!

Testing the demo on my android phone I noticed the datatables gets chopped off (doesn’t display all columns). Is there anyway to get it to display the whole table width (even if it overruns the div) ?

Thanks.

Sure, you just need to set min width and hidden overflow, it will display this min width and horizontal scrollbar

This doesn’t do it for me, its even worse and completely broken :)

I pasted this block in the fresh downloaded version, eg in ui_elements.html, just below the last widget of tooltip directions. doesnt look good at all, even footer breaks.

Also if I place it elsewhere.

Could I see the code of a whole page? I’m a bit lost here since this works perfectly for you.

Thanks.

PS I use the fixed light version.

Check this page, the same code ;)

Now this works. It is slightly different then your copy paste in here however ;) Notice the div tags at the end of each rowelement?

Thanks a lot. I can continue now!

Yep, because of the top border and labels on the left side with floating, so each row is in separate div with clearing div in the end.

No problem ;)

Hi,

A second thing I noticed is (also with tabs) there is no method to place an icon in the tab headers as you can do within all other headers. Could you also give an example how to do this?

These two request are quite important for me, since I will be working a lot with the tabs.

Thank you kindly,

S

Tabs icon I managed. Thanks.

However, forms in the tabs I still struggle with. divs are closed and i seem to have all tags properly.

Could you give me a copy paste of how you implemented forms in the tabs?

Thanks for the quick support!

Copy pasted, working sample
        <div class="widget">      
            <ul class="tabs">
                <li><a href="#tab3">Tab Active</a></li>
                <li><a href="#tab4">Tab Inactive</a></li>
            </ul>

            <div class="tab_container">
                <div id="tab3" class="tab_content nopadding">
                    <form class="mainForm" action="">
                        <fieldset>
                            <div class="rowElem noborder"><label>Usual input text:</label><div class="formRight"><input type="text" name="inputtext"/></div><div class="fix" /></div>
                            <div class="rowElem"><label>Input password:</label><div class="formRight"><input type="password" /></div><div class="fix" /></div>
                            <div class="rowElem"><label>Input with placeholder:</label><div class="formRight"><input type="text" name="inputtext" /></div><div class="fix" /></div>
                        </fieldset>
                    </form>
                </div>
                <div id="tab4" class="tab_content nopadding">
                    <form class="mainForm" action="">
                        <fieldset>
                            <div class="rowElem noborder"><label>Usual input text:</label><div class="formRight"><input type="text" name="inputtext"/></div><div class="fix" /></div>
                            <div class="rowElem"><label>Input password:</label><div class="formRight"><input type="password" /></div><div class="fix" /></div>
                            <div class="rowElem"><label>Input with placeholder:</label><div class="formRight"><input type="text" name="inputtext" /></div><div class="fix" /></div>
                        </fieldset>
                    </form>
                </div>
            </div>    
            <div class="fix" />     
        </div>

http://www.screenshots.cc/show/56399/672db

This is how it looks if i simply replace the tab3 div with yours containing a form.

Hi,

It seems when I put forms inside tabs, it looses its horizontal alining and I get double borders (box in box). I might do something wrong however. It seems to be well integrated into the wizard tabs, where you dont have this double boxing and all alining is perfect.

Would you be able to give an example how to integrate forms nicely inside tabs (with datepicker etc keeping its layout)?

Thank you kindly,

S

Hi there,

Great theme! Love it.

Quick question: ihas anyone got the theme to work with a backend script such as aMember?

Thanks,

MrHoneyfoot

update … table, gallery, chart, ...

what do you mean?

but this is version 3 – see the code and desc in github, it’s improved in comparision to TechLab’s version 2.0 which is in the theme.. I’ve just replaced it in my app, it’s work except some css bugs – eg nav buttons are too hight.. :)

And another ‘nice to have in next realease’ :) https://github.com/mstratman/jQuery-Smart-Wizard

It exports some usefull wizard’s methods ;)

smartWizard was integrated in the first update ;)

Ok, thanks for your input, will check the clearing divs. Widgets in left content seem ok as long as its not a form..

Hi there, I have a form with 2 columns using the file upload inside a widget.For some reason the widget doesn’t wrap around the form and the fields appear much wonder than the widget. I have tried this both on main content area and left panel where you have the menu in the demo, nothing works, any ideas?

Should I be able to place widgets anywhere and expect content to stay inside or do I need to code?

Example here

Thanks

Check your clearing divs. And the second this is that the width of file input is controlled by js in custom.js file:

    //===== Custom single file input =====//

    $("input.fileInput").filestyle({ 
    imageheight : 26,
    imagewidth : 89,
    width : 296
    });

And my idea was to use widgets only on the right side, so they were designed to fit a bigger are than left sidebar size

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