f2d6a5f7a6
* Add Lettre * Move patterns out of inc * Remove unused font face * Remove index.php * Remove alignment CSS * Update newsletter bold * Update hidden subscription form * Update about single * Update categories * Update about multiple * Update hidden 404 * Add missing echos * Update hidden footer * Update patterns * Update remaining patterns * Remove image ids * Add footer to 404 template * Use global padding * Fix typo! * Update all subscribe block markup * Remove blank template * Remove reference to .com * Move CSS to theme.json * Add Newsreader font * Manual version bump * Remove page title * Add temp fix for Jetpack issue * Update min version * Remove archive search content * Add search template * Remove content from search block * Remove buttonText attribute * Fix media and text pattern * Remove link hover CSS * Fix button padding * Remove Jetpack CSS fix * Add Jetpack fix back Needed until Jetpack 11.7 is released * Update opacity GB issue link * Add container element to index; remove search template * Enable root padding * Remove top and bottom global padding * Add core/button styles back * Add load_theme_textdomain * Change tested up to versions to 6.1 * Exclude editor from Jetpack fix The fix doesn't need to be applied in the editor, only on the front end * Remove stable tag * Update readme and style.css * Fix echo typos * Version bump
25 lines
1.7 KiB
PHP
25 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Title: Newsletter signup with media on the left
|
|
* Slug: lettre/newsletter-media-text
|
|
* Categories: featured, newsletter
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:media-text {"align":"full","mediaType":"image","mediaWidth":42,"verticalAlignment":"center","style":{"color":{"background":"#ffe030"}}} -->
|
|
<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#ffe030;grid-template-columns:42% auto"><figure class="wp-block-media-text__media"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/flowers-vase.jpg" alt="<?php echo esc_attr__( 'Illustration of flowers in a vase.', 'lettre' ); ?>"/></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
|
|
<div class="wp-block-group"><!-- wp:spacer {"height":"60px"} -->
|
|
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
|
|
<!-- wp:paragraph {"textColor":"black","fontSize":"large"} -->
|
|
<p class="has-black-color has-text-color has-large-font-size"><?php echo esc_html__( 'Subscribe to our newsletter to get the latest stories in your inbox.', 'lettre' ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
|
|
<!-- wp:spacer {"height":"40px"} -->
|
|
<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:jetpack/subscriptions {"buttonOnNewLine":true,"buttonWidth":"100%","submitButtonText":"<?php echo esc_html__( 'Subscribe', 'lettre' ); ?>","buttonBackgroundColor":"black","customTextColor":"#ffe030","fontSize":"1.75rem","customFontSize":"1.75rem","borderRadius":50,"borderWeight":1,"borderColor":"black","padding":24,"spacing":15,"className":"is-style-split"} /--></div></div>
|
|
<!-- /wp:media-text -->
|