bassjobsen / jbst

Powerful theme framework that can be used as a standalone website builder or as a framework to create child themes for wordpress build on Twitter's Bootstrap 3. Full customizable with LESS
http://www.jbst.eu/
GNU General Public License v2.0
96 stars 36 forks source link

Uploading images in customizer #74

Open bassjobsen opened 11 years ago

bassjobsen commented 11 years ago

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 commented 10 years ago

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