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,i am using calendar in my site but in top corner-right side month(tab) is displayed along with week and day tabs.i don’t want to include those week and day tabs.so how can i do that?please suggest.thanks in advance.

$(document).ready(function() { alert(‘ready’); s]

});
});

In my case, I need to give dynamic events from my java class as shown above events:[s]; I will pass this ’s’ from my java class as an jsonArray object. But it is not displaying events on the calender.

Hi, I have used this for my admin panel. I want to add events dynamically from the table. I got the file where is need to add the events but don’t have any idea that how to add here. If you have any documentation for it please share it. The events are in the custom.js, I want to add my own events in there. Thanks in advance.

Hey there.

You want to add custom events to the dynamic table? Just didn’t get the issue

This is the calendar code where i want to add the events dynamically. So how can i do that. Consider i have got all the dates and title for the events in one array do let me know how to pass it in events os it work.
$('#calendar').fullCalendar({
        header: {
            left: 'prev,next',
            center: 'title',
            right: 'month,basicWeek,basicDay'
        },
        editable: true,
        events: [
            {
                title: 'All day event',
                start: new Date(y, m, 1)
            },
            {
                title: 'Long event',
                start: new Date(y, m, 5),
                end: new Date(y, m, 
            },
            {
                id: 999,
                title: 'Repeating event',
                start: new Date(y, m, 2, 16, 0),
                end: new Date(y, m, 3, 18, 0),
                allDay: false
            },
            {
                id: 999,
                title: 'Repeating event',
                start: new Date(y, m, 9, 16, 0),
                end: new Date(y, m, 10, 18, 0),
                allDay: false
            },
            {
                title: 'Actually any color could be applied for background',
                start: new Date(y, m, 30, 10, 30),
                end: new Date(y, m, d+1, 14, 0),
                allDay: false,
                color: '#B55D5C'
            },
            {
                title: 'Lunch',
                start: new Date(y, m, 14, 12, 0),
                end: new Date(y, m, 15, 14, 0),
                allDay: false
            },
            {
                title: 'Birthday PARTY',
                start: new Date(y, m, 18),
                end: new Date(y, m, 20),
                allDay: false
            },
            {
                title: 'Click for Google',
                start: new Date(y, m, 27),
                end: new Date(y, m, 29),
                url: 'http://google.com/'
            }
        ]
    });

Oh, i got it.

Please check this documentation about events ;)

Thanks for the info. I downloaded the It’s Brain – Premium admin template Created: 28/11/2011 latest Update: 28/11/2011

I have no such folder called /js/files/folder

I guess it should be in either form or custom.js

expecting your response

Oh, i am sorry for that, functions.js is in Aquincum theme. Correct, do necessary changes in custom.js file ;)

Thanks!

You have a lovely template. am working on this template but am having problem with the way the dropdown list is displaying. It does not drop down. u have to list and use the up / down arrow button to move up and down. How can I remove the formatting on it to look like the normal drop down list. Please kindly help i will like it to look like the normal dropdown without any formatting or javascript or css style. am using IE8 Thanks

Thanks!

If you want to remove styling from selects, find

//===== Form elements styling =====//

$("select, .check, .check :checkbox, input:radio, input:file").uniform();
in functions.js and remove “select”, use only
//===== Form elements styling =====//

$(".check, .check :checkbox, input:radio, input:file").uniform();

Thanks for the reply but where can I find the in functions.js file

You can find it in /js/files/ folder

Hi, I want to ask if there is a solution to this problem: http://imageshack.us/f/27/workq.png/ I have the same issue…

hey.

Try to comment position: relative; in #valid, that should help

Hi, I have a problem with the radio button. I want to set checked one radio when I click over one div. I’ll try do this $('input:radio[name=filterTime]').filter('[value=3]').prop('checked',true); but the radio button doesn’t checked. But when I take out the $("select, input:checkbox, input:radio, input:file").uniform(); from custom.js it works. How can I do to select a radio button with the uniform javascript enabled?

