showing lots of style tags in footer in block theme
-
I am creating a new block based theme (Full site editing theme) here [ redundant link removed ]. But I am seeing a serious bug, not sure why its showing, but if you see the source code of the page, you will notice that lots of style tags are generating in footer after content with same css properties mentioned.
For example
<style>.wp-container-6137a9849dcb8 .alignleft { float: left; margin-right: 2em; }.wp-container-6137a9849dcb8 .alignright { float: right; margin-left: 2em; }.wp-container-6137a9849dcb8 > * + * { margin-top: var( --wp--style--block-gap ); margin-bottom: 0; }</style>
I am not sure why its loading again and again , do anybody have idea ? Its still showing if I use only gutenberg plugin. And even if we use TT1 blocks theme even then some repeating css are generating in the bottom.
- This topic was modified 3 years, 2 months ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘showing lots of style tags in footer in block theme’ is closed to new replies.