-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image on distributed page has incorrect URL. #974
Comments
@peterwilsoncc this sounds like something to look into / consider with the post object handling refactoring work |
Probably worth testing plugins like https://wordpress.org/plugins/wp-ses/, https://wordpress.org/plugins/amazon-s3-and-cloudfront/, and https://wordpress.org/plugins/windows-azure-storage/ with Distributor to see where best to ensure compatibility that distributed images are properly the result of any offloading happening (perhaps Distributor or these offload plugins are hooking in ways that are blocking this) and whether that's something we can handle for / support within Distributor. |
I wanted to follow up on this issue since it's been a few months without activity. I understand that maintaining open-source projects can be time-consuming, and there might be other priorities. Is there any update or feedback regarding this issue? If there's any additional information you need from me, please let me know. I appreciate your time and effort on this project. |
@joshwilsondotme unfortunately this is not on our roadmap, but if someone wanted to pick up research, triage, and any potential resulting PR then our team would gladly review. |
Describe the bug
The parent page image has an offload media image from our AWS media bucket. However, the distributed image does not have the correct offloaded URL.
If I resave the parent page again, the distributed page will now have the correct image URL.
These steps need to happen each time a page with an image embedded on the parent page is distributed to any site.
Parent page embedded image URL :
https://s3.amazonaws.com/*************.com/wp-content/uploads/2022/09/21152220/OTC_vs_prescription_HA.png
Pull page on child page image URL :
https://**************.com/wp-content/uploads/2022/09/OTC_vs_prescription_HA.png
Steps to Reproduce
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
version: 6.0.2
site_language: en_US
user_language: en_US
timezone: +00:00
permalink: /%postname%/
https_status: true
multisite: true
user_registration: false
blog_public: 1
default_comment_status: open
environment_type: production
site_count: 624
network_count: 1
user_count: 679
dotorg_communication: true
distributor
0: 1.8.0
1:
Override Author Byline: No
Media Handling: Featured image and attached images
Code of Conduct
The text was updated successfully, but these errors were encountered: