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.

I assume that you missed my post and that is why you never replied to it. So I will post it again:

I can’t validate select dropdown or single file field. I assume this is because of the javascript used to modify them. How can I use the inline validation on input types: select, file?

As file input uses background replacement plugin, you will need to modify jquery.filestyle.js and manually add required class.

With checkboxes – sharmstr mentioned, i am working on update, but with delay because of family stuff.

Hi there, I really need to use the ‘wizard’ page you included but have come across a slight issue before I start. Like many I would use this for an application form, the problem I have is a form cannot span across multiple DIVs can it?

I created my form and tested, then split into 3 sections and placed in the divs. Now the form wont submit or accept dynamic data from menu lists. I presume this type of wizard is created for forms, are you aware of any way round this issue?

Also where can I change the action of the finish button, I have several things I need the button to do such as inserting data into a database.

regards

Gary

That is very strange, I’ve stripped the original button down to a simple link with no class, that works fine and inserts form data to 2 tables, the insert from the JS file doesn’t now only inserts data into one table!.

Not sure if this has anything to do with it, but immediately under the original insert button this exists:

 <input type="image" name="Insert" id="Insert" value="Insert" alt="Insert" src="WA_DataAssist/images/Slate/Traditional_insert.gif"  />
      <strong><input name="WADAInsertRecordID" type="hidden" id="WADAInsertRecordID" value="" /></strong>

Give me a bit more time, i will try to come up with solution for you

Hi there, don’t worry you have helped me more than enough. One of the problems was to do with menu/list fields within the form. If they were anywhere except ‘step1’ they wouldn’t display any data.
The other issue was I had 2 sql inserts being triggered, 1 was set to only insert on a specific button, changed to any form submit and all worked fine.

Viewing the wizard in IE seems to ignore the padding option we removed earlier but again no big issue.

Thanks again, think we are there now!

wanted to call an action when the user clicks on the menu in the user_nav .. how do i do that ..

also in the left nav i dont want to disable the “activeTab” even on selection .. the user should be able to click the selected tab too

The first question – didn’t get it, please clarify.

Second – add id=”current” to the parent menu item, so it will be expanded when child menu item is active

Do I need to know JS to be able to adapt this template to my needs?

Basically yes, at least understand how to turn on/off plugins.

But if you want to modify general look only, i think you can do it in HTML /CSS only

I love this template, bought it 4 days ago and it works like charm with my cakephp implementation. Thx man!

Thanks!

Hi,

On the validation forms, password match always complains about them not matching, even though they are same. Below is the HTML and JS code for reference. Your advice is much appreciated

HTML Code <label>Login Id (E-Mail Id):</label> <input type=”text” value=”” class=”validate[required,custom[email]]” name=”emailValid” id=”username” /> <label class=”topLabel”>Enter Password:</label> <input type=”password” class=”validate[required,equals[password]]” name=”password” id=”password1” />

JS Code, I tried with validationEngine with ‘attach’ param and without it too. });

$("#createuser").click(function(event) {
    $("#newuser").validationEngine('attach');
});
alert($("#newuser").validationEngine('validate'));
if($("#newuser").validationEngine('validate')) {
    $.ajax({
        url : "http://localhost/wlife/v1/user",
        type : "PUT",
        success : function(data) {
            location.replace("users.html");
        },
        beforeSend : setLoginHeader,
        error : function(data) {
            location.replace("500.html");
        },
        statusCode : {
            403 : function() {
                location.replace("403.html");
            },
            404 : function() {
                location.replace("404.html");
            },
            204 : function() {
                location.replace("login.html");
            },
            405 : function() {
                location.replace("405.html");
            },
            500 : function() {
                location.replace("500.html");
            },
            503 : function() {
                location.replace("503.html");
            }
        }
    });
}

Try to replace

if (field.val() != $("#" + equalsField).val())

with

if (field.attr('value') != $("#" + equalsField).attr('value'))

in validationEngine.js, line 710.

And use equals[password] only in second field

it is difficult to implement a form field that has a button at the bottom, similar to the search that has index.hmtl. I tried to put even more failed.

Still didn’t get your issue :(

You want to use input field like in search widget, but with button at the bottom (below the input)?

I want to put (This) with a normal text input of my form.

For search widget i used different styles and sizes. If you want to use same styling for your search input as your usual form input styles, you need to create new smaller search button and new styles for it, like to add absolute position etc.

Hi there, Hate to bother you with some dummy question but I’m having a little hard time to setup a Google Calendar URL feed to display events into the calendar area.

I have checked your documentation few times and also I have checked http://arshaw.com as well, I still don’t understand what I’m missing. As far I could see fullcalendar.js and cal.js are the same, which means I don’t need to change anything here. For other side when I have my url feed applied nothing happens. Also I have noticed a gcal.js going on in the arshaw.com example.

Finally my question; Is there any easy way to set this thing up in your framework or I have to give it up?

Thanks man.

I can’t validate select dropdown or single file field. I assume this is because of the javascript used to modify them. How can I use the inline validation on input types: select, file?

Hi,

I have a prob with charts.html (origins page), no tooltip in the graphics…

You can help me please for resolv this prob.

just replied to your email

Theme will be updated within a week, i will replace jqtransform plugin with another one, because it is suitable for usual websites, but for specific options of backend systems it works with bugs. Sorry for that, my bad, didn’t predict these options.

When will the update be ready? (with also the other fixes?)

Thanks!

A timeschedule would be nice :)

