Both index.hbs and floating-header.hbs are looking for images either in the wrong directory, or that don’t exist… seems image processing changed and these two files were not made aware?
I noticed this while using my Casper Dark theme, but applied the stock casper theme and it’s doing the same thing… Casper theme is v2.10.3, my Casper Dark fork is based on that version as well.
index.hbs issue
When a Publication logo is uploaded, chrome console reports the following when loading the main page of the site.
Failed to load resource: the server responded with a status of 404 ()
Which refers to the file /content/images/size/w1000/2019/07/logo-transparent-smaller-1.png.
Open the logo in svg format in an editing software (like sublime text/atom…), copy the code created by the software, paste this code where you want it placed,
@Matt-B, while I appreciate you taking the time to respond, your suggested workaround is not a fix to an issue with a function provided by the platform. This was post was more of a bug report, in hopes that the problem could be resolved as more users could be impacted by the issue.
Publication icon and Publication logo are built in optional configurations provided in the admin panel. The icon only accepts .png formats for upload, the *logo will accept an .svg (and other formats).
Sized images are generated on the fly when requested - do you have some nginx/apache config that is trying to serve image files directly rather than passing through to the Ghost instance?