-
Notifications
You must be signed in to change notification settings - Fork 110
Add patterns: Testimonials #118
Add patterns: Testimonials #118
Conversation
f593686
to
a9a1a8b
Compare
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
…estimonials-review-with-large-image-on-right
Apologies if anyone started reviewing this, as I started working on other testimonial patterns I realised they would be better within a single PR so have pushed several updates here and changed the title/description to reflect this. |
Apologies for the delay, taking a look now! |
Unfortunately I'm not able to test this because I'm seeing a lot of conflicts with |
Hi @beafialho - the conflicts should be resolved now if you'd like to give this another try? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the hard work on this one @g-elwell - There's a lot of progress and we're getting closer.
I've replaced the image with the one already merged into the theme (264b44a), however I suggest we crop the image to remove the black border (I had done this previously on my version). Currently it looks like this:
Let's follow your suggestion, as we need to have it without the border. Let's use the one I'm adding to this comment.
image-from-rawpixel-id-5918459.webp.zip
I've worked through all the feedback given so far. I also noticed that some upstream font sizes affected these patterns, so needed to bump the quote font sizes up to x-large.
Since yesterday, we also have custom font sizes for headings that you could use in patterns.
I see that there are some merge conflicts with the theme.json
, can you please take a look and that? Ideally we should respect the format that's coming from trunk.
I'm still seeing these conflicts and I can't test it. |
That's odd, it says it's resolved here and in the CLI. I'll install GH desktop and see what happens. Please bare with me. |
…of github.com:g-elwell/twentytwentyfive into feature/testimonials-review-with-large-image-on-right
Should be good now @beafialho 🤞
Done thanks 19d738d
Is there somewhere you'd prefer me to use these over the existing sizes? |
I was able to test already, perhaps it was something particular with my environment. Thank you for the work done in these patterns so far! I'm seeing a few issues: Review with large image on right
size.mp4Two columns with avatar
Three column layout with 6 testimonials This one is looking good ✅ |
I've removed the alignment and cropped the image
I've increased font sizes as suggested
I've removed the group to remove the content width on this pattern
Thanks! |
I will merge this and then create a follow up for the duplicate images. |
Description
Fixes #57, #58, #59
I've tackled all three of these in a single PR as working through them I realised they depend on one another.
This PR also registers the
Capsule
block style variation forcore/heading
blocks which is used in a few sections. It seems that a heading would be semantically correct in the locations where this is being used.Couple of notes:
I'm not happy with the vertical alignment of the heading/quote. Unfortunately,Edit: found this in the block toolbar!space-between
isn't an option on stack (only on row) which is a shame as this is all it would need to be perfect. Unless there's another way to do this I'm not aware of?We're limited with how we can style the location part of the citation, so I'm using a line break and
subscript
to get this working. Not that intuitive to set up, but I think this is okay for a pre-made pattern?The Figma uses a different font just for the location part of the citation (instrument sans), I'm assuming this should be using manrope?
Screenshots
Testing Instructions