1 day, 3 days ? etc. :)

Please allow me up to 4 days, i just don’t have enough time right now to finish it, my kid got sick :(

I will let everyone know when it will be ready

Thanks

Thats fair :)

Good luck with your kid.

Me again. Thanks for your help before. I have another question: In the login page, i cant locate the file where i can change the login user and password, can you guide me to it? Thanks!

so its in the login.html page?

Sure, find there

<input type="text" value="login" />

and change that value or remove it

well the correct question is where is that login form located? I removed it and I could put whatever and it let me through. Is there a way to specify what has to be typed?

I’m not really able to apply the change event on a select. is that you can help me? ...

in form, it is hard I put fields side by side?

Hey. Sorry, missed your last message.

All you need to do is to create new classes with fixed width and margin between them. By default i didn’t create these styles, i just added 2 columns layout for forms.

Something like

<div class="leftClass"><input type="text"></div>
<div class="rightClass"><input type="text"></div>

and in .css

.leftClass, .rightClass { width: 100px; float: left; }
.rightClass { margin-left: 10px; }

I do not want to leave your reasoning. As I’m using liquid layout I put the width to 45%. More the problem is that the structure was broken because of the margins and padding of the label and input.

Here’s how it was

Ok, i see now, sorry i thought you are using fixed layout.

Just try to add an additional class then and specify smaller width for inputs inside this class, it should work

Hello. Is there a way how can I load ajax content into a modal window? I want to create remote forms (via ROR ) and I would love to have this done through ajax modal window. Thanks for any advice!

Great theme so far.. :)

Hey.

You can load ajax content into a jquery ui dialog. here and here are some tips ;)

Hi there, just wondering if you included text column styles like many other templates, for example full width, 2 column, 3 column, 4 column etc etc?

Could I perhaps have maybe 4 widgets in 4 columns displaying: 1= text, 2=calender, 3=dynamic table, 4= graph?

regards

Gary

no, i didn’t add columns since i didn’t use grid system.

If you need them you can add manually with something like this:

.oneFour { width: 157px; float: left; margin-left: 32px; }
.oneFour:first-child { margin-left: 0; }

Thanks. I can get the form to more or less align (although I would prefer an option to have labels to the left of input if possible).

I still can’t make the select to render properly:

with jqTransform applied the problem is as it was before (selected item hidden under select box) and label is not on top but gets moved to the left of select.

without applying jqTransform and using regular elements select is visible but label gets move to the left of select.

Can you see if there’s something I’m missing here (missing class etc) that would make select and label align. Again, I think a more complete sample of a form with a couple different elements would be very helpful:

<form method=”post” id=”edit-item-form” class=”mainForm” action=”action.html”><label>Username</label> <input type=”text” value=”asdasdasd” name=”UserName” id=”UserName” data-val-required=”The Username field is required.” data-val=”true”> <option value=”3”>Uploader</option> <option value=”2” selected=”selected”>User</option> </select>

<label>Role</label>
<select name="RoleId" id="RoleId" data-val-required="The Role field is required." data-val-number="The field Role must be a number." data-val="true"><option value="1">Administrator</option>

<label>Password</label> <input type=”password” value=”” name=”Password” id=”Password” data-val-length-min=”6” data-val-length-max=”100” data-val-length=”The Password must be at least 6 characters long.” data-val=”true”> <label>Confirm password</label> <input type=”password” value=”” name=”ConfirmPassword” id=”ConfirmPassword” data-val-equalto-other=”*.Password” data-val-equalto=”The password and confirmation password do not match.” data-val=”true”> <input type=”submit” class=”greenBtn submitForm” value=”Save” id=”submit”> </form>

Hi,

I’m using liquid theme and trying to make forms (as in form_elements.html) work with jQuery dialog using a form like:

<form method=”post” id=”edit-item-form” class=”mainForm” action=”action.html”> <fieldset> <label>Username</label> <input type=”text” value=”asdasdasd” name=”UserName” id=”UserName” data-val-required=”The Username field is required.” data-val=”true”> </fieldset> </form>

Two problems I have are:

1) labels not aligned horizontally with inputs 2) selected item in selects doesn’t appear inside the input but is hidden behind the input and shifted to the right so half of the selected item is visible from beneath select.

If possible I would appreciate an official sample to see the best way to have forms embeded in a dialog. Thanks.

I added dialog with forms inside, but i didn’t add labels there because of dialog fixed size. You can add it by yourself, but put it above the input field. For dialog inputs i used another styles, please check the latest version

why i need things above:

  • i want a 2-month-inline-datepicker OR 2 inline datepickers beside.
  • user should select a RANGE (startdate and enddate)
  • startdate must be lower then enddate
  • enddate MUST be a pre-given date

any help?

where is the DATEPICKER located? i search for the additinal parameters…

otherwise: what is the link to the source-webpage?

thx!

parameters for datepicker are in custom.js file.

For your needs please visit this page

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