Empty Classic Paragraph block while page contains text
-
Hello,
I have a problem with TinyMCE. May be it’s some kind of plugin conflict or something like this.The problem is: I’m entering editing of the some page and see block empty called Classic Paragraph. Strange… Next I’m entering the same page but from user perspective and see that this page contains data. So for some reason TinyMCE won’t show me the data.
I’m using:
WordPress 5.2
Block Editor (Gutenberg)Template: Hestia v 2.4.4 by ThemeIsle
Plugins:
Envira Gallery Lite
Google Analytics for WordPress by MonsterInsights
Instagram Feed
Orbit Fox Companion
WPForms Lite
Yoast SEO
TinyMCE AdvancedThere is the error in JS console. It there is only this error it will work:
Format "tadv/mark" is already registered to handle bare tag name "mark". rich-text.min.js:1:12382 re /wp-includes/js/dist/rich-text.min.js?ver=3.2.2:1 <anonymous> /wp-content/plugins/themeisle-companion/vendor/codeinwp/gutenberg-blocks/build/block.js?ver=1.2.1:1
BUT, if there are those errors it will not work:
Format "tadv/mark" is already registered to handle bare tag name "mark". rich-text.min.js:1:12382 Block validation: Expected token of type <code>StartTag</code> ( Object { type: "StartTag", tagName: "p", attributes: [], selfClosing: false } ), instead saw <code>EndTag</code> ( Object { type: "EndTag", tagName: "p" } ). blocks.min.js:2:100142 Block validation: Block validation failed for <code>core/html</code> ( Object { name: "core/html", title: "W?asny HTML", description: "...", icon: {…}, category: "formatting", keywords: (1) […], supports: {…}, attributes: {…}, transforms: {…}, edit: WithSelect(t)() , … } ). Content generated by <code>save</code> function: <p></p> <p data-tadv-p="keep" style="text-align: justify;">My content is here...</p> <p data-tadv-p="keep" style="text-align: justify;"></p> Content retrieved from post body: </p> <p data-tadv-p="keep" style="text-align: justify;">My content is here...</p> <p data-tadv-p="keep" style="text-align: justify;"> blocks.min.js:2:100142 Block validation: Expected token of type <code>StartTag</code> ( Object { type: "StartTag", tagName: "p", attributes: [], selfClosing: false } ), instead saw <code>EndTag</code> ( Object { type: "EndTag", tagName: "p" } ). blocks.min.js:2:100142 Block validation: Block validation failed for <code>core/html</code> ( Object { name: "core/html", title: "W?asny HTML", description: "...", icon: {…}, category: "formatting", keywords: (1) […], supports: {…}, attributes: {…}, transforms: {…}, edit: WithSelect(t)() , … } ). Content generated by <code>save</code> function: <p></p> <p data-tadv-p="keep" style="text-align: justify;">My content is here...</p> <p data-tadv-p="keep" style="text-align: justify;"></p> Content retrieved from post body: </p> <p data-tadv-p="keep" style="text-align: justify;">My content is here...</p> <p data-tadv-p="keep" style="text-align: justify;"> blocks.min.js:2:100142 Block validation: Expected token of type <code>StartTag</code> ( Object { type: "StartTag", tagName: "p", attributes: [], selfClosing: false } ), instead saw <code>EndTag</code> ( Object { type: "EndTag", tagName: "p" } ). blocks.min.js:2:100142 Block validation: Block validation failed for <code>core/html</code> ( Object { name: "core/html", title: "W?asny HTML", description: "Dodaj w?asny kod HTML i podejrzyj go podczas edycji.", icon: {…}, category: "formatting", keywords: (1) […], supports: {…}, attributes: {…}, transforms: {…}, edit: WithSelect(t)() , … } ). Content generated by <code>save</code> function: <p></p> <p data-tadv-p="keep" style="text-align: justify;">My content is here...</p> <p></p> Content retrieved from post body: </p> <p data-tadv-p="keep" style="text-align: justify;">My content is here...</p> <p>
- The topic ‘Empty Classic Paragraph block while page contains text’ is closed to new replies.