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.

Good morning, looking at the fullcal you have implemented, do I need to comment out <script type=”text/javascript” src=”js/custom.js”></script> to remove the default calendar entries, I want to somehow use the data from mysql table via JSON ?

Also where are you calling fullcal required files, in their demo download they call files not included in the theme?
<script type='text/javascript' src='../jquery/jquery-1.5.2.min.js'></script>
<script type='text/javascript' src='../jquery/jquery-ui-1.8.11.custom.min.js'></script>
<script type='text/javascript' src='../fullcalendar/fullcalendar.min.js'></script>

Thanx

Thanks

nvm brah got it kthx

I was wondering. I’ve been searching thru posts but cannot find the answer. Are you planning on adding the ability to sort the example dynamic table when you put commas in integers correctly?

I’ll go through the official plugin website and check for solutions, because someone already asked me about this. Next update will be this week, so i will try to find something

This has got to be the BEST thing i’ve ever purchased. I’ve been programming for 15 years and I’ve bought a lot of things. TOP NOTCH !

Thank you!

Stop double unifying objects

Thought I’d post this incase someone else runs into this.

I ran into a situation where I had a form on a page, then a dynamic form within a UI Dialog. When the dialog is created and the form within the dialog is uniformed, it would cause the form on the original page to be uniformed again. It would create double checkboxes and radio buttons. I found a fix for this on github. Basically it ignores form elements that have already been uniformed.

https://github.com/benjamincurrie/uniform/blob/master/jquery.uniform.js

I’ve done some basic testing with this new file and haven’t found any issues yet.

Thanks. But i guess this is the same file, the same version :)

I believe they didnt change the version number in the file. But it is a different file. If you go to line 644 you’ll see that it checks for the existence of the class name “unified” on form elements. If it finds it, it wont re-uniform the element.

Unless of course something has changed in your form.js file since 1.5, which I’m running.

shawn

Ah, thanks then, didn’t see the difference. Will update this file in the next theme update ;)

Hi! Netbuild asked about preselect tabs. This works for me….

update Tabs (simpleTabs fn) in custom.js (in newest version line 572):

//===== Tabs =====//

    $.fn.simpleTabs = function(){ 

        //On Click Event
        $("ul.tabs li").click(function() {
            $(this).parent().parent().find("ul.tabs li").removeClass("activeTab"); //Remove any "active" class
            $(this).addClass("activeTab"); //Add "active" class to selected tab
            $(this).parent().parent().find(".tab_content").hide(); //Hide all tab content
            var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
            $(activeTab).show(); //Fade in the active content
            return false;
        });

                //Default Action
        $(this).find(".tab_content").hide(); //Hide all content
                var tab=$(this).find("ul.tabs li.activeTab").first(); // find tab with class activeTab
                if(tab.length == 0)tab=$(this).find("ul.tabs li:first"); //find first tab if active not found
                tab.click();

    };//end function

Hope this helps someone ;) (don’t mind the autowrapped code – it’s should be better after pasting into editor)

Hey.

Thanks for sharing! ;)

My download differ’s from the example. Firstly, my select’s when clicked show the default browser drop down. Second, the demo shows a “Select without scroll” while my download doesn’t have that. What’s up with that?

This is the only difference, i updated form styling plugin, because the old one didn’t work properly. But i will update live preview only this monday, there is a notice in theme description. That plugin looks a bit better, but doesn’t work with some other plugins

Hey there, is there a way to sort by first column automatically by larger value to smaller first? It sorts the first column automatically but sorts it from smallest to largest. I have a bunch of transaction IDs and as you would guess, the largest valued IDs are most recent, so I would like them to show first :P

i want to use your bar chart.

how can i implement, that the horizontal axis displays months? e.g. “jan 12” or just “02/12”?

i think this will help ;)

By the way my email is pedrojrego at gmail .com

Hi eugene,

How can i contacto you regarding the extended license option?

Best,

Pedro R.

Hi eugene,

How can i contacto you regarding the extended license option?

Best,

Pedro R.

Hey there.

You can send me a message through my profile page

thanks

