Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yithemes/yith-wonder
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Nov 17, 2022
2 parents 1a75254 + 07a3422 commit 80c4de1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions patterns/homepage-1.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<?php if ( class_exists( 'woocommerce' ) ) : ?>
<!-- wp:woocommerce/product-new {"columns":5,"rows":1,"alignButtons":true,"contentVisibility":{"image":true,"title":true,"price":true,"rating":false,"button":false}} /-->
<?php endif; ?>

<!-- wp:spacer {"height":"60px"} -->
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
Expand Down
8 changes: 7 additions & 1 deletion patterns/homepage-2.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@

<!-- wp:cover {"url":"<?php echo esc_url( get_theme_file_uri() ); ?>/assets/images/demo-content/home-2/triangle.png","dimRatio":0,"focalPoint":{"x":"0.00","y":"0.50"},"isDark":false,"align":"full"} -->
<div class="wp-block-cover alignfull is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="<?php echo esc_url( get_theme_file_uri() ); ?>/assets/images/demo-content/home-2/triangle.png" style="object-position:0% 50%" data-object-fit="cover" data-object-position="0% 50%"/><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"full","style":{"color":{}},"layout":{"inherit":true}} -->
<div class="wp-block-group alignfull"><!-- wp:woocommerce/product-new {"columns":5,"rows":1,"alignButtons":true,"contentVisibility":{"image":true,"title":true,"price":true,"rating":false,"button":false}} /-->
<div class="wp-block-group alignfull">

<?php if ( class_exists( 'woocommerce' ) ) : ?>
<!-- wp:woocommerce/product-new {"columns":5,"rows":1,"alignButtons":true,"contentVisibility":{"image":true,"title":true,"price":true,"rating":false,"button":false}} /-->
<?php endif; ?>

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
Expand Down Expand Up @@ -154,7 +158,9 @@
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<?php if ( class_exists( 'woocommerce' ) ) : ?>
<!-- wp:woocommerce/product-new {"columns":5,"rows":1,"alignButtons":true,"contentVisibility":{"image":true,"title":true,"price":true,"rating":false,"button":false}} /-->
<?php endif; ?>

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
Expand Down
4 changes: 4 additions & 0 deletions patterns/homepage-3.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<?php if ( class_exists( 'woocommerce' ) ) : ?>
<!-- wp:woocommerce/product-new {"columns":5,"rows":1,"alignButtons":true,"contentVisibility":{"image":true,"title":true,"price":true,"rating":false,"button":false}} /-->
<?php endif; ?>

<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
Expand Down Expand Up @@ -235,7 +237,9 @@
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<?php if ( class_exists( 'woocommerce' ) ) : ?>
<!-- wp:woocommerce/product-new {"columns":5,"rows":1,"alignButtons":true,"contentVisibility":{"image":true,"title":true,"price":true,"rating":false,"button":false}} /-->
<?php endif; ?>

<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
Expand Down

0 comments on commit 80c4de1

Please sign in to comment.