background image upload problem

rz / 2015-03-26 16:40:56   

Hello,
I've been trying to change the background image on my home page rozamikova.com/

Tried many times for size and name of the file, the new file matches the specs of the old one, and I have no idea what is the problem. I must be overlooking something, please help.

Thanks!
Roza

rz / 2015-03-26 17:00:57   

I would appreciate any tips please, I am in quite of a rush! Thanks!

PHProductions / 2015-10-17 00:31:15   

indexhibit.org/forum/thread/21769/

The solution :
The uploading page doesn't work in Firefox unless you make some changes in the /ndxzstudio/asset/css/jquery.fileupload-ui.css file:
You have to comment (or delete) two lines in the ".fileinput-button input" css rule:
.fileinput-button input {
/* border-width: 0 0 100px 200px; */
/* -moz-transform: translate(-300px, 0) scale(4); */
}

This thread has been closed, thank you.