X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/plugins/woocommerce/patterns
home
/
notabjze
/
pyirates.net
/
wp-content
/
plugins
/
woocommerce
/
patterns
/
ðŸ“
..
📄
banner.php
(4.51 KB)
📄
coming-soon-entire-site.php
(4.73 KB)
📄
coming-soon-store-only.php
(2.09 KB)
📄
coming-soon.php
(403 B)
📄
content-right-image-left.php
(3.54 KB)
📄
discount-banner-with-image.php
(3.45 KB)
📄
discount-banner.php
(2.41 KB)
📄
featured-category-cover-image.php
(3.7 KB)
📄
featured-category-focus.php
(2.2 KB)
📄
featured-category-triple.php
(8.21 KB)
📄
featured-products-fresh-and-tasty.php
(7.18 KB)
📄
filters.php
(3.55 KB)
📄
footer-large-dark.php
(4.35 KB)
📄
footer-large.php
(3.91 KB)
📄
footer-simple-dark.php
(3.13 KB)
📄
footer-simple-menu.php
(2.64 KB)
📄
footer-simple.php
(2.71 KB)
📄
footer-with-2-menus-dark.php
(3.86 KB)
📄
footer-with-2-menus.php
(3.24 KB)
📄
footer-with-3-menus.php
(3.26 KB)
📄
four-image-grid-content-left.php
(5.27 KB)
📄
header-centered-pattern.php
(2.49 KB)
📄
header-essential-dark.php
(2.05 KB)
📄
header-essential.php
(1.34 KB)
📄
header-large-dark.php
(2.17 KB)
📄
header-large.php
(2.57 KB)
📄
header-minimal.php
(1.57 KB)
📄
heading-with-three-columns-of-content-with-link.php
(5.05 KB)
📄
hero-product-3-split.php
(6.58 KB)
📄
hero-product-chessboard.php
(8.41 KB)
📄
hero-product-split.php
(3.06 KB)
📄
intro-centered-content-with-image-below.php
(3.5 KB)
📄
just-arrived-full-hero.php
(2.08 KB)
📄
no-products-found-filters.php
(1.1 KB)
📄
no-products-found.php
(348 B)
📄
product-collection-3-columns.php
(1.77 KB)
📄
product-collection-4-columns.php
(3.32 KB)
📄
product-collection-5-columns.php
(3.27 KB)
📄
product-collection-banner.php
(3.21 KB)
📄
product-collection-featured-products-5-columns.php
(4 KB)
📄
product-collection-full-grid.php
(1.91 KB)
📄
product-collection-grid.php
(1.76 KB)
📄
product-collection-rows.php
(2.44 KB)
📄
product-collection-simple-grid.php
(1.66 KB)
📄
product-collections-featured-collection.php
(4.41 KB)
📄
product-collections-featured-collections.php
(5.93 KB)
📄
product-collections-newest-arrivals.php
(2.3 KB)
📄
product-details-listing.php
(1.68 KB)
📄
product-details-pattern.php
(9.23 KB)
📄
product-featured-2-columns.php
(2.91 KB)
📄
product-hero-2-col-2-row.php
(8.02 KB)
📄
product-hero.php
(1.76 KB)
📄
product-listing-with-gallery-and-description.php
(8.1 KB)
📄
product-query-4-column-product-row.php
(2.01 KB)
📄
product-query-large-image-product-gallery.php
(1.41 KB)
📄
product-query-minimal-product-list.php
(2.05 KB)
📄
product-query-product-gallery.php
(3.41 KB)
📄
product-query-product-list-with-1-1-images.php
(2.41 KB)
📄
product-query-product-list-with-full-product-description.php
(3.27 KB)
📄
product-search-form.php
(420 B)
📄
related-products.php
(1.74 KB)
📄
shop-by-price.php
(11.93 KB)
📄
small-discount-banner-with-image.php
(2.58 KB)
📄
social-follow-us-in-social-media.php
(5.9 KB)
📄
store-info-alt-image-and-text.php
(4.84 KB)
📄
testimonials-3-columns.php
(3.74 KB)
📄
testimonials-single.php
(3.3 KB)
📄
three-columns-with-images-and-content.php
(6.6 KB)
Editing: featured-category-focus.php
<?php /** * Title: Featured Category Focus * Slug: woocommerce-blocks/featured-category-focus * Categories: WooCommerce */ use Automattic\WooCommerce\Blocks\AIContent\PatternsHelper; $category_title = $content['titles'][0]['default'] ?? ''; $button = $content['buttons'][0]['default'] ?? ''; ?> <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","right":"var:preset|spacing|70","bottom":"var:preset|spacing|70","left":"var:preset|spacing|70"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"> <!-- wp:image {"id":1,"width":"469px","height":"348px","sizeSlug":"full","linkDestination":"none", "scale":"cover"} --> <figure class="wp-block-image size-full is-resized"> <img src="<?php echo esc_url( PatternsHelper::get_image_url( $images, 0, 'assets/images/pattern-placeholders/white-black-black-and-white-photograph-monochrome-photography.jpg' ) ); ?>" alt="<?php esc_attr_e( 'Placeholder image used to represent products being showcased in a featured category section.', 'woocommerce' ); ?>" class="wp-image-1" style="object-fit:cover;width:469px;height:348px"/> </figure> <!-- /wp:image --> <!-- wp:paragraph {"align":"center","style":{"color":{"text":"#000000"}},"fontSize":"large"} --> <p class="has-text-align-center has-text-color has-large-font-size" style="color:#000000"><?php echo esc_html( $category_title ); ?></p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"> <!-- wp:button {"style":{"color":{"text":"#ffffff","background":"#000000"},"border":{"width":"0px","style":"none"}}} --> <div class="wp-block-button"> <a href="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>" class="wp-block-button__link has-text-color has-background wp-element-button" style="border-style:none;border-width:0px;color:#ffffff;background-color:#000000"><?php echo esc_html( $button ); ?></a> </div> <!-- /wp:button --> </div> <!-- /wp:buttons --> </div> <!-- /wp:group -->
Upload File
Create Folder