Hi Kopyof, first of all, thanks for great theme! (deserved five stars :))

I just want to ask. Do You plan something like formatted structure printout? (something like http://cl.ly/3V3C1Z1C123a3f1j182S)

Also I’m available for any kind of consultation (if needed) ;).

Keep up the good work!

Thanks ;)

I thought about this, really don’t know is it worth and necessary thing, because there is a full featured file manager.

Yeah, manager looks great:). I often face the problem of displaying tree structure. For example structured categories, web structure etc. (there’s no need to hide/collapse subitems)

But nevermind, I’ll try to do this with table :)

Hi Kopyof

Is there a way to change size of the modal alert boxes to use them as popup windows

Thx from your prompt answer

Hey.

Sure, everything is controlled by css styles

Good morning again, another question about a plugin used if I may. I am trying to place 2 dynamic tables inside 1 page, this causes the 2nd table to lose its dynamic effect of having filter option.

Reading the data tables website it tells me that on each page a table is called it uses this: $(document).ready(function() { $('#example').dataTable(); } );

To add 2 dynamic tables I would need to use this:$(document).ready( function () { $('#example').dataTable( { "sDom": 'T<"clear">lfrtip' } ); } );

However I cannot see where you have called these tables anywhere in your code, I tried inserting the multiple tables code but it does work so I am wondering if call it from elsewhere that I need to make changes. I want to add the export function too so any info would be great?

Thanks

Yes its odd, I have been at that site all morning, they don’t call it via js so cant really use their examples at moment. I will start from scratch building the page again and see how it goes!

Thanks

Ok, let me know if you’ll need any help

Hmm all sorted now. Because I have the theme connected up to mysql/php, inserting the tables was placing the tbody tag outside of the php causing this issue!

If it helps anyone else going forward, make sure you wrap entire table data & code inside the tbody tags, this includes any php/asp code.

Cheers, now back to FLOT for another 3 days!!

So the current WP admin panel would like your demo? Also, I noticed it has ‘Support Tickets” option. Does this mean that a support ticket plugin comes with it?

Does this come with a help menu on how to integrate with current WP admin panel?

Sorry about all the question bro. I just want to make sure I am getting the right thing. I don’t have problem spending some time on it to make work the way I want. It’s just that I don’t want to be wasting my money like have before with others simply because I am new to all this. :)

I hope you understand.

You can find a tutorial here.

This theme doesn’t have any dynamic components, only some php files for jquery plugins. And Support tickets widget – it’s a stylized html block, it’s kinda template for styling new support tickets notifications

First of all, very nice theme! You managed to pull of a very nice balance between fancy and calm design. Kudos!

However I noticed in Google Chrome there is a css bug regarding the borders in the dark version. The borders take up half the height of the head (title bar). When borders are disabled this does not happen…

The light version works fine so far, even when I add the borders there as well…

Kind regards, Allard

Thanks.

I know, it’s a bug of the latest Chrome version. Funny thing is that if you scroll down then up, this border dissapears. Also there is a problem with placeholder. If you check the code, there is nothing extra – 1px top border and 2px round corners

I can cut and paste, I have some idea what clipboard is. When you talk stuff like ‘integration’, that sounds a bit ‘different’. :)

Care to share how do we do that?

Thanks.

No doubts.

I mean this is only html/css files with different jquery plugins, it doesn’t have any dynamic stuff behind. You can use it for any kind of applications, backends etc. You just need to integrate (insert dynamic parts of code inside these html files) it to your backend

Could this be used for Worepress admin? I know I sound stupid but would like to know where do we use this theme for?

It’s a great look theme :) Well done.

Thanks.

Yes, it can be used, but you need to integrate it there first. This is an html/css theme ;)

in the left navigation, i use links like “dashboard” etc.

if user is on dashboard and wants to reload the page by clicking on the link in the left naviagation, nothing happens.

it seems, that the link is “disabled” in some way. how can i fix this?

Hello there.

Simply remove

    $('.active').collapsible({
        defaultOpen: 'current',
        cookieName: 'nav',
        speed: 300
    });
in custom.js. Sorry, this is my bad, i just missed this part of code
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