You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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/
orchmod -R 0777 wp-contents/uploads/
The text was updated successfully, but these errors were encountered: