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.

very nice template , i like it .

Thank you

I’m having an issue with trying to clear radios and checkboxes. A ‘reset’ button doesnt work.

I dont see an example of a reset button in the demo, so not sure if its just me.

I will say that its not working on the jqTransform plugin page demo either. So, maybe its an issue with the plugin.

I do see some sort of logic for the reset where its supposed remove the checked class, but its clearly not working in my case.

Any ideas?

thx

Ahh, please wait a little, i will replace jqtransform plugin with another one, because this plugin has too many issues. It is suitable for usual websites, but not for admin panels, it was discussed already. New version will be ready within a week

Hi Kopyov,

Do you know what form plugin you will be using? I’m under a tight deadline and would like to get a head start on this.

thx

Hi there

I think i will choose this one, but i didn’t check if it works in wizard and dynamic tables, will do it tomorrow

How can I use this theme, on what script or software can be applied? It´s really cool but I dont know how to apply it, for example kayako, clientexec, whcms… which one?

It can be used for any CMS , but you need to integrate it into them. It’s just HTML /CSS with included jQuery plugins

To linkhome:

The error ins on line 711 of jqery.flot.js

The error read: Error: Invalid dimensions for plot, width = null, height = null

The error is ONLY on Explorer when running the page from LOCAL server.

I had have this kind of problem before with other templates and USUALLY they go away when running the page from an actual production server.

In any case, the creator should look into this error, as it is annoying and it MIGHT do show on a live server. I know other template creator have fix similar error changing the way the script is initialize since I believe the problem is the way explorer initialize scripts. When it does, it finds no values and throws the error.

Thanks guys and do keep us inform of any fixes / version changes.

P.S. LINKHOME , for now just click ALWAYS IGNORE MESSAGE . It WILL NOT affect the rest of program. DO NOT worry too much about it.

Everyone gets this issue with flot chart, kinda well known problem. When i was adding these charts, this issue was only on index.html page, charts.html was working well without it. When i moved all charts parameters to 3 different .js files and loaded them on the needed page (for example if i use only lines chart, i load 1 .js file with parameters ONLY for lines chart), everything worked well. So i combined these parameters into 1 file hoping that each developer will place there its own settings. Everyone tries to fix it and everyone gets it fixed in different ways :)

It’s still a pain in the b*tt. >_<

You know, I do asp.net programming, I also design, I edit video, etc etc. I do a LOT of thing. But now the new websites use a LOT of different technology and you just don’t have time to learn everything – that’s why you buy a template. So when there is an error on a template, specially one with technology you are not so good on, for me is JavaScript, then its a pain. I mean, I don’t have time to learn JS just to fix an issue, that’s the reason you buy the template in the 1st play. You know what I mean?

I will try to fix it, but if you do come up with a solution, it would be awesome.

TO Kopyov

are there any teaching page?

I don’t know, how to write…

Check this discussion, there is a solution, one of.. Maybe it will help. I will dig into this, will try to fix it asap

can’t work ...help

run fist time…no design

please see the picture

http://stmail.tajen.edu.tw/~590090953/444.jpg

Hi there. These are a demo parameters for random chart. You need to write your own depending on your needs

i can’t work

i use visual studio 2010

some problem

function getCanvasDimensions() { canvasWidth = placeholder.width(); canvasHeight = placeholder.height(); if (canvasWidth <= 0 || canvasHeight <= 0) throw “Invalid dimensions for plot, width = ” + canvasWidth + ”, height = ” + canvasHeight; }

Invalid dimensions for plot, width = null, height = null

i just removed “jquery.jgrowl.js” file ..

one more thing .. if i have to remove jqtransform .. what are the files that i will have to edit / remove ??

Only images and plugin loaders in custom.js file

I wanted to use fancybox instead of jgrowl .. however even if i remove “jquery.jgrowl.js” .. the link doesnt open in a dialog box …

what else do i need to do .. to make it work ??

did you remove jgrowl loader?

Can you show me how to enable the leftnav to use accordion on hover?

Sorry, but i can’t see a badge that you purchased any of TF files, incl. mine.

But that is possible.

Excellent work!! We are using these templates to teach people how to write good CSS / JQuery and HTML !

thank you!

Hi

