Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../patterns
File: testimonials-single.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Title: Testimonials Single
[2] Fix | Delete
* Slug: woocommerce-blocks/testimonials-single
[3] Fix | Delete
* Categories: WooCommerce, Reviews
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
[7] Fix | Delete
$testimonials_title = __( 'A ‘brewtiful’ experience :-)', 'woocommerce' );
[8] Fix | Delete
$description = __( 'Exceptional flavors, sustainable choices. The carefully curated collection of coffee pots and accessories turned my kitchen into a haven of style and taste.', 'woocommerce' );
[9] Fix | Delete
?>
[10] Fix | Delete
[11] Fix | Delete
<!-- wp:group {"metadata":{"name":"Testimonials Single"},"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"}} -->
[12] 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))"><!-- wp:spacer {"height":"calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))"} -->
[13] 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>
[14] Fix | Delete
<!-- /wp:spacer -->
[15] Fix | Delete
[16] Fix | Delete
<!-- wp:columns {"metadata":{"categories":["woo-commerce"],"patternName":"woocommerce-blocks/testimonials-single"},"align":"wide","style":{"spacing":{"blockGap":{"top":"0","left":"var:preset|spacing|40"}}}} -->
[17] Fix | Delete
<div class="wp-block-columns alignwide">
[18] Fix | Delete
<!-- wp:column {"verticalAlignment":"center","width":"160px"} -->
[19] Fix | Delete
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:160px">
[20] Fix | Delete
<!-- wp:image {"width":"164px","className":"is-style-rounded"} -->
[21] Fix | Delete
<figure class="wp-block-image is-resized is-style-rounded">
[22] Fix | Delete
<img src="<?php echo esc_url( plugins_url( 'assets/images/pattern-placeholders/portrait.png', WC_PLUGIN_FILE ) ); ?>" alt="<?php esc_attr_e( 'Placeholder image with the avatar of the user who is writing the testimonial.', 'woocommerce' ); ?>" style="width:164px"/>
[23] Fix | Delete
</figure>
[24] Fix | Delete
<!-- /wp:image -->
[25] Fix | Delete
</div>
[26] Fix | Delete
<!-- /wp:column -->
[27] Fix | Delete
[28] Fix | Delete
<!-- wp:column {"verticalAlignment":"center","layout":{"type":"constrained","justifyContent":"left"}} -->
[29] Fix | Delete
<div class="wp-block-column is-vertically-aligned-center">
[30] Fix | Delete
<!-- wp:paragraph -->
[31] Fix | Delete
<p><strong><?php echo esc_html( $testimonials_title ); ?></strong></p>
[32] Fix | Delete
<!-- /wp:paragraph -->
[33] Fix | Delete
[34] Fix | Delete
<!-- wp:paragraph -->
[35] Fix | Delete
<p><?php echo esc_html( $description ); ?></p>
[36] Fix | Delete
<!-- /wp:paragraph -->
[37] Fix | Delete
[38] Fix | Delete
<!-- wp:paragraph -->
[39] Fix | Delete
<p>Monica P.</p>
[40] Fix | Delete
<!-- /wp:paragraph -->
[41] Fix | Delete
</div>
[42] Fix | Delete
<!-- /wp:column -->
[43] Fix | Delete
</div>
[44] Fix | Delete
<!-- /wp:columns -->
[45] Fix | Delete
[46] Fix | Delete
<!-- wp:spacer {"height":"calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))"} -->
[47] 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>
[48] Fix | Delete
<!-- /wp:spacer -->
[49] Fix | Delete
</div>
[50] Fix | Delete
<!-- /wp:group -->
[51] Fix | Delete
[52] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function