Make WordPress Themes

Changeset 315179


Ignore:
Timestamp:
02/25/2026 01:35:11 AM (5 weeks ago)
Author:
extendify
Message:

Release version 2.1.0

Location:
extendable/2.1.0
Files:
88 added
28 edited
1 copied

Legend:

Unmodified
Added
Removed
  • extendable/2.1.0/functions.php

    r302941 r315179  
    155155add_action( 'init', 'extendable_register_pattern_categories', 9 );
    156156
     157/**
     158 * Include animation functionality
     159 */
     160require_once get_template_directory() . '/inc/animations.php';
    157161
    158162/**
     
    328332        .block-editor-block-styles__item[aria-label*="Organic 1"],
    329333        .block-editor-block-styles__item[aria-label*="Soft 1"],
    330         .block-editor-block-styles__item[aria-label*="Gradient 1"] {
     334        .block-editor-block-styles__item[aria-label*="Gradient 1"],
     335        .block-editor-block-styles__item[aria-label*="Matrix 1"],
     336        .block-editor-block-styles__item[aria-label*="Prism 1"],
     337        .block-editor-block-styles__item[aria-label*="Wave 1"] {
    331338            display: none !important;
    332339        }
     
    346353        .components-navigator-button[id*="organic-1--"],
    347354        .components-navigator-button[id*="soft-1--"],
    348         .components-navigator-button[id*="gradient-1--"] {
     355        .components-navigator-button[id*="gradient-1--"],
     356        .components-navigator-button[id*="matrix-1--"],
     357        .components-navigator-button[id*="prism-1--"],
     358        .components-navigator-button[id*="wave-1--"] {
    349359            display: none !important;
    350360        }
     
    368378}
    369379add_action( 'admin_enqueue_scripts', 'extendable_hide_site_editor_block_style_variations' );
     380
     381// Temporary fix: Hide matrix-1, prism-1, wave-1 variations when Extendify < 2.4.0
     382function extendable_filter_global_styles_rest_response( $response, $handler, $request ) {
     383    $route = $request->get_route();
     384    if ( strpos( $route, '/wp/v2/global-styles/themes/' ) === false ) {
     385        return $response;
     386    }
     387
     388    if ( ! function_exists( 'get_plugins' ) ) {
     389        require_once ABSPATH . 'wp-admin/includes/plugin.php';
     390    }
     391
     392    $plugins       = get_plugins();
     393    $should_filter = false;
     394
     395    foreach ( $plugins as $plugin_file => $plugin_data ) {
     396        if ( 'extendify-local' === $plugin_data['TextDomain'] && is_plugin_active( $plugin_file ) ) {
     397            if ( version_compare( $plugin_data['Version'], '2.4.0', '<' ) ) {
     398                $should_filter = true;
     399            }
     400            break;
     401        }
     402    }
     403
     404    if ( ! $should_filter ) {
     405        return $response;
     406    }
     407
     408    $patterns = array( 'matrix-1', 'prism-1', 'wave-1' );
     409    $data     = $response->get_data();
     410
     411    if ( isset( $data['styles']['blocks'] ) && is_array( $data['styles']['blocks'] ) ) {
     412        foreach ( $data['styles']['blocks'] as $block_name => $block_data ) {
     413            if ( isset( $block_data['variations'] ) && is_array( $block_data['variations'] ) ) {
     414                foreach ( $block_data['variations'] as $variation_slug => $variation_data ) {
     415                    foreach ( $patterns as $pattern ) {
     416                        if ( strpos( $variation_slug, $pattern ) !== false ) {
     417                            unset( $data['styles']['blocks'][ $block_name ]['variations'][ $variation_slug ] );
     418                            break;
     419                        }
     420                    }
     421                }
     422                if ( empty( $data['styles']['blocks'][ $block_name ]['variations'] ) ) {
     423                    unset( $data['styles']['blocks'][ $block_name ]['variations'] );
     424                }
     425            }
     426        }
     427    }
     428
     429    if ( isset( $data['_links']['wp:block-style-variations'] ) ) {
     430        $data['_links']['wp:block-style-variations'] = array_filter(
     431            $data['_links']['wp:block-style-variations'],
     432            function( $variation ) use ( $patterns ) {
     433                $href = $variation['href'] ?? '';
     434                foreach ( $patterns as $pattern ) {
     435                    if ( strpos( $href, $pattern ) !== false ) {
     436                        return false;
     437                    }
     438                }
     439                return true;
     440            }
     441        );
     442        $data['_links']['wp:block-style-variations'] = array_values( $data['_links']['wp:block-style-variations'] );
     443    }
     444
     445    $response->set_data( $data );
     446    return $response;
     447}
     448add_filter( 'rest_post_dispatch', 'extendable_filter_global_styles_rest_response', 10, 3 );
  • extendable/2.1.0/parts/footer-social-icons.html

    r302941 r315179  
    22<div class="wp-block-group alignfull is-style-ext-preset--group--natural-1--footer-1"
    33    style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
    4     <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}}} -->
    5     <div class="wp-block-group">
     4    <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"var:preset|spacing|30"}}} -->
     5    <div class="wp-block-group ext-animate--on">
    66        <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"#0B0620","size":"has-normal-icon-size","style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}},"className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} -->
    77        <ul class="wp-block-social-links has-normal-icon-size has-icon-color is-style-logos-only">
  • extendable/2.1.0/parts/footer-with-center-logo-and-menu.html

    r302941 r315179  
    22<footer class="wp-block-group has-background-background-color has-background is-style-ext-preset--group--natural-1--footer-1"
    33    style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30)">
    4     <!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
    5     <div class="wp-block-group"><!-- wp:site-logo /--></div>
     4    <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
     5    <div class="wp-block-group ext-animate--on"><!-- wp:site-logo /--></div>
    66    <!-- /wp:group -->
    77
    8     <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|30"},"margin":{"top":"var:preset|spacing|50"}},"border":{"top":{"color":"#cccccca6","width":"1px"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
    9     <div class="wp-block-group alignwide"
     8    <!-- wp:group {"className":"ext-animate\u002d\u002don","align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|30"},"margin":{"top":"var:preset|spacing|50"}},"border":{"top":{"color":"#cccccca6","width":"1px"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
     9    <div class="wp-block-group ext-animate--on alignwide"
    1010        style="border-top-color:#cccccca6;border-top-width:1px;margin-top:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--30)">
    1111        <!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} /-->
  • extendable/2.1.0/parts/footer-with-center-logo-social-nav.html

    r282557 r315179  
    33    <!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
    44    <div class="wp-block-columns alignwide are-vertically-aligned-center">
    5         <!-- wp:column {"verticalAlignment":"center","width":"40%"} -->
    6         <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:40%">
     5        <!-- wp:column {"className":"ext-animate\u002d\u002don","verticalAlignment":"center","width":"40%"} -->
     6        <div class="wp-block-column ext-animate--on is-vertically-aligned-center" style="flex-basis:40%">
    77            <!-- wp:navigation {"icon":"menu","overlayBackgroundColor":"background","overlayTextColor":"foreground","fontSize":"small","layout":{"type":"flex","setCascadingProperties":true}} -->
    88            <!-- wp:page-list /-->
     
    1010        </div>
    1111        <!-- /wp:column -->
    12         <!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
    13         <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%">
     12        <!-- wp:column {"className":"ext-animate\u002d\u002don","verticalAlignment":"center","width":"20%"} -->
     13        <div class="wp-block-column ext-animate--on is-vertically-aligned-center" style="flex-basis:20%">
    1414            <!-- wp:group {"style":{"spacing":{"blockGap":"12px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
    1515            <div class="wp-block-group">
     
    2424        </div>
    2525        <!-- /wp:column -->
    26         <!-- wp:column {"verticalAlignment":"center","width":"40%"} -->
    27         <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:40%">
     26        <!-- wp:column {"className":"ext-animate\u002d\u002don","verticalAlignment":"center","width":"40%"} -->
     27        <div class="wp-block-column ext-animate--on is-vertically-aligned-center" style="flex-basis:40%">
    2828            <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dcolor\u002d\u002dforeground)","size":"has-normal-icon-size","className":"is-style-logos-only","style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
    2929            <ul class="wp-block-social-links has-normal-icon-size has-icon-color is-style-logos-only">
  • extendable/2.1.0/parts/footer.html

    r302941 r315179  
    1 <!-- wp:group {"align":"full","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dfooter-1","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"inherit":true,"type":"constrained"}} -->
    2 <div class="wp-block-group alignfull is-style-ext-preset--group--natural-1--footer-1"
    3     style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
    4     <!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
    5     <div class="wp-block-group alignwide">
    6         <!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    7         <div class="wp-block-group"><!-- wp:site-logo /-->
     1<!-- wp:group {"align":"full","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dfooter-1","style":{"spacing":{"padding":{"top":"0","bottom":"0"}}},"layout":{"inherit":true,"type":"constrained"}} -->
     2<div class="wp-block-group alignfull is-style-ext-preset--group--natural-1--footer-1" style="padding-top:0;padding-bottom:0">
     3    <!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
     4    <div class="wp-block-group alignwide">
     5        <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"1rem","padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
     6        <div class="wp-block-group ext-animate--on" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
     7            <!-- wp:site-logo /-->
    88
    9             <!-- wp:group -->
    10             <div class="wp-block-group"><!-- wp:site-title {"fontSize":"medium"} /--></div>
    11             <!-- /wp:group -->
    12         </div>
    13         <!-- /wp:group -->
     9            <!-- wp:group -->
     10            <div class="wp-block-group">
     11                <!-- wp:site-title {"fontSize":"medium"} /-->
     12            </div>
     13            <!-- /wp:group -->
     14        </div>
     15        <!-- /wp:group -->
    1416
    15         <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    16         <div class="wp-block-group">
    17             <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"#0B0620","size":"has-small-icon-size","style":{"spacing":{"blockGap":"1rem"}},"className":"is-style-logos-only","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
    18             <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
    19                 <!-- wp:social-link {"url":"https://www.instagram.com/","service":"instagram"} /-->
     17        <!-- wp:group {"className":"ext-animate\u002d\u002don", "style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
     18        <div class="wp-block-group ext-animate--on" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
     19            <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"#0B0620","size":"has-small-icon-size","className":"is-style-logos-only","style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
     20            <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
     21                <!-- wp:social-link {"url":"https://www.instagram.com/","service":"instagram"} /-->
    2022
    21                 <!-- wp:social-link {"url":"https://www.facebook.com/","service":"facebook"} /-->
     23                <!-- wp:social-link {"url":"https://www.facebook.com/","service":"facebook"} /-->
    2224
    23                 <!-- wp:social-link {"url":"https://x.com/","service":"x"} /-->
    24             </ul>
    25             <!-- /wp:social-links -->
    26         </div>
    27         <!-- /wp:group -->
    28     </div>
    29     <!-- /wp:group -->
     25                <!-- wp:social-link {"url":"https://x.com/","service":"x"} /-->
     26            </ul>
     27            <!-- /wp:social-links -->
     28        </div>
     29        <!-- /wp:group -->
     30    </div>
     31    <!-- /wp:group -->
    3032</div>
    3133<!-- /wp:group -->
  • extendable/2.1.0/parts/header-with-center-nav-and-social.html

    r302941 r315179  
    44    <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
    55    <div class="wp-block-group">
    6         <!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    7         <div class="wp-block-group">
     6        <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
     7        <div class="wp-block-group ext-animate--on">
    88            <!-- wp:site-logo /-->
    99
     
    1212        <!-- /wp:group -->
    1313
    14         <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    15                 <div class="wp-block-group">
     14        <!-- wp:group {"className":"ext-animate\u002d\u002don","layout":{"type":"flex","flexWrap":"nowrap"}} -->
     15                <div class="wp-block-group ext-animate--on">
    1616                    <!-- wp:navigation {"icon":"menu","overlayBackgroundColor":"background","overlayTextColor":"foreground","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} -->
    1717                    <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
     
    2020        <!-- /wp:group -->
    2121     
    22         <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dcolor\u002d\u002dforeground)","size":"has-small-icon-size","style":{"spacing":{"blockGap":"1rem"}},"className":"is-style-logos-only ext-hidden tablet:ext-flex","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
     22        <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dcolor\u002d\u002dforeground)","size":"has-small-icon-size","style":{"spacing":{"blockGap":"1rem"}},"className":"is-style-logos-only ext-hidden tablet:ext-flex ext-animate\u002d\u002don","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
    2323        <ul
    24             class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only ext-hidden tablet:ext-flex">
     24            class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only ext-hidden tablet:ext-flex ext-animate--on">
    2525            <!-- wp:social-link {"url":"https://www.instagram.com/","service":"instagram"} /-->
    2626
  • extendable/2.1.0/parts/header.html

    r302941 r315179  
    44    <!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
    55    <div class="wp-block-group alignwide">
    6         <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    7         <div class="wp-block-group">
     6        <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
     7        <div class="wp-block-group ext-animate--on">
    88            <!-- wp:site-logo {"shouldSyncIcon":true} /-->
    99            <!-- wp:group -->
     
    1313            <!-- /wp:group --></div>
    1414        <!-- /wp:group -->
    15         <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    16         <div class="wp-block-group">
     15        <!-- wp:group {"className":"ext-animate\u002d\u002don","layout":{"type":"flex","flexWrap":"nowrap"}} -->
     16        <div class="wp-block-group ext-animate--on">
    1717            <!-- wp:navigation {"icon":"menu","overlayBackgroundColor":"background","overlayTextColor":"foreground","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} -->
    1818            <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
  • extendable/2.1.0/patterns/hidden-order-confirmation.php

    r302941 r315179  
    66 */
    77?>
    8 <!-- wp:group {"tagName":"main","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"inherit":true,"type":"constrained"}} -->
     8<!-- wp:group {"tagName":"main","className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"inherit":true,"type":"constrained"}} -->
    99<main
    10     class="wp-block-group is-style-ext-preset--group--natural-1--template"
     10    class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template"
    1111    style="
    1212        margin-top: 0;
  • extendable/2.1.0/patterns/hidden-woo-related-products.php

    r302941 r315179  
    99<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"perPage":5,"pages":1,"offset":0,"postType":"product","order":"asc","orderBy":"title","search":"","exclude":[],"inherit":false,"taxQuery":[],"isProductCollectionBlock":true,"featured":false,"woocommerceOnSale":false,"woocommerceStockStatus":["instock","onbackorder"],"woocommerceAttributes":[],"woocommerceHandPickedProducts":[],"filterable":false,"relatedBy":{"categories":true,"tags":true}},"tagName":"div","displayLayout":{"type":"flex","columns":5,"shrinkColumns":false},"dimensions":{"widthType":"fill"},"collection":"woocommerce/product-collection/related","hideControls":["inherit"],"queryContextIncludes":["collection"],"__privatePreviewState":{"isPreview":true,"previewMessage":"Actual products will vary depending on the product being viewed."},"align":"wide"} -->
    1010<div class="wp-block-woocommerce-product-collection alignwide">
    11     <!-- wp:heading {"style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"fontSize":"large"} -->
    12         <h2 class="wp-block-heading has-large-font-size" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)">
     11    <!-- wp:heading {"style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"fontSize":"medium"} -->
     12        <h2 class="wp-block-heading has-medium-font-size" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)">
    1313            <?php echo esc_html_x( 'Related products ', 'Heading for a single product page related products section', 'extendable' ); ?>
    1414        </h2>
     
    1616
    1717  <!-- wp:woocommerce/product-template -->
    18   <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
    19   <!-- wp:woocommerce/product-sale-badge {"isDescendentOfQueryLoop":true,"align":"right"} /-->
    20   <!-- /wp:woocommerce/product-image -->
    21 
    22   <!-- wp:post-title {"level":3,"isLink":true,"style":{"spacing":{"margin":{"bottom":"0.5rem"}}},"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
    23 
    24   <!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1.5rem"}}}} /-->
    25 
    26   <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
     18    <!-- wp:pattern {"slug":"extendable/hidden-shop-product"} /-->
    2719  <!-- /wp:woocommerce/product-template -->
    2820</div>
  • extendable/2.1.0/patterns/posts-1-col.php

    r302941 r315179  
    1111<div class="wp-block-query alignwide">
    1212    <!-- wp:post-template {"align":"wide"} -->
    13     <!-- wp:group {"style":{"spacing":{"blockGap":"2.5rem"}},"layout":{"inherit":true}} -->
    14     <div class="wp-block-group">
     13    <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"2.5rem"}},"layout":{"inherit":true}} -->
     14    <div class="wp-block-group ext-animate--on">
    1515        <!-- wp:group {"metadata":{"name":"Featured Image"},"align":"wide","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002ditem-card-1\u002d\u002dalign-start","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"constrained"}} -->
    1616            <div class="wp-block-group alignwide is-style-ext-preset--group--natural-1--item-card-1--align-start" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
  • extendable/2.1.0/readme.txt

    r311765 r315179  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 2.0.33
     6Stable tag: 2.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414== Changelog ==
     15
     16= 2.1.0 - 2026-02-25 =
     17- Added: Block animations
     18- Added: New three vibes
    1519
    1620= 2.0.33 - 2026-02-04 =
  • extendable/2.1.0/style.css

    r311765 r315179  
    88Tested up to: 6.9
    99Requires PHP: 7.4
    10 Version: 2.0.33
     10Version: 2.1.0
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    353353    margin-bottom: 0;
    354354}
     355.wc-block-product-template__responsive {
     356    grid-row-gap: 2rem;
     357}
     358.wc-block-components-product-button__button {
     359    z-index: 1;
     360}
    355361/*
    356362 * Adds offset for sticky header overlap
     
    372378}
    373379
     380:not(.block-editor-block-preview__content-iframe)
     381.has-tertiary-background-color.has-background
     382[class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background)::before {
     383    background-color: var(--wp--preset--color--background) !important;
     384}
     385
     386
     387:not(.block-editor-block-preview__content-iframe)
     388.has-tertiary-background-color.has-background
     389[class*='is-style-ext-preset--image--']:not(.has-background)::before {
     390    background-color: var(--wp--preset--color--tertiary) !important;
     391}
     392
     393
    374394.block-editor-block-preview__content-iframe
    375395[class*='is-style-ext-preset--group--natural-1'][class*='item-card-1'] {
     
    377397}
    378398
     399:root {
     400    --grid-vector-bg: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIG9wYWNpdHk9IjAuMDkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMC43IiBzdHJva2Utd2lkdGg9IjEuMjYwNyI+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI2MjQuOTk1IiB4Mj0iMTQ2MC45NiIgeTI9IjYyNC45OTUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI5NDcuNzMzIiB4Mj0iMTQ2MC45NiIgeTI9Ijk0Ny43MzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzMDIuMjU2IiB4Mj0iMTQ2MC45NiIgeTI9IjMwMi4yNTYiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI0NjMuNjI0IiB4Mj0iMTQ2MC45NiIgeTI9IjQ2My42MjQiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI3ODYuMzYyIiB4Mj0iMTQ2MC45NiIgeTI9Ijc4Ni4zNjIiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIxNDAuODg1IiB4Mj0iMTQ2MC45NiIgeTI9IjE0MC44ODUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI1NDQuMzExIiB4Mj0iMTQ2MC45NiIgeTI9IjU0NC4zMTEiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI4NjcuMDQ5IiB4Mj0iMTQ2MC45NiIgeTI9Ijg2Ny4wNDkiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIyMjEuNTczIiB4Mj0iMTQ2MC45NiIgeTI9IjIyMS41NzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzODIuOTQiIHgyPSIxNDYwLjk2IiB5Mj0iMzgyLjk0IiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNzA1LjY4MiIgeDI9IjE0NjAuOTYiIHkyPSI3MDUuNjgyIiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNjAuMjAxNyIgeDI9IjE0NjAuOTYiIHkyPSI2MC4yMDE3IiAvPgogICAgPGxpbmUgeDE9IjY0Mi4xMzgiIHkxPSItNDguODQ3NyIgeDI9IjY0Mi4xMzgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjMxOS4zOTgiIHkxPSItNDguODQ3NyIgeDI9IjMxOS4zOTgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijk2NC44NzQiIHkxPSItNDguODQ3NyIgeDI9Ijk2NC44NzQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEyODcuNjEiIHkxPSItNDguODQ3NyIgeDI9IjEyODcuNjEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjE1OC4wMjgiIHkxPSItNDguODQ3NyIgeDI9IjE1OC4wMjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjgwMy41MDQiIHkxPSItNDguODQ3NyIgeDI9IjgwMy41MDQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQ4MC43NjgiIHkxPSItNDguODQ3NyIgeDI9IjQ4MC43NjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjExMjYuMjQiIHkxPSItNDguODQ3NyIgeDI9IjExMjYuMjQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijc3LjM0NTIiIHkxPSItNDguODQ3NyIgeDI9Ijc3LjM0NTEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjcyMi44MjIiIHkxPSItNDguODQ3NyIgeDI9IjcyMi44MjIiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQwMC4wODEiIHkxPSItNDguODQ3NyIgeDI9IjQwMC4wODEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEwNDUuNTYiIHkxPSItNDguODQ3NyIgeDI9IjEwNDUuNTYiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEzNjguMyIgeTE9Ii00OC44NDc3IiB4Mj0iMTM2OC4zIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIyMzguNzE1IiB5MT0iLTQ4Ljg0NzciIHgyPSIyMzguNzE1IiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI4ODQuMTkyIiB5MT0iLTQ4Ljg0NzciIHgyPSI4ODQuMTkyIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI1NjEuNDUxIiB5MT0iLTQ4Ljg0NzciIHgyPSI1NjEuNDUxIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIxMjA2LjkzIiB5MT0iLTQ4Ljg0NzciIHgyPSIxMjA2LjkzIiB5Mj0iMTExOC41NiIgLz4KICA8L2c+CiAgPGcgb3BhY2l0eT0iMC41IiBmaWxsPSJjdXJyZW50Q29sb3IiPgogICAgPHJlY3QgeD0iODAzLjU2MyIgeT0iNzg2LjMwNSIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjQiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjIyMi40MyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjA4IiAvPgogICAgPHJlY3QgeD0iNDgwLjM2NyIgeT0iNDY0LjIwMyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iMTA0NS4zOSIgeT0iMzAyLjY1NiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjAzIiAvPgogICAgPHJlY3QgeD0iMzk5Ljk5NCIgeT0iMjIyLjQzIiB3aWR0aD0iODAuMjI2MiIgaGVpZ2h0PSI3OS4wODAxIiBmaWxsLW9wYWNpdHk9IjAuMTMiIC8+CiAgICA8cmVjdCB4PSIxMDQ1LjM5IiB5PSIyMjIuNDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4wOCIgLz4KICAgIDxyZWN0IHg9IjM5OS45OTQiIHk9IjQ2NC4yMDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijg2Ni41MzEiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9Ijk2NS4xNjIiIHk9IjYwLjgzMiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iODg0LjA1OSIgeT0iLTE5Ljg1NTUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjUwNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9Ijg4NC4wNTkiIHk9IjYwLjQwMjMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjAyODUiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjEzOS45MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODIuNTE4NCIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iNTkuNjgzNiIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iLTMuMjgzMiIgeT0iNjAuODI4MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iMTM5LjkxIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4Mi41MTg0IiBmaWxsLW9wYWNpdHk9IjAuMTgiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQxIiB5PSItMjAuNTQzIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4MC4yMjYyIiBmaWxsLW9wYWNpdHk9IjAuMiIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjMwMS41MDgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjEyMDYuOTkiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICA8L2c+Cjwvc3ZnPg==");
     401}
     402
     403/*
     404 * CSS related to prism vibe
     405 */
     406
     407/*
     408 * CSS related to wave vibe
     409 */
     410
     411[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
     412  + .has-background-background-color > .wp-block-cover.alignfull
     413)::after {
     414  content: none !important;
     415}
     416
     417[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
     418  + .has-background-background-color > .wp-block-cover.alignfull
     419) {
     420  margin-bottom: 0 !important;
     421}
     422
     423[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull)
     424+ .has-tertiary-background-color::before {
     425  content: none !important;
     426}
     427
     428[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull)
     429+ .has-tertiary-background-color {
     430  margin-top: 0 !important;
     431}
     432
    379433/*
    380434 * utilities
     
    437491  }
    438492}
     493
     494/* RTL-only fix for Gutenberg Group left justification */
     495
     496[dir="rtl"] [class*="wp-container-core-group-is-layout-"].ext-is-logical-start.is-content-justification-left
     497    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
     498    margin-inline-start: 0 !important;
     499    margin-inline-end: auto !important;
     500}
  • extendable/2.1.0/styles/block-presets/button/brutalism-1/button-1/preset.json

    r302941 r315179  
    44    "title": "Brutalism 1 Button 1",
    55    "slug": "ext-preset--button--brutalism-1--button-1",
    6     "blockTypes": ["core/button"],
     6    "blockTypes": ["core/button", "woocommerce/product-button"],
    77    "styles": {
    88        "border": {
  • extendable/2.1.0/styles/block-presets/button/gradient-1/button-1/preset.json

    r302941 r315179  
    44    "title": "Gradient 1 Button 1",
    55    "slug": "ext-preset--button--gradient-1--button-1",
    6     "blockTypes": ["core/button"],
     6    "blockTypes": ["core/button", "woocommerce/product-button"],
    77    "styles": {
    88        "border": {
  • extendable/2.1.0/styles/block-presets/button/natural-1/button-1/preset.json

    r302941 r315179  
    44    "title": "Button 1",
    55    "slug": "ext-preset--button--natural-1--button-1",
    6     "blockTypes": ["core/button"],
     6    "blockTypes": ["core/button", "woocommerce/product-button"],
    77    "styles": {
    88        "typography": {
  • extendable/2.1.0/styles/block-presets/button/organic-1/button-1/preset.json

    r302941 r315179  
    44    "title": "Organic 1 Button 1",
    55    "slug": "ext-preset--button--organic-1--button-1",
    6     "blockTypes": ["core/button"],
     6    "blockTypes": ["core/button", "woocommerce/product-button"],
    77    "styles": {
    88        "border": {
  • extendable/2.1.0/styles/block-presets/button/soft-1/button-1/preset.json

    r302941 r315179  
    44    "title": "Soft 1 Button 1",
    55    "slug": "ext-preset--button--soft-1--button-1",
    6     "blockTypes": ["core/button"],
     6    "blockTypes": ["core/button", "woocommerce/product-button"],
    77    "styles": {
    88        "border": {
  • extendable/2.1.0/styles/block-presets/group/natural-1/item-card-1/align-center/preset.json

    r302941 r315179  
    66    "blockTypes": ["core/group"],
    77    "styles": {
    8         "color": {
    9             "background": "transparent !important"
    10         },
     8
    119        "blocks": {
    1210            "core/group": {
  • extendable/2.1.0/styles/block-presets/group/natural-1/item-card-1/align-start/preset.json

    r302941 r315179  
    66    "blockTypes": ["core/group"],
    77    "styles": {
    8         "color": {
    9             "background": "transparent !important"
    10         },
     8
    119        "blocks": {
    1210            "core/group": {
  • extendable/2.1.0/templates/404.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"tagName":"main","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}}} -->
    4 <main class="wp-block-group is-style-ext-preset--group--natural-1--template" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
     3<!-- wp:group {"tagName":"main","className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}}} -->
     4<main class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
    55    <!-- wp:group {"layout":{"type":"constrained"}} -->
    66    <div class="wp-block-group">
  • extendable/2.1.0/templates/archive-product.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|55","bottom":"var:preset|spacing|55"}}},"layout":{"inherit":true,"type":"constrained"}} -->
    4 <div class="wp-block-group is-style-ext-preset--group--natural-1--template" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--55);padding-bottom:var(--wp--preset--spacing--55)">
     3<!-- wp:group {"className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"inherit":true,"type":"constrained"}} -->
     4<div class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
    55   
    66    <!-- wp:woocommerce/breadcrumbs /-->
     
    2020    <div class="wp-block-woocommerce-product-collection alignwide">
    2121        <!-- wp:woocommerce/product-template {"layout":{"type":"default"}} -->
    22         <!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true,"style":{"spacing":{"margin":{"bottom":"1.5rem"}}}} /-->
    23 
    24         <!-- wp:post-title {"textAlign":"left","level":3,"isLink":true,"style":{"spacing":{"margin":{"bottom":"0.5rem"}}},"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /-->
    25 
    26         <!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"textAlign":"left","fontSize":"small","style":{"spacing":{"margin":{"bottom":"1.5rem"}}}} /-->
    27 
    28         <!-- wp:woocommerce/product-button {"textAlign":"left","isDescendentOfQueryLoop":true,"className":"is-style-fill is-layout-flex wp-block-buttons-is-layout-flex","fontSize":"small","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}}} /-->
    29 
    30         <!-- wp:spacer {"height":"2rem"} -->
    31         <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
    32         <!-- /wp:spacer -->
     22            <!-- wp:pattern {"slug":"extendable/hidden-shop-product"} /-->
    3323        <!-- /wp:woocommerce/product-template -->
    34 
    3524        <!-- wp:query-pagination {"style":{"typography":{"lineHeight":"3"}},"layout":{"type":"flex","justifyContent":"center"}} -->
    3625        <!-- wp:query-pagination-previous /-->
  • extendable/2.1.0/templates/page-cart.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"tagName":"main","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}}} -->
     3<!-- wp:group {"tagName":"main","className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} -->
    44<main
    5     class="wp-block-group is-style-ext-preset--group--natural-1--template"
     5    class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template"
    66    style="
    77        margin-top: 0px;
    88        margin-bottom: 0px;
    9         padding-top: var(--wp--preset--spacing--60);
    10         padding-bottom: var(--wp--preset--spacing--60);
     9        padding-top: var(--wp--preset--spacing--50);
     10        padding-bottom: var(--wp--preset--spacing--50);
    1111    "
    1212>
     
    2121            style="margin-top: 0; margin-bottom: 0"
    2222        >
    23             <!-- wp:post-title {"level":1,"align":"full"} /-->
     23            <!-- wp:post-title {"level":1,"align":"full","fontSize":"x-large"} /-->
    2424        </div>
    2525        <!-- /wp:group -->
  • extendable/2.1.0/templates/page-checkout.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
     3<!-- wp:group {"className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
    44<div
    5     class="wp-block-group is-style-ext-preset--group--natural-1--template"
     5    class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template"
    66    style="
    77        margin-top: 0;
    88        margin-bottom: 0;
    9         padding-top: var(--wp--preset--spacing--60);
    10         padding-bottom: var(--wp--preset--spacing--60);
     9        padding-top: var(--wp--preset--spacing--50);
     10        padding-bottom: var(--wp--preset--spacing--50);
    1111    "
    1212>
     
    2121            style="margin-top: 0; margin-bottom: 0"
    2222        >
    23             <!-- wp:post-title {"level":1,"align":"full"} /-->
     23            <!-- wp:post-title {"level":1,"align":"full","fontSize":"x-large"} /-->
    2424        </div>
    2525        <!-- /wp:group -->
  • extendable/2.1.0/templates/page-with-title.html

    r277868 r315179  
    55    <!-- wp:group {"metadata":{"name":"Page title"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"tertiary","layout":{"inherit":true,"type":"constrained","justifyContent":"center"}} -->
    66        <div class="wp-block-group alignfull has-tertiary-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">
    7             <!-- wp:post-title {"level":1,"align":"wide","fontSize":"large"} /-->
     7            <!-- wp:post-title {"className":"ext-animate\u002d\u002don", "level":1,"align":"wide","fontSize":"large"} /-->
    88        </div>
    99    <!-- /wp:group -->
  • extendable/2.1.0/templates/product-search-results.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"tagName":"main","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|55","bottom":"var:preset|spacing|55"}}},"layout":{"inherit":true,"type":"constrained"}} -->
     3<!-- wp:group {"tagName":"main","className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|55","bottom":"var:preset|spacing|55"}}},"layout":{"inherit":true,"type":"constrained"}} -->
    44<main
    5     class="wp-block-group is-style-ext-preset--group--natural-1--template"
     5    class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template"
    66    style="
    77        margin-top: 0;
  • extendable/2.1.0/templates/search.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    2 <!-- wp:group {"align":"wide","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|55"}},"layout":{"type":"constrained"}} -->
     2<!-- wp:group {"align":"wide","className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|55"}},"layout":{"type":"constrained"}} -->
    33<div
    4     class="wp-block-group alignwide is-style-ext-preset--group--natural-1--template"
     4    class="wp-block-group alignwide ext-animate--on is-style-ext-preset--group--natural-1--template"
    55    style="
    66        margin-top: 0;
  • extendable/2.1.0/templates/single-product.html

    r302941 r315179  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"tagName":"main","className":"is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"inherit":true,"type":"constrained"}} -->
    4 <main class="wp-block-group is-style-ext-preset--group--natural-1--template" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
     3<!-- wp:group {"tagName":"main","className":"ext-animate\u002d\u002don is-style-ext-preset\u002d\u002dgroup\u002d\u002dnatural-1\u002d\u002dtemplate","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"inherit":true,"type":"constrained"}} -->
     4<main class="wp-block-group ext-animate--on is-style-ext-preset--group--natural-1--template" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
    55   
    66    <!-- wp:woocommerce/breadcrumbs /-->
     
    4343    <!-- /wp:columns -->
    4444
    45     <!-- wp:woocommerce/product-details {"align":"wide","className":"is-style-minimal","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
     45    <!-- wp:woocommerce/product-details {"align":"wide","className":"is-style-minimal","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
    4646    <!-- wp:pattern {"slug":"extendable/hidden-woo-related-products"} /-->
    4747
  • extendable/2.1.0/templates/single.html

    r302941 r315179  
    55  class="wp-block-group is-style-ext-preset--group--natural-1--template"
    66  style="margin-top:0px;margin-bottom:0px;padding-top:var(--wp--custom--spacing--medium);padding-bottom:var(--wp--custom--spacing--medium)">
    7     <!-- wp:group {"style":{"spacing":{"blockGap":"2.5rem"}},"layout":{"inherit":true}} -->
    8     <div class="wp-block-group">
     7    <!-- wp:group {"className":"ext-animate\u002d\u002don","style":{"spacing":{"blockGap":"2.5rem"}},"layout":{"inherit":true}} -->
     8    <div class="wp-block-group ext-animate--on">
    99        <!-- wp:group {"style":{"spacing":{"blockGap":"0.5rem"}},"layout":{"inherit":true}} -->
    1010        <div class="wp-block-group">
Note: See TracChangeset for help on using the changeset viewer.