Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../patterns
File: footer-large.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Title: Large Footer
[2] Fix | Delete
* Slug: woocommerce-blocks/footer-large
[3] Fix | Delete
* Categories: WooCommerce
[4] Fix | Delete
* Block Types: core/template-part/footer
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
[8] Fix | Delete
<!-- wp:group {"className":"wc-blocks-footer-pattern","align":"full","style":{"spacing":{"padding":{"top":"40px","right":"40px","bottom":"40px","left":"40px"},"blockGap":"40px"}}} -->
[9] Fix | Delete
<div class="wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull" style="padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px">
[10] Fix | Delete
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"32px","padding":{"right":"0px","left":"0px"}}}} -->
[11] Fix | Delete
<div class="wp-block-columns alignwide" style="padding-right:0px;padding-left:0px">
[12] Fix | Delete
<!-- wp:column {"width":"60%","style":{"spacing":{"padding":{"right":"50px"}}}} -->
[13] Fix | Delete
<div class="wp-block-column" style="padding-right:50px;flex-basis:60%">
[14] Fix | Delete
<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
[15] Fix | Delete
<div class="wp-block-group"><!-- wp:site-logo /-->
[16] Fix | Delete
<!-- wp:heading {"level":5,"style":{"typography":{"textTransform":"none"},"spacing":{"margin":{"top":"40px"}}}} -->
[17] Fix | Delete
<h5 class="wp-block-heading" style="margin-top:40px;text-transform:none"><?php esc_html_e( 'Join the community', 'woocommerce' ); ?></h5>
[18] Fix | Delete
<!-- /wp:heading -->
[19] Fix | Delete
[20] Fix | Delete
<!-- wp:paragraph {"style":{"spacing":{"margin":{"bottom":"40px"}}}} -->
[21] Fix | Delete
<p style="margin-bottom:40px"><?php esc_html_e( 'Learn about new products and discounts', 'woocommerce' ); ?></p>
[22] Fix | Delete
<!-- /wp:paragraph -->
[23] Fix | Delete
[24] Fix | Delete
<!-- wp:social-links {"size":"has-small-icon-size","style":{"spacing":{"blockGap":{"left":"16px"}}},"className":"has-icon-color is-style-logos-only"} -->
[25] Fix | Delete
<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
[26] Fix | Delete
<!-- wp:social-link {"url":"https://www.facebook.com","service":"facebook","className":"has-contrast-color"} /-->
[27] Fix | Delete
<!-- wp:social-link {"url":"https://www.x.com","service":"x","className":"has-contrast-color"} /-->
[28] Fix | Delete
<!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram","className":"has-contrast-color"} /-->
[29] Fix | Delete
<!-- wp:social-link {"url":"https://www.twitch.com","service":"twitch","className":"has-contrast-color"} /-->
[30] Fix | Delete
</ul>
[31] Fix | Delete
<!-- /wp:social-links -->
[32] Fix | Delete
</div>
[33] Fix | Delete
<!-- /wp:group -->
[34] Fix | Delete
</div>
[35] Fix | Delete
<!-- /wp:column -->
[36] Fix | Delete
[37] Fix | Delete
<!-- wp:column {"width":"20%","style":{"spacing":{"padding":{"top":"0px"}}}} -->
[38] Fix | Delete
<div class="wp-block-column" style="padding-top:0px;flex-basis:20%">
[39] Fix | Delete
</div>
[40] Fix | Delete
<!-- /wp:column -->
[41] Fix | Delete
[42] Fix | Delete
<!-- wp:column {"verticalAlignment":"top","width":"20%","style":{"spacing":{"blockGap":"16px"}}} -->
[43] Fix | Delete
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:20%">
[44] Fix | Delete
</div>
[45] Fix | Delete
<!-- /wp:column -->
[46] Fix | Delete
[47] Fix | Delete
<!-- wp:column {"verticalAlignment":"top","width":"20%","style":{"spacing":{"blockGap":"16px"}}} -->
[48] Fix | Delete
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:20%">
[49] Fix | Delete
<!-- wp:navigation {"overlayMenu":"never","layout":{"overlayMenu":"never","type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}}} /-->
[50] Fix | Delete
</div>
[51] Fix | Delete
<!-- /wp:column -->
[52] Fix | Delete
</div>
[53] Fix | Delete
<!-- /wp:columns -->
[54] Fix | Delete
[55] Fix | Delete
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"10px"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center"}} -->
[56] Fix | Delete
<div class="wp-block-group alignfull" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">
[57] Fix | Delete
<!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} /-->
[58] Fix | Delete
[59] Fix | Delete
<!-- wp:paragraph {"align":"center"} -->
[60] Fix | Delete
<p class="has-text-align-center">
[61] Fix | Delete
<?php
[62] Fix | Delete
echo sprintf(
[63] Fix | Delete
/* translators: Footer powered by text. %1$s being WordPress, %2$s being WooCommerce */
[64] Fix | Delete
esc_html__(
[65] Fix | Delete
'Powered by %1$s with %2$s',
[66] Fix | Delete
'woocommerce'
[67] Fix | Delete
),
[68] Fix | Delete
'<a href="https://wordpress.org" target="_blank" rel="noreferrer nofollow">WordPress</a>',
[69] Fix | Delete
'<a href="https://woocommerce.com" target="_blank" rel="noreferrer nofollow">WooCommerce</a>'
[70] Fix | Delete
);
[71] Fix | Delete
?>
[72] Fix | Delete
</p>
[73] Fix | Delete
<!-- /wp:paragraph -->
[74] Fix | Delete
</div>
[75] Fix | Delete
<!-- /wp:group -->
[76] Fix | Delete
</div>
[77] Fix | Delete
<!-- /wp:group -->
[78] Fix | Delete
[79] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function