mordekai
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] New InnerBlocks Component – how to useThanks Claudia! I was able to figure out shortly i posted yesterday. I thought it would be more complicated but it wasn’t. But thank you for the additional code for displaying preset message.
To use php you just have to use
<InnerBlocks /> (do not require to use echo or print)
For the html + handlebars the reason why i wasn’t seeing it in the page editor was because i didn’t add <InnerBlocks /> code in the ‘editor’ tab.
For html + handlebars you still use <InnerBlocks />Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] New InnerBlocks Component – how to useHi Nikita,
I can’t seem to understand how the new InnerBlocks component work. At first there is no documentation how to parse out InnerBlocks in your ‘theme template’ instead of ‘html + handlebars’. Then I tried just using the ‘html + handlebars’ but i do not see the innerblock option inside my page editor.
My code is fairly straightforward for testing
<h1>{{title}}</h1>
<div><InnerBlocks /></div>
Again I can see my option for h1 but nothing for innerblocks
Any advise is appreciated. ThanksForum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] New InnerBlocks Component – how to useHi How do you use <InnerBlocks />?inside the theme template php file? Any documentation is greatly appreciated.
We are also having issues with using google recaptcha v2.0. where we are getting a lot of spams going through.
Do you support recaptcha V3.0? I have tried and doesn’t work.
I found my issue. I was missing <?php wp_footer(); ?>