jbst icon indicating copy to clipboard operation
jbst copied to clipboard

Uploading images in customizer

Open bassjobsen opened this issue 12 years ago • 1 comments

Images for logo, background etc. are saved in wp-contents/uploads/{month}. If this folder is not writable for the web server the images can't be saved.

The customizer don't show an error when saving fails.

Solution for uploading images (check the rights of your upload folders);

chmod 0777 wp-contents/uploads/ or chmod -R 0777 wp-contents/uploads/

bassjobsen avatar Oct 31 '13 21:10 bassjobsen

see also: http://wordpress.org/support/topic/cannot-upload-logo-image

bassjobsen avatar Feb 13 '14 08:02 bassjobsen