This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0"},"blockGap":{"top":"0","left":"0"},"padding":{"top":"var:preset|spacing|content","bottom":"var:preset|spacing|content"}}},"backgroundColor":"primary","layout":{"type":"default"}} --> | |
<div class="wp-block-group alignfull has-primary-background-color has-background" style="margin-top:0;padding-top:var(--wp--preset--spacing--content);padding-bottom:var(--wp--preset--spacing--content)"><!-- wp:heading {"className":"is-style-screen-reader-text"} --> | |
<h2 class="wp-block-heading is-style-screen-reader-text">This is title</h2> | |
<!-- /wp:heading --> | |
<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0","left":"0"}}}} --> | |
<div class="wp-block-columns"><!-- wp:column --> | |
<div class="wp-block-column"><!-- wp:media-text {"mediaId":987654321,"mediaLink":"#0","mediaType":"image","imageFill":true,"style":{"border":{"radius":{"topLeft":"3rem","topRight":"3rem","bottomLeft":"0rem","bottomRight":"0rem"},"width":"2px"}},"backgroundColor":"primary"} --> | |
<d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_shortcode( | |
'elementor-template', | |
function( array $atts ): string { | |
if ( | |
empty( $atts['id'] ) | |
|| ! is_callable( '\Elementor\Plugin::instance' ) | |
) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:group {"align":"wide","layout":{"type":"default"}} --> | |
<div class="wp-block-group alignwide"> | |
<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode --> | |
</div> | |
<!-- /wp:group --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:woocommerce/cart --> | |
<div class="wp-block-woocommerce-cart alignwide is-loading"> | |
<!-- wp:woocommerce/filled-cart-block {"align":"wide"} --> | |
<div class="wp-block-woocommerce-filled-cart-block alignwide"> | |
<!-- wp:woocommerce/cart-items-block --> | |
<div class="wp-block-woocommerce-cart-items-block"> | |
<!-- wp:woocommerce/cart-line-items-block --> | |
<div class="wp-block-woocommerce-cart-line-items-block"></div> | |
<!-- /wp:woocommerce/cart-line-items-block --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:paragraph --> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.</p> | |
<!-- /wp:paragraph --> | |
<!-- wp:separator --> | |
<hr class="wp-block-separator has-alpha-channel-opacity"/> | |
<!-- /wp:separator --> | |
<!-- wp:list --> | |
<ul><!-- wp:list-item {"className":"icon-bullet genericons-neue genericons-neue-star"} --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:gallery {"columns":4,"linkTo":"none","align":"wide"} --> | |
<figure class="wp-block-gallery alignwide has-nested-images columns-4 is-cropped"><!-- wp:image {"id":482,"sizeSlug":"large","linkDestination":"none"} --> | |
<figure class="wp-block-image size-large"><img src="https://themedemos.webmandesign.eu/eimear/wp-content/uploads/sites/27/WMDEMO__logo-9.jpg" alt="Don't forget to set alt text." class="wp-image-482"/></figure> | |
<!-- /wp:image --> | |
<!-- wp:image {"id":481,"sizeSlug":"large","linkDestination":"none"} --> | |
<figure class="wp-block-image size-large"><img src="https://themedemos.webmandesign.eu/eimear/wp-content/uploads/sites/27/WMDEMO__logo-8.jpg" alt="Don't forget to set alt text." class="wp-image-481"/></figure> | |
<!-- /wp:image --> | |
<!-- wp:image {"id":480,"sizeSlug":"large","linkDestination":"none"} --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Put this code (without the "<?php" above) into your child theme's "functions.php" file. | |
* Use this only to fix sub-menu issue in WordPress 6.1.0. | |
* Tip: Check https://support.webmandesign.eu/child-theme/ for more info on child themes. | |
*/ | |
add_filter( 'wp_nav_menu_args', function( $args ) { | |
$args['depth'] = 0; | |
return $args; | |
} ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:columns {"align":"wide"} --> | |
<div class="wp-block-columns alignwide"><!-- wp:column --> | |
<div class="wp-block-column"><!-- wp:paragraph {"fontSize":"large"} --> | |
<p class="has-large-font-size"><strong>This text uses "Large" font size. It should be the same size as the text in next column. Is it?</strong><br>Some more dummy text here... Lorem ipsum dolor sit amet pede tincidunt pulvinar penatibus rutrum. Platea egestas feugiat placerat id inceptos consectetur cubilia laoreet. Platea iaculis placerat montes taciti ipsum ex.</p> | |
<!-- /wp:paragraph --></div> | |
<!-- /wp:column --> | |
<!-- wp:column --> | |
<div class="wp-block-column"><!-- wp:html --> | |
<p class="has-theme-large-font-size"><strong>This is how theme defines "Large" font size. The text in previous column should be the same size as this one. Is it?</strong><br>Some more dummy text here... Lorem ipsum dolor sit amet pede tincidunt pulvinar penatibus rutrum. Platea egestas feugiat placerat id inceptos consectetur cubilia laoreet. Platea iaculis placerat mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:cover {"url":"https://themedemos.webmandesign.eu/eimear/wp-content/uploads/sites/27/SAMPLE/_lauren-fleischmann-ul3oHG_LzcE-unsplash.jpg","id":211,"hasParallax":true,"dimRatio":0,"align":"full","className":"has-no-margin-bottom"} --> | |
<div class="wp-block-cover alignfull has-parallax has-no-margin-bottom" style="background-image:url(https://themedemos.webmandesign.eu/eimear/wp-content/uploads/sites/27/SAMPLE/_lauren-fleischmann-ul3oHG_LzcE-unsplash.jpg)"><div class="wp-block-cover__inner-container"><!-- wp:spacer {"height":120} --> | |
<div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div> | |
<!-- /wp:spacer --> | |
<!-- wp:columns {"verticalAlignment":"bottom","align":"wide","className":"has-phi-screen-min-height"} --> | |
<div class="wp-block-columns alignwide are-vertically-aligned-bottom has-phi-screen-min-height"><!-- wp:column {"verticalAlignment":"bottom","className":"has-no-margin"} --> | |
<div class="wp-block-column is-vertically-aligned-bottom has-no-margin"></div> | |
<!-- /wp:column --> |
NewerOlder