nice job, I am trying to set up a smart wizard.

I have put the javascript
$(’#wizard’).smartWizard( { // Properties selected: 0, // Selected Step, 0 = first step keyNavigation: true, // Enable/Disable key navigation(left and right keys are used if enabled) enableAllSteps: false, // Enable/Disable all steps on first load transitionEffect: ‘fade’, // Effect on navigation, none/fade/slide/slideleft contentURL:null, // specifying content url enables ajax content loading contentCache:true, // cache step contents, if false content is fetched always from ajax url cycleSteps: false, // cycle step navigation enableFinishButton: false, // makes finish button enabled always errorSteps:[], // array of step numbers to highlighting as error steps labelNext:’Next’, // label for Next button labelPrevious:’Previous’, // label for Previous button labelFinish:’Finish’, // label for Finish button // Events onLeaveStep: null, // triggers when leaving a step onShowStep: null, // triggers when showing a step onFinish: null // triggers when Finish button is clicked } );

i copied pasted the example from the official website

<!- Smart Wizard ->

Step 1 Content

  • List 1
  • List 2

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<!- End SmartWizard Content ->

But any css style is applied. I did not success to find any example in your documentation. Can you send me an html example using your templates ?

thank you

I don’t understand why did you insert the code from an official website if there is a fully working wizard already integrated?

Check #wizard. I used a class, not an ID

I think it’s fantastic. Well done

Thanks!

class=”validate[required]” for select doesn’t work.

To get validation work for any input, you need to use only one class which actually is setting a require type for the field or checkbox. For radio buttons and for checkboxes i used jqueryTransform plugin, which adds its own class to inputs, that’s why it doesn’t work. I will find a solution very soon

Alright. Hope the solution comes in soon. Nice job on the template. Powerful in functionality and brilliant in design. Keep up the good work.

Yep, will come soon ;)

Thanks!

Silly Question. I have been trying to find out what this is a “theme” for. What is the backend software? I have been googling/searching, and cant figure it out.

It’s a theme for back ends (admin panels, billing panels, control panels) for websites or web systems

Hi Kopyov,

Tooltips aren’t working on your charts. Can you take a look at it? (btw – they are not working on your demo site either).

Thanks! shawn

Tooltip is hidden in demo parameters for the graphs. You need to enable it into your own chart options. Plugin wasn’t updated by me, so it’s an original one and it supports tooltips.

Thanks!

Got it! Thx

If anyone else has issue with this, to fix I just removed the logic that verifies the ‘enabletooltip’ check box is checked. Its located in custom.js around line 704 (1.4 version)

Hi Kopyov,

Jquery problem is also exist with jQuery UI’s dialog widget. How can I add 2 jQuery dialog on same page? If I add 2 dialog widget on same page, only first one works.

Fyi, thanks.

Yusuf.

Hey Yusuf.

I thought everyone will setup UI dialogs with their own parameters. I used only 1 sample with form elements, styles, icons and paragraphs inside. So my sample is just a sample with styles and everything what can be used there.

But thanks anyway for mention, will add more samples with different params ;)

Oh sorry, my bad :) I added second one with new params and it worked. I thought it like jqtransform plugin. I don’t have background with jquery.

Maybe you’d like to see, here it is: https://twitter.com/#!/yusufozturk/status/156020107968131072/photo/1/large

Thanks.

Yusuf.

No problem ;)

Looks cool, i like it!

Hi Eugene,

I’m not sure if you got my reply before, but I’ll post it again.

Are you able to make left navigation always visible and scrolling with the whole page?

Hi Wakie.

Honestly, i don’t think it will look cool with fixed top bar. But if you want i can help you with this plugin ;)

That’s OK, that plugin looks easy enough to implement.

Thanks :D

Hi I’m having problem with the prettyphoto lightbox. I installed the update but when I click any link I add the prettyphoto rel=”prettyPhoto” tag to, It says “Image can not be loaded make sure the path is corrected and image exist.” Even when I try links to another site, it says the same thing.

Hi. Everything works fine for me. I need to see your code, but usually if the path is incorrect, it is incorrect.

Hi, How do I add a form in a tab (the tabs jQuery)? ... it does not work correctly visually thx!

Just checked, everything works fine for me. Could you please email me your website url?

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