banner.php
7 months ago
coming-soon-entire-site.php
1 year ago
coming-soon-store-only.php
1 year ago
coming-soon.php
1 year ago
content-right-image-left.php
3 months ago
featured-category-cover-image.php
1 year ago
featured-category-triple.php
1 year ago
footer-large.php
1 year ago
footer-simple-menu.php
2 years ago
footer-with-3-menus.php
3 months ago
four-image-grid-content-left.php
3 months ago
header-centered-pattern.php
1 year ago
header-distraction-free.php
1 year ago
header-essential.php
1 year ago
header-large.php
1 year ago
header-minimal.php
1 year ago
heading-with-three-columns-of-content-with-link.php
3 months ago
hero-product-3-split.php
7 months ago
hero-product-chessboard.php
7 months ago
hero-product-split.php
7 months ago
intro-centered-content-with-image-below.php
3 months ago
just-arrived-full-hero.php
7 months ago
no-products-found-filters.php
1 year ago
no-products-found.php
2 years ago
page-coming-soon-default.php
1 year ago
page-coming-soon-image-gallery.php
1 year ago
page-coming-soon-minimal-left-image.php
1 year ago
page-coming-soon-modern-black.php
1 year ago
page-coming-soon-split-right-image.php
1 year ago
page-coming-soon-with-header-footer.php
3 months ago
product-collection-3-columns.php
11 months ago
product-collection-4-columns.php
11 months ago
product-collection-5-columns.php
11 months ago
product-collection-featured-products-5-columns.php
7 months ago
product-query-product-gallery.php
6 months ago
product-search-form.php
1 year ago
related-products.php
11 months ago
social-follow-us-in-social-media.php
3 months ago
testimonials-3-columns.php
1 year ago
testimonials-single.php
3 months ago
three-columns-with-images-and-content.php
3 months ago
footer-simple-menu.php
48 lines
| 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 |