• Closed by: Alex
  • Closed on: 26.09.15, 13:25
  • Reason: Closed
  • Comment: Glad to help!

Ticket #8328 - Problems with file sending on contact form

Hi,

1 - I would like to translate “No file selected” and “Choose File” button below the contact form on contact page and I don’t find how I can do it.

2 - “Choose File” button does not work very well, it works only on bottom right, how I can I fix it?

thanks in advance

Comments

Kate Support 22 Aug 2015, 10:39

Hi!
1) This text is the part of js code so you can translate it directly in the file \themes\alysum\js\autoload\15-jquery.uniform-modified.js

2) Please add this code to the TS > Custom CSS

#contact #uniform-fileUpload {max-width:300px !important}
#contact #fileUpload {width:120px !important}

@media (max-width:679px) {
#contact .col-xs-12.col-md-6 {width:100%}
}

@media (max-width:480px) {
#contact .contact-form-box fieldset {padding-left:0px}
#contact .contact-form-box input.form-control {max-width: 200px;}
#contact div.uploader span.filename {max-width: 95px !important;}
}


Regards!