I’ve got problem with Gutenberg footer section when I’m using My Library template. On backend everything is allright but on frontend i’ve got perfect rendered html output without css settings. There’s no styles appended to html elements. Any idea how to fix it?
In the footer section I’ve got not rendered block styles. I’m using My Library with selected Custom template. How to render this part of website properly?
I found the solution. Default blocks works correctly. Turns out the problem was related to Spectra Blocks plugin. I added one line to partials/footer/widgets.php in template folder:
(new UAGB_Post_Assets( $get_id ))->enqueue_scripts();