Open rickmgithub opened 2 years ago
📌 HOUSEKEEPING
📌 SCRUBBING
📌 FINDINGS/SCREENSHOTS/VIDEO
📌 ACTIONS
Thank you @arunsathiya !
Based on the last screenshot, I believe this is a situation where the slideshow just has more width than it's needed. Similar case:
https://github.com/Automattic/themes/issues/5990#issuecomment-1137213988
Also, reported something similar here: https://github.com/Automattic/jetpack/pull/24343#issuecomment-1142462864
I'm not 100% familiar with it, however, I'm wondering if other similar Slideshow block issues have already been looked into. cc @jeherve
The slideshow block doesn't perfectly work with Full Site Editing. I believe you may be running into something similar to https://github.com/Automattic/jetpack/issues/22834
Thank you @arunsathiya !
Based on the last screenshot, I believe this is a situation where the slideshow just has more width than it's needed. Similar case:
https://github.com/Automattic/themes/issues/5990#issuecomment-1137213988
Also, reported something similar here: https://github.com/Automattic/jetpack/pull/24343#issuecomment-1142462864
I'm not 100% familiar with it, however, I'm wondering if other similar Slideshow block issues have already been looked into. cc @jeherve
Noticing the same issue ON MOBILE when using the Jetpack Slideshow block on a portfolio site. Even if it's placed inside a group with content or wide width set. It appears to be the invisible wrapper stretching wide beyond the viewport that breaks the page on mobile (as commenter above noted on Apr 12).
This perhaps hacky? CSS fixed the problem for me (but ideally the wrapper wouldn't behave this way to begin with...):
ul.wp-block-jetpack-slideshow_swiper-wrapper.swiper-wrapper {
height: fit-content !important;
width: 0 !important;
}
See it in action here: https://mmonroedesign.com/residential/cobble-hill/
Support References
This comment is automatically generated. Please do not edit it.
Quick summary
Slideshow block does not work when set in this particular combination on the site editor.
Steps to reproduce
Here is the page code
What you expected to happen
The slider to show the images
What actually happened
The images do not show
Context
5257057-zen
Simple, Atomic or both?
Simple
Theme-specific issue?
No response
Browser, operating system and other notes
No response
Reproducibility
Consistent
Severity
Some (< 50%)
Available workarounds?
By creating the slider block in a page and using the normally header and footer template and setting the front page to static
Workaround details
No response