Payment Block 3 rows

Open
#196 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
wordpress
Domain
design

Research direction

Start with the linked preview and the embedded WordPress block markup to understand the intended three-row layout and its full-width, zero-gap grouping. Done means the Payment Block pattern matches the supplied preview, including the three images, payment button, and three text columns.

Written by the indexing model from the issue text.

Description

image

Preview →

3 rows layout, wrapped within a full width zero gap group block.

@ianstewart @olaolusoga @alaczek @iamtakashi

<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"layout":{"inherit":false}} -->
<div class="wp-block-group alignfull" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"20px","right":"20px","bottom":"20px","left":"20px"}}},"layout":{"contentSize":"660px"}} -->
<div class="wp-block-group" style="padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"120px","fontStyle":"normal","fontWeight":"700"},"spacing":{"margin":{"bottom":"40px"}}}} -->
<h2 class="has-text-align-center" id="wing-it" style="font-size:120px;font-style:normal;font-weight:700;margin-bottom:40px">Wing It</h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"17px"}}} -->
<p class="has-text-align-center" style="font-size:17px">For ah-come-on kind of cold weather. The ReNew Long Parka has a long, relaxed fit, oversized cargo pockets, fleecy handwarmer pockets, and a roomy hood.</p>
<!-- /wp:paragraph -->

<!-- wp:jetpack/recurring-payments -->
<div class="wp-block-jetpack-recurring-payments"><!-- wp:jetpack/button {"element":"a","uniqueId":"recurring-payments-id","text":"Buy Now","customTextColor":"#fefefe","customBackgroundColor":"#0a0a0a","borderRadius":0,"width":"100%"} /--></div>
<!-- /wp:jetpack/recurring-payments --></div>
<!-- /wp:group -->

<!-- wp:gallery {"ids":[4605,4604,4603],"linkTo":"none","align":"full"} -->
<figure class="wp-block-gallery alignfull has-nested-images columns-default is-cropped"><!-- wp:image {"id":4605,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://dotcompatterns.files.wordpress.com/2022/03/img1.jpg" alt="" class="wp-image-4605"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":4604,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://dotcompatterns.files.wordpress.com/2022/03/img2.jpg" alt="" class="wp-image-4604"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":4603,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://dotcompatterns.files.wordpress.com/2022/03/img3.jpg" alt="" class="wp-image-4603"/></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:group {"layout":{"contentSize":"1000px"}} -->
<div class="wp-block-group"><!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"padding":{"top":"20px","right":"20px","bottom":"20px","left":"20px"}}}} -->
<div class="wp-block-column" style="padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"style":{"typography":{"fontSize":"20px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"bottom":"20px"}}}} -->
<h2 id="fits-your-wardrobe" style="font-size:20px;font-style:normal;font-weight:600;margin-bottom:20px">Fits your wardrobe</h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"17px"}}} -->
<p style="font-size:17px">For ah-come-on kind of cold weather. The ReNew Long Parka has a long, relaxed fit, oversized cargo pockets, fleecy hand-warmer pockets, and a roomy hood. Plus, it’s made entirely* from our technical, 100% recycled fabric.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->

<!-- wp:column {"style":{"spacing":{"padding":{"top":"20px","right":"20px","bottom":"20px","left":"20px"}}}} -->
<div class="wp-block-column" style="padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"style":{"typography":{"fontSize":"20px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"bottom":"20px"}}}} -->
<h2 id="fits-your-wardrobe" style="font-size:20px;font-style:normal;font-weight:600;margin-bottom:20px">Versatile</h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"17px"}}} -->
<p style="font-size:17px">For ah-come-on kind of cold weather. The ReNew Long Parka has a long, relaxed fit, oversized cargo pockets, fleecy hand-warmer pockets, and a roomy hood. Plus, it’s made entirely* from our technical, 100% recycled fabric.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->

<!-- wp:column {"style":{"spacing":{"padding":{"top":"20px","right":"20px","bottom":"20px","left":"20px"}}}} -->
<div class="wp-block-column" style="padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"style":{"typography":{"fontSize":"20px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"bottom":"20px"}}}} -->
<h2 id="fits-your-wardrobe" style="font-size:20px;font-style:normal;font-weight:600;margin-bottom:20px">Normal fit</h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"17px"}}} -->
<p style="font-size:17px">For ah-come-on kind of cold weather. The ReNew Long Parka has a long, relaxed fit, oversized cargo pockets, fleecy hand-warmer pockets, and a roomy hood. Plus, it’s made entirely* from our technical, 100% recycled fabric.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

Dominant language
No language data
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Automattic/blockpatterns

All issues in Automattic/blockpatterns

Similar issues

More Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.