App for Cloudflare® Pro

App for Cloudflare® Pro 1.8.6

Bug on featured image on 1.8.6

Nergiza

Member
When you edit the post, the featured image points to the usual media folder (srcset parameter) rather than R2:
1723476810043.png
Code:
<a href="https://nergiza.com/wp-admin/media-upload.php?post_id=25762&amp;type=image&amp;TB_iframe=1&amp;width=753&amp;height=275" id="set-post-thumbnail" aria-describedby="set-post-thumbnail-desc" class="thickbox"><img width="266" height="266" src="https://media.nergiza.com/recuperador-768x768.jpg" class="attachment-266x266 size-266x266" alt="recuperador" decoding="async" srcset="https://nergiza.com/wp-content/uploads/recuperador-768x768.jpg 768w, https://nergiza.com/wp-content/uploads/recuperador-e1723112859425-200x200.jpg 200w" sizes="(max-width: 266px) 100vw, 266px"></a>
 
How exactly are you getting there (what buttons/links)? When I edit a post and set/edit a featured image, it doesn't look anything like that, so I'm pretty sure I'm looking in the wrong place somehow.

The plugin *is* already hooking into WordPress functions for generating srcset URLs, so just trying to track down how you are getting to where you are at so I can figure out why that particular way of doing it isn't using WordPress's normal srcset filters somehow.
 
How exactly are you getting there (what buttons/links)? When I edit a post and set/edit a featured image, it doesn't look anything like that, so I'm pretty sure I'm looking in the wrong place somehow.

The plugin *is* already hooking into WordPress functions for generating srcset URLs, so just trying to track down how you are getting to where you are at so I can figure out why that particular way of doing it isn't using WordPress's normal srcset filters somehow.
Just editing a post: https://nergiza.com/wp-admin/post.php?post=25762&action=edit
 
Hmmm... are you using the latest version of WordPress? Is it possible what you are seeing is coming from a third-party plugin or something else non-standard?

For me, when I use WordPress 6.6.1, click Edit Post, the sidebar looks like this for me:

image.png
 
Ya nothing with that has changed in 6.6. Any chance you could disable plugins and/or non-standard themes to see if it’s possibly something with those?

Hard to track down/fix on my side if I can’t see what you are seeing.
 
Ya nothing with that has changed in 6.6. Any chance you could disable plugins and/or non-standard themes to see if it’s possibly something with those?

Hard to track down/fix on my side if I can’t see what you are seeing.
I'll send you my credentials, I can reproduce this on WP 6.6 but only with this image. Maybe a character is causing this.
 
I'll send you my credentials, I can reproduce this on WP 6.6 but only with this image. Maybe a character is causing this.
If it's a specific image, can you zip it up and send me a link to it? Will try to upload it in my setup and see if the same thing happens. Although a messed up image isn't really going to change how the admin area looks. I think that's going to be the bigger issue to figure out why your setup looks completely different there vs. a normal WordPress install I test it on...
 
Back
Top