Automattic / blockpatterns

Repo of block patterns to work with
7 stars 2 forks source link

Newsletter Signup with Fixed Background Image #287

Closed iamtakashi closed 1 year ago

iamtakashi commented 1 year ago

Screenshot: dotcompatterns wordpress com__p=7612 preview=true (1)

<!-- wp:cover {"url":"https://dotcompatterns.files.wordpress.com/2022/10/book.jpeg","id":7614,"hasParallax":true,"dimRatio":30,"overlayColor":"white","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"120px","right":"120px","bottom":"120px","left":"120px"}}}} -->
<div class="wp-block-cover alignfull is-light has-parallax" style="padding-top:120px;padding-right:120px;padding-bottom:120px;padding-left:120px;min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-white-background-color has-background-dim-30 has-background-dim"></span><div role="img" class="wp-block-cover__image-background wp-image-7614 has-parallax" style="background-position:50% 50%;background-image:url(https://dotcompatterns.files.wordpress.com/2022/10/book.jpeg)"></div><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"30px","padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"textColor":"secondary","fontSize":"medium"} -->
<div class="wp-block-group has-secondary-color has-text-color has-medium-font-size" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"color":{"duotone":["#333","#CCC"],"text":"#df0522"},"typography":{"lineHeight":1,"fontSize":"3.75rem"}}} -->
<p class="has-text-align-center has-text-color" style="color:#df0522;font-size:3.75rem;line-height:1">You don’t wanna miss it.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#f30800"}}} -->
<p class="has-text-align-center has-text-color" style="color:#f30800">Get the latest articles in your inbox.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:spacer {"height":"90px"} -->
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:jetpack/subscriptions {"subscribePlaceholder":"Email Address","customButtonBackgroundColor":"#df0522","textColor":"background","fontSize":"1.3rem","customFontSize":"1.3rem","borderRadius":50,"borderWeight":5,"customBorderColor":"#df0522","padding":18,"spacing":15,"className":"is-style-compact"} -->
<div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline is-style-compact">[jetpack_subscription_form subscribe_placeholder="Email Address" show_subscribers_total="false" button_on_newline="false" custom_background_button_color="#df0522" custom_font_size="1.3rem" custom_border_radius="50" custom_border_weight="5" custom_border_color="#df0522" custom_padding="18" custom_spacing="15" submit_button_classes="has-1-3-rem-font-size has-text-color has-background-color" email_field_classes="has-1-3-rem-font-size" show_only_email_and_button="true" success_message="Success! An email was just sent to confirm your subscription. Please find the email now and click &#039;Confirm Follow&#039; to start subscribing."]</div>
<!-- /wp:jetpack/subscriptions --></div>
<!-- /wp:group --></div></div>
<!-- /wp:cover -->

Preview: https://dotcompatterns.wordpress.com/?p=7612&preview=true

cc: @alaczek @onuro

alaczek commented 1 year ago

Looking good 👍

alaczek commented 1 year ago

Nope, spoke too soon. It looks off on mobile:

image
iamtakashi commented 1 year ago

Good catch. Must the pattern have been built in the editor quite some time ago? 🤷

Fixed the issue and published.

I'll see what I can do to fix them in the theme.