Make WordPress Themes

Changeset 178393


Ignore:
Timestamp:
10/27/2022 10:17:38 AM (3 years ago)
Author:
themedropbox
Message:

New version of BlockStrap - 0.0.6

Location:
blockstrap/0.0.6
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blockstrap/0.0.6/inc/content-block-patterns.php

    r178390 r178393  
    3030                'bs_pattern_page_content_404_default',
    3131                ''
    32             ) : '<main class="site-main">' . __( 'It looks like nothing was found at this location.', 'blockstrap' ) . '</main>',
     32            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     33<main class="wp-block-group"><!-- wp:paragraph -->
     34<p>' . __( 'It looks like nothing was found at this location.', 'blockstrap' ) . '</p>
     35<!-- /wp:paragraph --></main>
     36<!-- /wp:group -->',
    3337        )
    3438    );
     
    4246                'bs_pattern_page_content_archive_default',
    4347                ''
    44             ) : '<main class="site-main"><!-- wp:query-title {"type":"archive"} /-->
     48            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     49<main class="wp-block-group"><!-- wp:query-title {"type":"archive"} /-->
    4550
    4651<!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
     
    6469<!-- /wp:paragraph -->
    6570<!-- /wp:query-no-results --></div>
    66 <!-- /wp:query --></main>',
     71<!-- /wp:query --></main>
     72<!-- /wp:group -->',
    6773        )
    6874    );
     
    7682                'bs_pattern_page_content_page_default',
    7783                ''
    78             ) : '<main class="site-main"><!-- wp:post-title /-->
    79 
    80 <!-- wp:post-content /-->
    81 
    82 <!-- wp:template-part {"slug":"comments","theme":"blockstrap","area":"uncategorized"} /--></main>',
     84            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     85<main class="wp-block-group"><!-- wp:post-title /-->
     86
     87<!-- wp:post-content /-->
     88
     89<!-- wp:template-part {"slug":"comments","theme":"blockstrap","area":"uncategorized"} /--></main>
     90<!-- /wp:group -->',
    8391        )
    8492    );
     
    92100                'bs_pattern_page_content_post_default',
    93101                ''
    94             ) : '<main class="site-main"><!-- wp:post-title /-->
    95 
    96 <!-- wp:post-content /-->
    97 
    98 <!-- wp:template-part {"slug":"comments","theme":"blockstrap","area":"uncategorized"} /--></main>',
     102            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     103<main class="wp-block-group"><!-- wp:post-title /-->
     104
     105<!-- wp:post-content /-->
     106
     107<!-- wp:template-part {"slug":"comments","theme":"blockstrap","area":"uncategorized"} /--></main>
     108<!-- /wp:group -->',
    99109        )
    100110    );
     
    108118                'bs_pattern_page_content_search_default',
    109119                ''
    110             ) : '<main class="site-main"><!-- wp:query-title {"type":"search"} /-->
     120            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     121<main class="wp-block-group"><!-- wp:query-title {"type":"search"} /-->
    111122
    112123<!-- wp:search {"label":"Search","buttonText":"Search"} /-->
     
    132143<!-- /wp:paragraph -->
    133144<!-- /wp:query-no-results --></div>
    134 <!-- /wp:query --></main>',
     145<!-- /wp:query --></main>
     146<!-- /wp:group -->',
    135147        )
    136148    );
     
    144156                'bs_pattern_page_content_page_sidebar_left_default',
    145157                ''
    146             ) : '<main class="site-main"><!-- wp:columns -->
     158            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     159<main class="wp-block-group"><!-- wp:columns -->
    147160<div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} -->
    148161<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:template-part {"slug":"sidebar-left","theme":"blockstrap","area":"uncategorized"} /--></div>
     
    156169<!-- wp:template-part {"slug":"comments","theme":"blockstrap","area":"uncategorized"} /--></div>
    157170<!-- /wp:column --></div>
    158 <!-- /wp:columns --></main>',
     171<!-- /wp:columns --></main>
     172<!-- /wp:group -->',
    159173        )
    160174    );
     
    168182                'bs_pattern_page_content_page_sidebar_right_default',
    169183                ''
    170             ) : '<main class="site-main"><!-- wp:columns -->
     184            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     185<main class="wp-block-group"><!-- wp:columns -->
    171186<div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} -->
    172187<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-title /-->
     
    180195<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:template-part {"slug":"sidebar-right","theme":"blockstrap","area":"uncategorized"} /--></div>
    181196<!-- /wp:column --></div>
    182 <!-- /wp:columns --></main>',
     197<!-- /wp:columns --></main>
     198<!-- /wp:group -->',
    183199        )
    184200    );
     
    193209                    'bs_pattern_page_content_gd_archive_default',
    194210                    ''
    195                 ) : __( 'Thia template requires the GeoDirectory plugin to be installed', 'blockstrap' ),
     211                ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     212<main class="wp-block-group"><!-- wp:paragraph -->
     213<p>' . __( 'Thia template requires the GeoDirectory plugin to be installed', 'blockstrap' ) . '</p>
     214<!-- /wp:paragraph --></main>
     215<!-- /wp:group -->',
    196216            )
    197217        );
     
    205225                    'bs_pattern_page_content_gd_search_default',
    206226                    ''
    207                 ) : __( 'Thia template requires the GeoDirectory plugin to be installed', 'blockstrap' ),
     227                ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     228<main class="wp-block-group"><!-- wp:paragraph -->
     229<p>' . __( 'Thia template requires the GeoDirectory plugin to be installed', 'blockstrap' ) . '</p>
     230<!-- /wp:paragraph --></main>
     231<!-- /wp:group -->',
    208232            )
    209233        );
     
    217241                    'bs_pattern_page_content_gd_single_default',
    218242                    ''
    219                 ) : __( 'Thia template requires the GeoDirectory plugin to be installed', 'blockstrap' ),
     243                ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     244<main class="wp-block-group"><!-- wp:paragraph -->
     245<p>' . __( 'Thia template requires the GeoDirectory plugin to be installed', 'blockstrap' ) . '</p>
     246<!-- /wp:paragraph --></main>
     247<!-- /wp:group -->',
    220248            )
    221249        );
  • blockstrap/0.0.6/inc/section-block-patterns.php

    r178390 r178393  
    3030                'bs_pattern_feature_home_default',
    3131                ''
    32             ) : '<main class="site-main">' . __( 'This theme word best with the BlockStrap Page Builder Plugin', 'blockstrap' ) . '</main>',
     32            ) : '<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
     33<main class="wp-block-group"><!-- wp:paragraph -->
     34<p>' . __( 'This theme word best with the BlockStrap Page Builder Plugin (coming soon).', 'blockstrap' ) . '</p>
     35<!-- /wp:paragraph --></main>
     36<!-- /wp:group -->',
    3337        )
    3438    );
  • blockstrap/0.0.6/readme.txt

    r178390 r178393  
    44Requires at least: 6.0
    55Requires PHP: 7.2
    6 Version: 0.0.5
     6Version: 0.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717== Changelog ==
     18
     19= 0.0.6 =
     20* Some block patterns not showing in editor - FIXED
    1821
    1922= 0.0.5 =
  • blockstrap/0.0.6/style.css

    r178390 r178393  
    44Author URI: https://ayecode.io
    55Theme URI:
    6 Version: 0.0.5
     6Version: 0.0.6
    77Description: BlockStrap a starter theme for the upcoming BlockStrap Page Builder plugin.
    88Tags: full-site-editing, blog, food-and-drink, two-columns, editor-style, block-styles
Note: See TracChangeset for help on using the changeset viewer.