jbst
jbst copied to clipboard
Uploading images in customizer
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/
see also: http://wordpress.org/support/topic/cannot-upload-logo-image