coder4web
Forum Replies Created
-
Same error for my WP site, manual rolling back to 3.3.5 fixes it
Issue resolved with Lazyblocks 3.6.0 (Mar 15, 2024)
Thank you for great plugin!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.Found working example in this forum with PHP call for reusable block:
$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
In reply to: [[DEPRECATED] WooCommerce (nl)] Can't edit translation of Woocommerce NLTo 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