Opened 5 years ago
Closed 5 years ago
#48552 closed defect (bug) (fixed)
Twenty Twenty: Add theme support for responsive embeds
Reported by: | williampatton | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The theme does not opt-in to use core responsive embeds with a call to add_theme_support( 'responsive-embeds' );
.
Without this call the facebook embed has sizing issues at some screen widths. There may be other issues as well. Adding the call may require CSS adjustments for other embeds.
Attachments (2)
Change History (24)
#1
@
5 years ago
- Keywords needs-testing needs-patch added
- Milestone changed from Awaiting Review to 5.3.1
#4
@
5 years ago
- Keywords has-patch added; needs-patch removed
@williampatton I just created https://core.trac.wordpress.org/attachment/ticket/48552/48552.patch. Let's see if I've done it correct! It's been a while that I created a patch. 😁
#5
@
5 years ago
Patch looks good to me and I was able to apply cleanly.
Let's get some testing on this done and then find someone that can commit it for next release if all looks good :)
One thing that came to mind is that we might need slightly tweaked styles to account for any new ones output by core. @nielslange you want to own this ticket since you already got the patch ready?
#6
@
5 years ago
@williampatton Yeah, happy to hear that my patch skills didn’t gave up on me! 😆
One thing that came to mind is that we might need slightly tweaked styles to account for any new ones output by core. @nielslange you want to own this ticket since you already got the patch ready?
Sure, I’m happy to take on ownership for this issue.
#9
@
5 years ago
@nielslange and @williampatton I actually tried adding this support during development on GitHub, but there were some adverse side effects when I did it. Mainly video embeds were not actually responsive after adding this support, where they were before adding it. I believe that this needs further testing before it can be committed to core.
#10
@
5 years ago
Thanks for mentioning this, @ianbelanger!
Do you still know under which conditions you tested this implementation during eth GitHub development? Was it an embedded YouTube video you tested this implementation with?
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
5 years ago
#14
@
5 years ago
I tested your patch @nielslange and still applies cleanly. It also seem to work with no ill-effects. Could you confirm that you are not seeing any issues and I'll get it committed. Thanks
#16
@
5 years ago
- Keywords needs-testing removed
- Owner changed from nielslange to ianbelanger
- Status changed from assigned to reviewing
#18
@
5 years ago
- Keywords fixed-major added
- Milestone changed from 5.4 to 5.3.3
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport
#20
@
5 years ago
- Keywords commit fixed-major removed
- Milestone changed from 5.3.3 to 5.4
- Resolution set to fixed
- Status changed from reopened to closed
Hi,
As per yesterday’s devchat and previous discussions in the minor release squad, let's move all Bundled Themes tickets from milestone 5.3.3 to 5.4 as there is no plan for a 5.3.3 release for now (except if it's a security release, which may of course happen at any time).
#21
@
5 years ago
- Keywords fixed-major added
- Milestone changed from 5.4 to 5.3.3
- Resolution fixed deleted
- Status changed from closed to reopened
Hi @audrasjb, this has already been committed and then reopened for backport, that is why it was in the 5.3.3
milestone and tagged with fixed-major
. I am going to move it back into 5.3.3
and reopen. Thanks
@williampatton and @ianbelanger This seems to be a pretty low-hanging fruit to get my hands dirty on Trac and patches after living within GitHub for the previous weeks. I'm happy to work on this issue and will provide a patch later today.