Changes between Version 2 and Version 3 of Ticket #40010, comment 5
- Timestamp:
- 03/02/2017 01:25:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40010, comment 5
v2 v3 3 3 here is the output of _wpCustomizeSettings.controls.site_icon.attachment . Sizes is actually not empty, but the "full" size is missing. 4 4 5 The fix addresses the symptom. If the core issue is no full size being generated, that should be fixed seperately.5 The fix addresses the symptom. If the root cause is no full size being generated, that should be fixed seperately. 6 6 7 7 You are right that jetpack is involved. Deactivating jetpack (wp plugin deactivate jetpack --network) works around the problem. The other way around it is to delete the site_icon option ( wp --url=<yoursite.local> option delete site_icon ).