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.

103: topic: { 104: required: ”#newsletter:checked”, 105: minlength: 2 106: }, 107: agree: “required” 108: }, 109: messages: { 110: customMessage: { 111: required: “Bazinga! This message is editable”, 112: }, 113: agree: “Please accept our policy” 114: } 115: });

Hi!!!!

the mine is giving error. help me?

Detalhes dos erros da página da Web

Agente de Usuário: Mozilla/4.0 (compatible; MSIE 7 .0; Windows NT 6 .1; WOW64 ; Trident/5.0; SLCC2 ; .NET CLR 2 .0.50727; .NET CLR 3 .5.30729; .NET CLR 3 .0.30729; Media Center PC 6 .0; InfoPath.3; .NET4.0C; .NET4.0E; AskTbORJ/5.14.1.20007) Carimbo de data/hora: Wed, 27 Jun 2012 15:14:26 UTC

Mensagem: Identificador, cadeia ou número esperado Linha: 112 Caractere: 4 Código: 0 URI : custom.js

hi, and what do you have in your 112 line in custom.js? :)

This is the best admin skin ever. Keep up updating and adding more features to it!

Thank you so much!

Yes have copied locally to host and check with exmerge but still no joy, its an odd one. If the image was missing I guess none of the other drop downs would work either!

Oh well.

you mean dropdown doesn;t have any styling or it just doesn’t appear?

No the dropdown doesn’t appear at all all I get is ‘items per page 10’, but it does appear on all form dropdowns which i guess is using same image?

Yes, it uses the same image for the background. If dropdown works when you click on 10, check order in custom.js for uniform plugin and datatable, datatable should be loaded AFTER uniform ;)

Hi there, yes that’s what I thought, I have double check local against hosted css and its identical, I have the ‘items per page 10’ but no drop down box when viewing local!

just a suggestion – try to copy your hosted copy again and check if it works, because i didn’t have such issues before :(

Hi, have no idea why but today all the ‘Items Per Page’ dropdowns at foot of dataTables have lost their formatting, the odd thing is it works locally but at hosting server. Can you let me know which js or css controls this please?

Thanks again

hi

Basically it should be in datatable.css file, but why it stopped working? Did you change or upgrade datatables plugin?

With the Usual file input : box in the forms elements, clicking on the plus symbol does nothing. Users would expect that clicking it, it would open the folder dialog.

I have had quite a fews users ask me about this.

Thanks

Works just fine here, you can check live preview.

If you did any changes in the code, just “it doesn’t work” isn’t enough, i need to see the code, need to know what excatly you changed. Can you please provide a link to the page where you have this issue?

Thanks for the reply, I tried it on your preview before I posted the issue I was having. I have the same problem there. That is why I did not provide any code as I have not change anything. I am useing Firefox 13.0.1 and I have since tried it Chrome which it does work ok in that. Both your preview and my code are fine.

So it may be an issue with Firefox. I get no errors in firebug.

Hmm, that’s weird, i just checked in FF 13 .0.1 on MacOS and everything works great, when i click on the field or on the plus button, it opens a popup window, so i don’t see any issues on my side

Hi Kopyov, I’m a fan of your work! :nerdy:

I tried to upgrade elfinder but unfortunately the css is way too different. Do you have anything in the pipeline for this?

I’m going to stick to your version for now, Thanks.

Hi there.

Thanks!

I’ll upgrade plugin in the next update, very soon ;)

Thanks so much. :bigsmile:

Welcome ;)

legend, that did the trick I just used this to align with bottom pagibnation – "sDom": '<""f>t<"F"lip>'

Thanks again..

Hi there, thanks again, that sorted it but it outputs it at the top of the table over header text, is there something in css I can add to move it to bottom of table?

Cheers

First – top or bottom position denends on where you put “i” letter in sDom. And second – yeah, you’ll need to add some styles in css, as i remember you’ll need to add a correct position only

Hi there again, are you able to tell me how you removed the datatables record count from the theme? On the original datatables site it displays total record count when filtered, but on the themes dynamic table example it only shows ‘items per page?’

http://datatables.net/release-datatables/examples/basic_init/zero_config.html

Thanks

Gary

Hey Gary

I removed “i” letter from sDom, you can add it, more info, this is an information block

Hello Kopyov,

I’m using File Uploader. How can i get file names of uploaded files? And do you know any trick with getting them on form. I want to submit uploaded files to my PHP file with form.

If you mean to keep original file names, you can set In options

unique_names: false

What do you mean getting them on form? Upload is processed by upload.php file

Kopyov,

Awesome job, thanks for making us all look good :)

I am having an issue where my CONTACT class is not showing in any other browser but Firefox, below is a page the example:

http://stanleydev.com/dev.eservices2012.sat/door-status-region.asp?page=doorstatus

Page looks blank but there is content there that is being hidden, by the Overflow=hidden on line 475 in main.css

Any suggestions on how I can fix this? Thanks! Nick G

Again, check your clearing divs and closed tags, your content is inside title line now ;)

Ok I went through and fixed all the DIVs, looks like it aslo happening with your template HTML files also

Example: http://stanleydev.com/dev.eservices2012.sat/widgets.html

Thanks for all you help!

Template has 100% blocks layout without tables in the structure. If you don’t use tables like you have on asp pages, add overflow: hidden; and remove left padding from the .content

Hello again,

Thanks for your answer. I’m afraid I did not explain well. I know how to replace commas by dots and viceversa, even with JS or PHP .

The question is how to setup spinner in order to use coommas as decimal separator as we do in spanish. Much probably 99% times one person who wrote 2.5 using the numeric keypad will type 2,5 as is set for spanish keyboards. This causes that when onblur the field the number is transformed into 25 :-(

Thanks

I see, i was trying to play with plugin core, but no luck :( you can try to edit the code at the bottom in plugin file, where defaults were set. By default all spinners work in this way. Sorry

Hi,

I wonder how to make it compatible with spanish decimal character. I mean, we use 2,50 when you want to say 2.50. So if I write 1,50 on an spinner decimal it is converted into 150.00 How can I fix it to support bot , & . to decimals ??

Thanks in advance.

Cheers

Sorry for delay.

By default it uses 2 separator types – commas and dots. Comma appears only in thousands: $4,500.00

here is an example of how you can change values to your needs.

Thanks

AWESOME ! I got an (correct) answer within 4 minutes!

Thanks a lot.

You’re welcome ;)

Hi,

I want to use the “bStateSave” function. I edited “jquery.dataTables.js” and set it to “true” but it isn’t working.

How can I activate this function?

Basically you don’t need to edit datatables plugin file, you can add this line

"bStateSave": true

to your table settings in custom.js

Hello,

I cannot use document ready function. Such as; $(document).ready(function(){ jAlert("document ready"); }); jAlert is running behind of function. When i control with firebug, i get this error: uncaught exception: Invalid dimensions for plot, width = null, height = null But there is no code line or something else that explain this error. What can i do for this? Do you have any idea?

Hi.

To fix this problem just include flot chart settings only on those pages where you’re using charts. In version 2.0 i moved charts params to separated files, that will fix your issue for sure

HI.

Is there a way to put the search and the paging selection both left bottom as you do in Crown ?

Regards

Sure, just move letters in sDom in custom.js and change styles for those blocks in datatables css file

Hi, it’s posibble to update elfinder to the new 2.0??

Regards!

Yes, i will update, but i’ll do it a bit later, too much work with it as they changed all style names and the whole structure. It will be included into one of the next updates

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