Open jp-imagines opened 1 year ago
Support References
This comment is automatically generated. Please do not edit it.
π REPRODUCTION RESULTS
Tested on Simple β not reproducible
Tested on Atomic β not reproducible
Replicable outside of Dotcom β n/a
π FINDINGS/SCREENSHOTS/VIDEO
Simple
AT
π ACTIONS
π SCRUBBING : RESULT - Replicated / Could Not Replicate / Uncertain
π FINDINGS/SCREENSHOTS/VIDEO
.entry-meta
content appearing in the post's header hero area is consistently reproducible now, using the steps below:The entry-header
picks up content from the wp-block-newspack-blocks-carousel
block. It happens whether the post carousel is added to the post itself or to a widget area; however the widget area will impact more parts of the site.
Added the post carousel to the footer in this example
https://github.com/Automattic/themes/assets/27249804/db34ba37-4cf8-42c0-882c-3dc9d3cbb271
Tested switching to other themes that support Custom Headers/Featured Image Headers (Karuna, Lyretail, Resonar, and Twenty Seventeen), and couldn't repro anywhere other than Gazette.
Update
If you enable Show Category
in the Article Meta Settings, this seems to be where that line & specific css comes from:
.entry-meta + .entry-meta {
border-top: 2px solid #eee;
margin-top: 9px;
padding-top: 14px;
}
π ACTIONS
Quick summary
Slack with more context: p1685736711812349-slack-C03TY6J1A
I was completely unable to replicate this, but it definitely feels like a bug with this theme. Switching themes fixed the issue.
On this user's site, there are horizontal lines that appear on top of all featured images. The lines correspond to top borders on a series of duplicate
.entry-meta
elements:Specifically from this CSS:
Steps to reproduce
update 2023-06-07
see triage notes below for more details
What you expected to happen
There shouldn't be duplicate
.entry-meta
elements, and no horizontal lines.What actually happened
Random horizontal lines.
Impact
One
Available workarounds?
No but the platform is still usable
Platform (Simple and/or Atomic)
Simple
Logs or notes
User reported in 6361628-zd-woothemes