Title: coder4web's Replies | WordPress.org

---

# coder4web

  [  ](https://wordpress.org/support/users/coder4web/)

 *   [Profile](https://wordpress.org/support/users/coder4web/)
 *   [Topics Started](https://wordpress.org/support/users/coder4web/topics/)
 *   [Replies Created](https://wordpress.org/support/users/coder4web/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/coder4web/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/coder4web/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/coder4web/engagements/)
 *   [Favorites](https://wordpress.org/support/users/coder4web/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Advanced Gallery Crashes after Upate 3.3.6](https://wordpress.org/support/topic/advanced-gallery-crashes-after-upate-3-3-6/)
 *  [coder4web](https://wordpress.org/support/users/coder4web/)
 * (@coder4web)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/advanced-gallery-crashes-after-upate-3-3-6/#post-18151563)
 * Same error for my WP site, manual rolling back to 3.3.5 fixes it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] This block has included an error and cannot be previewed](https://wordpress.org/support/topic/this-block-has-included-an-error-and-cannot-be-previewed/)
 *  [coder4web](https://wordpress.org/support/users/coder4web/)
 * (@coder4web)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/this-block-has-included-an-error-and-cannot-be-previewed/#post-17508034)
 * Issue resolved with Lazyblocks 3.6.0 (Mar 15, 2024)
   Thank you for great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] This block has included an error and cannot be previewed](https://wordpress.org/support/topic/this-block-has-included-an-error-and-cannot-be-previewed/)
 *  [coder4web](https://wordpress.org/support/users/coder4web/)
 * (@coder4web)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/this-block-has-included-an-error-and-cannot-be-previewed/#post-17499809)
 * Hello!
   Same issue with any latest Gutenberg version.Last LZB-compatible Gutenberg
   version is 17.0.3 (Nov 23, 2023).Is any ETA for next plugin update?I fixed issue
   with current master branch from LZB Github as temporary solution.Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Is any way to call lazyblock from PHP code?](https://wordpress.org/support/topic/is-any-way-to-call-lazyblock-from-php-code/)
 *  Thread Starter [coder4web](https://wordpress.org/support/users/coder4web/)
 * (@coder4web)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/is-any-way-to-call-lazyblock-from-php-code/#post-16587942)
 * [Found working example in this forum](https://wordpress.org/support/topic/reusable-block-in-single-php/)
   with PHP call for reusable block:
 *     ```wp-block-code
       $reuse_block = get_post(123); // Where 123 is the post id
       $reuse_block_content = apply_filters('the_content', $reuse_block->post_content);
       echo $reuse_block_content;
       ```
   
 * This code works with lazyblock too, display content only once (even if lzb still
   placed on the page), so I’m good with it, but maybe you know another lzb-way 
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[[DEPRECATED] WooCommerce (nl)] Can't edit translation of Woocommerce NL](https://wordpress.org/support/topic/cant-edit-translation-of-woocommerce-nl/)
 *  [coder4web](https://wordpress.org/support/users/coder4web/)
 * (@coder4web)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cant-edit-translation-of-woocommerce-nl/#post-6168015)
 * To overwrite woocommerce translation and make your localization upgrade safe,
   place your woocommerce-nl_NL.mo into
    wp-content/languages/woocommerce/
 * See: [http://stackoverflow.com/questions/30899472/how-to-overwrite-woocommerce-translations/32548898](http://stackoverflow.com/questions/30899472/how-to-overwrite-woocommerce-translations/32548898)

Viewing 5 replies - 1 through 5 (of 5 total)