-
I upgraded my website and now in mobile mode I get an error like https://www.mywebsite.ch/%22/wp-content/uploads/2020/08/myimage.jpg not found.
Please check private info for URL to check.
Image is on my Homepage, it works for >768 pixel but gets this error with some %22 added in the ULR’s middle for mobile mode. So my Homepage is broken on mobile. Seems to be a bug, worked before I upgrade GP.
-
Additional info, when I recreate my page hero element, changing it to use the page’s background image instead of a custom image, even using a new image now, it works on desktop mode with the new image shown, but in mobile mode there is still no image shown and I even get the same error as before, looking for the old image (as above) with the %22 in between, as if the old image URL was hard-coded somewhere for some reason.
-
I added this code into my child theme’s style.css to fix it. It works for me, but it is only a workaround. Willing to further investigate if interested.
@media (max-width: 768px) { .page-hero { background-image: url('https://www.mywebsite.ch/wp-content/uploads/2020/08/myimage.jpg') !important; } }
-
The failing plugin is the Gutenberg Extension Spectra from Brainstorm Force!
I reverted Spectra back from v2.18.0 (latest version today, Jan 5 2025) to 2.15.3 for now, and everything is working again. Evrything else is on latest level.
This is not the first time this plugin messed up with my website. WP Rocket was affected (some checkboxes and sections even disappeared in the WP admin GUI) and Generate was affected as described above..
Time to clean up the plugins I am using..
-
Alvind
Glad to hear that you managed to resolve the issue!
- You must be logged in to reply to this topic.