Thanks!!

I’ll found the answer!!! Sorry!!

It was: $.uniform.update(); after set the property checked.

You were quick :) glad everything was solved!

Hello Kopyov When i reize template have big buttons in multiple line. Vertical spacing not work properly. (Work good with small buttons)

How to fix this?

Hey.

Which buttons? Could you please email me a link to your page so i can check what’s wrong?

Thanks

Oh, i see now. Those buttons have a sample code of vertical and horizontal spacing for demo preview only, you can use usual list with left floating or display: inline-block; for these buttons :)

I love it. I just wish it was only $20 instead of $21 because then I could buy prepaid credits and save $2 lol.

Its looks perfect. It even looks grat on mobile, i tried the demo on my android. I will definaly purchase this when I am ready to start my project.

Great work!

Thank you very much! The price isn’t my decision, unfortunately ;)

Hi! We chose the black version of this theme to build our application. I have some users that would like a lighter version which you already have provided. I’m wondering if you can give me an idea of how hard it’s going to be to make it an option for users to switch between the two versions?

I haven’t asked my programmer this question yet. I wanted to get your thoughts before I gave him the task. Thanks!

Hi.

Main differencies are css file and images, as i remember all js files should be compatible, maybe some minor changes where were used inline styles, but i dont think you’ll have too many problems with it. Anyway if you will have any problems, let me know, i’ll check what’s wrong ;)

Sorry, the problem was with the dropdown list (choosen). I can’t give it a percentatge width, only static. All other elements from the form works correctly, but if the choosen it’s too long, then all other elements go out of the div. The result is try to adjust the static width of the choosen, because it not resize width the window, only change when the window grab certains sizes (portrait mobile, ...)

Thanks for your reply.

Sorry, but why you can’t set a fluid width for chosen select? You can set a minimum width 100% and box-sizing: border-box; or similar, it should work

Hi, i’d tried to put a form into a right widget element, like the rights widgets in widgets.php. The problem is when I resize the window browser a little, the form elements are not properly displayed. The inputs are not resized well and the submit buttons is cut. Can you help me?? Maybe it is not possible with the current CSS , i don’t know.

Thanks in advance!

Hi. Could you please eail me a link to your page?

Just a quich thought – did you use a fixed width for the form?

Hello! You can implement the “limit” in the textarea WYSIWYG editor? Using class = “wysiwyg limit” I realized that does not work!

Hey.

I didn’t try that, but i think it won’t work, because WYSIWYG works in iframe and hides original textarea

chosen search not working with special chars like ’_’ values… can you tell me how can we achieve this?

That is weird, it should work by default, also i didn’t find any related issues on github issue tracker. How did you solve your issue with dynamic values? There are standard solutions for this.

yeh! its get loading now, but search option seems to be perfect, Now search working for startswith

Hi kopyov, i bought your its Brain Template and also updated with your latest version of 2.0, yeh of course very usefull controls like Chosen plugin – styled dropdowns with search

But, im not able to bind the dynamic values, please let me know, thx in advance

how can i add dynamic values in chosen select control? i cann’t , actually i have selected some values from DB and converted into json format, now i want to display it in select control….

I have uploadet it on another hoster: http://imageshack.us/f/27/workq.png/

I hope you see the problem? I just want a formular with inputs, the upload input und validaten after click “submit”

Hi there.

Could you please send me a direct link to your page? Seems like there is an extra padding, anyway i need to see the code.

Thanks

Very good theme, thanks!

But there are two problems: 1. I have put the “Usual file input” in a valid form: <form action="" id="valid" class="mainForm"> Now the input look unfavorable and works no longer: http://img7.myimg.de/inputf49cd.png 2. I would have that the file input is just an required field with an error message, too – How can i implement that?

Thank you! :)

Hey.

Sorry, but i didn’t get your issue :( And your link doesn’t work

Maybe it´s caused trough this:

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

Yes, that could be a problem. Just make sure you don’t have dublicated id’s for bars

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