Submit
Path:
~
/
home
/
getwphos
/
public_html
/
new-cytogenx
/
wp-content
/
plugins
/
woocommerce
/
patterns
/
File Content:
featured-category-triple.php
<?php /** * Title: Featured Category Triple * Slug: woocommerce-blocks/featured-category-triple * Categories: WooCommerce */ use Automattic\WooCommerce\Blocks\AIContent\PatternsHelper; $image1 = PatternsHelper::get_image_url( $images, 0, 'assets/images/pattern-placeholders/tree-branch-plant-wood-leaf-flower.jpg' ); $image2 = PatternsHelper::get_image_url( $images, 1, 'assets/images/pattern-placeholders/watch-hand-brand-jewellery-strap-platinum.jpg' ); $image3 = PatternsHelper::get_image_url( $images, 2, 'assets/images/pattern-placeholders/white-vase-decoration-pattern-ceramic-lamp.jpg' ); $first_title = $content['titles'][0]['default'] ?? ''; $second_title = $content['titles'][1]['default'] ?? ''; $third_title = $content['titles'][2]['default'] ?? ''; ?> <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"0px","left":"0px"},"padding":{"right":"var:preset|spacing|30","left":"var:preset|spacing|30","top":"0","bottom":"0"},"margin":{"top":"0px","bottom":"80px"}}}} --> <div class="wp-block-columns alignwide" style="margin-top:0px;margin-bottom:80px;padding-top:0;padding-right:var(--wp--preset--spacing--30);padding-bottom:0;padding-left:var(--wp--preset--spacing--30)"> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:cover {"url":"<?php echo esc_url( $image1 ); ?>","id":1,"dimRatio":30,"overlayColor":"contrast","isUserOverlayColor":true,"contentPosition":"bottom center","style":{"spacing":{"padding":{"bottom":"56px"}}},"className":"has-white-color"} --> <div class="wp-block-cover is-light has-custom-content-position is-position-bottom-center has-white-color" style="padding-bottom:56px"> <span aria-hidden="true" class="wp-block-cover__background has-contrast-background-color has-background-dim-30 has-background-dim"></span> <img class="wp-block-cover__image-background wp-image-1" alt="<?php esc_attr_e( 'Placeholder image used to represent products being showcased in featured categories banner. 1 out of 3.', 'woocommerce' ); ?>" src="<?php echo esc_url( $image1 ); ?>" data-object-fit="cover"/> <div class="wp-block-cover__inner-container"> <!-- wp:heading {"textAlign":"center","level":4,"style":{"spacing":{"margin":{"bottom":"24px"}}}} --> <h4 class="wp-block-heading has-text-align-center" style="margin-bottom:24px"><?php echo esc_html( $first_title ); ?></h4> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}},"spacing":{"padding":{"top":"0","bottom":"0"},"margin":{"top":"0","bottom":"0"}}}} --> <p class="has-text-align-center has-link-color" style="margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0"> <a href="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>" data-type="link" data-id="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>"><?php esc_html_e( 'Shop Now', 'woocommerce' ); ?></a> </p> <!-- /wp:paragraph --> </div> </div> <!-- /wp:cover --> </div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:cover {"url":"<?php echo esc_url( $image2 ); ?>","id":1,"dimRatio":30,"overlayColor":"contrast","isUserOverlayColor":true,"contentPosition":"bottom center","style":{"spacing":{"padding":{"bottom":"56px"}}},"className":"has-white-color"} --> <div class="wp-block-cover is-light has-custom-content-position is-position-bottom-center has-white-color" style="padding-bottom:56px"> <span aria-hidden="true" class="wp-block-cover__background has-contrast-background-color has-background-dim-30 has-background-dim"></span> <img class="wp-block-cover__image-background wp-image-1" alt="<?php esc_attr_e( 'Placeholder image used to represent products being showcased in featured categories banner. 2 out of 3.', 'woocommerce' ); ?>" src="<?php echo esc_url( $image2 ); ?>" data-object-fit="cover"/> <div class="wp-block-cover__inner-container"> <!-- wp:heading {"textAlign":"center","level":4,"style":{"spacing":{"margin":{"bottom":"24px"}}}} --> <h4 class="wp-block-heading has-text-align-center" style="margin-bottom:24px"><?php echo esc_html( $second_title ); ?></h4> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}},"spacing":{"padding":{"top":"0","bottom":"0"},"margin":{"top":"0","bottom":"0"}}}} --> <p class="has-text-align-center has-link-color" style="margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0"> <a href="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>" data-type="link" data-id="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>"><?php esc_html_e( 'Shop Now', 'woocommerce' ); ?></a> </p> <!-- /wp:paragraph --> </div> </div> <!-- /wp:cover --> </div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:cover {"url":"<?php echo esc_url( $image3 ); ?>","id":1,"dimRatio":30,"overlayColor":"contrast","isUserOverlayColor":true,"contentPosition":"bottom center","style":{"spacing":{"padding":{"bottom":"56px"}}},"className":"has-white-color"} --> <div class="wp-block-cover is-light has-custom-content-position is-position-bottom-center has-white-color" style="padding-bottom:56px"> <span aria-hidden="true" class="wp-block-cover__background has-contrast-background-color has-background-dim-30 has-background-dim"></span> <img class="wp-block-cover__image-background wp-image-1" alt="<?php esc_attr_e( 'Placeholder image used to represent products being showcased in featured categories banner. 3 out of 3', 'woocommerce' ); ?>" src="<?php echo esc_url( $image3 ); ?>" data-object-fit="cover"/> <div class="wp-block-cover__inner-container"> <!-- wp:heading {"textAlign":"center","level":4,"style":{"spacing":{"margin":{"bottom":"24px"}}}} --> <h4 class="wp-block-heading has-text-align-center" style="margin-bottom:24px"><?php echo esc_html( $third_title ); ?></h4> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}},"spacing":{"padding":{"top":"0","bottom":"0"},"margin":{"top":"0","bottom":"0"}}}} --> <p class="has-text-align-center has-link-color" style="margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0"> <a href="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>" data-type="link" data-id="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>"><?php esc_html_e( 'Shop Now', 'woocommerce' ); ?></a> </p> <!-- /wp:paragraph --> </div> </div> <!-- /wp:cover --> </div> <!-- /wp:column --> </div> <!-- /wp:columns -->
Submit
FILE
FOLDER
Name
Size
Permission
Action
banner.php
3662 bytes
0644
discount-banner-with-image.php
3535 bytes
0644
discount-banner.php
2471 bytes
0644
featured-category-cover-image.php
2113 bytes
0644
featured-category-focus.php
2249 bytes
0644
featured-category-triple.php
6654 bytes
0644
filters.php
3603 bytes
0644
footer-large-dark.php
4459 bytes
0644
footer-large.php
4002 bytes
0644
footer-simple-dark.php
3209 bytes
0644
footer-simple-menu.php
2704 bytes
0644
footer-simple.php
2778 bytes
0644
footer-with-2-menus-dark.php
3950 bytes
0644
footer-with-2-menus.php
3314 bytes
0644
footer-with-3-menus.php
3340 bytes
0644
header-centered-pattern.php
2632 bytes
0644
header-essential-dark.php
2099 bytes
0644
header-essential.php
1286 bytes
0644
header-large-dark.php
2222 bytes
0644
header-large.php
2614 bytes
0644
header-minimal.php
1405 bytes
0644
just-arrived-full-hero.php
2188 bytes
0644
no-products-found.php
348 bytes
0644
product-collection-3-columns.php
1812 bytes
0644
product-collection-5-columns.php
1923 bytes
0644
product-collection-banner.php
3286 bytes
0644
product-collection-featured-products-5-columns.php
2554 bytes
0644
product-collection-full-grid.php
1959 bytes
0644
product-collection-grid.php
1800 bytes
0644
product-collection-rows.php
2499 bytes
0644
product-collection-simple-grid.php
1700 bytes
0644
product-collections-featured-collection.php
4513 bytes
0644
product-collections-featured-collections.php
6075 bytes
0644
product-collections-newest-arrivals.php
2351 bytes
0644
product-details-listing.php
1721 bytes
0644
product-details-pattern.php
9455 bytes
0644
product-featured-2-columns.php
2981 bytes
0644
product-hero-2-col-2-row.php
8215 bytes
0644
product-hero.php
1798 bytes
0644
product-listing-with-gallery-and-description.php
8293 bytes
0644
product-query-large-image-product-gallery.php
1448 bytes
0644
product-query-minimal-product-list.php
2097 bytes
0644
product-query-product-gallery.php
1985 bytes
0644
product-query-product-list-with-1-1-images.php
2471 bytes
0644
product-query-product-list-with-full-product-description.php
3346 bytes
0644
product-search-form.php
311 bytes
0644
related-products.php
1777 bytes
0644
shop-by-price.php
12219 bytes
0644
small-discount-banner-with-image.php
2642 bytes
0644
social-follow-us-in-social-media.php
4841 bytes
0644
store-info-alt-image-and-text.php
4955 bytes
0644
testimonials-3-columns.php
2238 bytes
0644
testimonials-single.php
1591 bytes
0644
N4ST4R_ID | Naxtarrr