footer-simple-menu.php
| 1 | <?php |
| 2 | /** |
| 3 | * Title: Footer with Simple Menu |
| 4 | * Slug: woocommerce-blocks/footer-simple-menu |
| 5 | * Categories: WooCommerce |
| 6 | * Block Types: core/template-part/footer |
| 7 | */ |
| 8 | ?> |
| 9 | |
| 10 | <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"40px","bottom":"40px","left":"40px","right":"40px"}}},"className":"wc-blocks-footer-pattern"} --> |
| 11 | <div class="wc-blocks-pattern-footer-simple-menu wp-block-group alignfull wc-blocks-footer-pattern" style="padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px"> |
| 12 | <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"0","left":"0"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> |
| 13 | <div class="wp-block-group alignfull" style="padding-right:0;padding-left:0"> |
| 14 | <!-- wp:group {"style":{"spacing":{"blockGap":"24px"}},"layout":{"type":"flex","flexWrap":"wrap"}} --> |
| 15 | <div class="wp-block-group"> |
| 16 | <!-- wp:search {"style":{"border":{"radius":"0px"}},"label":"<?php esc_html_e( 'Search', 'woocommerce' ); ?>","showLabel":false,"placeholder":"<?php esc_html_e( 'Search', 'woocommerce' ); ?>","buttonText":"<?php esc_html_e( 'Search', 'woocommerce' ); ?>","buttonUseIcon":true,"query":{"post_type":"product"},"width":100,"widthUnit":"%"} /--> |
| 17 | </div> |
| 18 | <!-- /wp:group --> |
| 19 | |
| 20 | <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} --> |
| 21 | <div class="wp-block-group"> |
| 22 | <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"horizontal","justifyContent":"left","flexWrap":"wrap"},"style":{"spacing":{"blockGap":"24px"}}} /--> |
| 23 | </div> |
| 24 | <!-- /wp:group --> |
| 25 | </div> |
| 26 | <!-- /wp:group --> |
| 27 | |
| 28 | <!-- wp:separator {"align":"full","style":{"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"className":"is-style-wide"} --> |
| 29 | <hr class="wp-block-separator alignfull has-alpha-channel-opacity is-style-wide" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"/> |
| 30 | <!-- /wp:separator --> |
| 31 | |
| 32 | <!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center","orientation":"vertical"}} --> |
| 33 | <div class="wp-block-group"> |
| 34 | <!-- wp:site-title /--> |
| 35 | |
| 36 | <!-- wp:paragraph {"align":"center"} --> |
| 37 | <p class="has-text-align-center"> |
| 38 | <?php |
| 39 | /* translators: 1: WordPress link, 2: WooCommerce link */ |
| 40 | echo sprintf( esc_html__( 'Powered by %1$s with %2$s', 'woocommerce' ), '<a href="https://wordpress.org" target="_blank" rel="noreferrer nofollow">WordPress</a>', '<a href="https://woocommerce.com" target="_blank" rel="noreferrer nofollow">WooCommerce</a>' ); |
| 41 | ?> |
| 42 | </p> |
| 43 | <!-- /wp:paragraph --> |
| 44 | </div> |
| 45 | <!-- /wp:group --> |
| 46 | </div> |
| 47 | <!-- /wp:group --> |
| 48 |