Hi there, when I insert a gutenberg Blocks through Elements it does not load the styles nor the JS associated with the block.
Could you help me with that? i need to insert blocks in all single php templates files
What block plugin are you using?
For blocks to render correctly the styles must be loaded dynamically – which unfortunately a lot of block plugins don’t do that.
Our GenerateBlocks plugins does load them dynamically:
Hi there, thanks for your quick reply. I didn’t know that pluginof yours will use it in my next project for sure, looks good. I’m using UAGB, and I’ve already build the whole website with that, I can’t change it now. Is there a way to make those load dinamycally?