Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../patterns
File: testimonials-3-columns.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Title: Testimonials 3 Columns
[2] Fix | Delete
* Slug: woocommerce-blocks/testimonials-3-columns
[3] Fix | Delete
* Categories: WooCommerce, Reviews
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
$main_header = __( 'What our customers say', 'woocommerce' );
[7] Fix | Delete
$first_review = __( 'Eclectic finds, ethical delights', 'woocommerce' );
[8] Fix | Delete
$second_review = __( 'Sip, Shop, Savor', 'woocommerce' );
[9] Fix | Delete
$third_review = __( 'LOCAL LOVE', 'woocommerce' );
[10] Fix | Delete
$first_description = __( 'Transformed my daily routine with unique, eco-friendly treasures. Exceptional quality and service. Proud to support a store that aligns with my values.', 'woocommerce' );
[11] Fix | Delete
$second_description = __( 'The organic coffee beans are a revelation. Each sip feels like a journey. Beautifully crafted accessories add a touch of elegance to my home.', 'woocommerce' );
[12] Fix | Delete
$third_description = __( 'From sustainably sourced teas to chic vases, this store is a treasure trove. Love knowing my purchases contribute to a greener planet.', 'woocommerce' );
[13] Fix | Delete
?>
[14] Fix | Delete
[15] Fix | Delete
<!-- wp:group {"metadata":{"name":"Testimonials 3 Columns"},"align":"full","style":{"spacing":{"padding":{"top":"calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))","bottom":"calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))","left":"var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))","right":"var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal))"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","justifyContent":"center"}} -->
[16] Fix | Delete
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))">
[17] Fix | Delete
<!-- wp:spacer {"height":"calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))"} -->
[18] Fix | Delete
<div style="height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))" aria-hidden="true" class="wp-block-spacer"></div>
[19] Fix | Delete
<!-- /wp:spacer -->
[20] Fix | Delete
[21] Fix | Delete
<!-- wp:heading {"level":3,"align":"wide"} -->
[22] Fix | Delete
<h3 class="wp-block-heading alignwide"><?php echo esc_html( $main_header ); ?></h3>
[23] Fix | Delete
<!-- /wp:heading -->
[24] Fix | Delete
[25] Fix | Delete
<!-- wp:spacer {"height":"var:preset|spacing|20"} -->
[26] Fix | Delete
<div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
[27] Fix | Delete
<!-- /wp:spacer -->
[28] Fix | Delete
[29] Fix | Delete
<!-- wp:columns {"align":"wide"} -->
[30] Fix | Delete
<div class="wp-block-columns alignwide">
[31] Fix | Delete
<!-- wp:column -->
[32] Fix | Delete
<div class="wp-block-column">
[33] Fix | Delete
<!-- wp:paragraph -->
[34] Fix | Delete
<p><strong><?php echo esc_html( $first_review ); ?></strong></p>
[35] Fix | Delete
<!-- /wp:paragraph -->
[36] Fix | Delete
[37] Fix | Delete
<!-- wp:paragraph -->
[38] Fix | Delete
<p><?php echo esc_html( $first_description ); ?></p>
[39] Fix | Delete
<!-- /wp:paragraph -->
[40] Fix | Delete
[41] Fix | Delete
<!-- wp:paragraph -->
[42] Fix | Delete
<p>Sophia K.</p>
[43] Fix | Delete
<!-- /wp:paragraph -->
[44] Fix | Delete
</div>
[45] Fix | Delete
<!-- /wp:column -->
[46] Fix | Delete
[47] Fix | Delete
<!-- wp:column -->
[48] Fix | Delete
<div class="wp-block-column">
[49] Fix | Delete
<!-- wp:paragraph -->
[50] Fix | Delete
[51] Fix | Delete
<p><strong><?php echo esc_html( $second_review ); ?></strong></p>
[52] Fix | Delete
<!-- /wp:paragraph -->
[53] Fix | Delete
[54] Fix | Delete
<!-- wp:paragraph -->
[55] Fix | Delete
<p><?php echo esc_html( $second_description ); ?></p>
[56] Fix | Delete
<!-- /wp:paragraph -->
[57] Fix | Delete
[58] Fix | Delete
<!-- wp:paragraph -->
[59] Fix | Delete
<p>Liam M.</p>
[60] Fix | Delete
<!-- /wp:paragraph -->
[61] Fix | Delete
</div>
[62] Fix | Delete
<!-- /wp:column -->
[63] Fix | Delete
[64] Fix | Delete
<!-- wp:column -->
[65] Fix | Delete
<div class="wp-block-column">
[66] Fix | Delete
<!-- wp:paragraph -->
[67] Fix | Delete
<p><strong><?php echo esc_html( $third_review ); ?></strong></p>
[68] Fix | Delete
<!-- /wp:paragraph -->
[69] Fix | Delete
[70] Fix | Delete
<!-- wp:paragraph -->
[71] Fix | Delete
<p><?php echo esc_html( $third_description ); ?></p>
[72] Fix | Delete
<!-- /wp:paragraph -->
[73] Fix | Delete
[74] Fix | Delete
<!-- wp:paragraph -->
[75] Fix | Delete
<p>Ava L.</p>
[76] Fix | Delete
<!-- /wp:paragraph -->
[77] Fix | Delete
</div>
[78] Fix | Delete
<!-- /wp:column -->
[79] Fix | Delete
</div>
[80] Fix | Delete
<!-- /wp:columns -->
[81] Fix | Delete
[82] Fix | Delete
<!-- wp:spacer {"height":"calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))"} -->
[83] Fix | Delete
<div style="height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))" aria-hidden="true" class="wp-block-spacer"></div>
[84] Fix | Delete
<!-- /wp:spacer -->
[85] Fix | Delete
</div>
[86] Fix | Delete
<!-- /wp:group -->
[87] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function