• Using custom HTML block.

    It doesn’t seem to like my divs and wants to convert them into jumbled <figure> elements?

    For the following code: ‘<div class=”video-container”>’

    it wants to convert to: <dfiv class=”vidgureo-container”>

    These divs contain iframes with embedded Youtube videos. Here’s a full sample:

    <div class=”video-container”><iframe src=”https://www.youtube.com/embed/n-mTKdQ1Ing&#8221; width=”900″ height=”506″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I’m seeing this too – a block added by the Advanced Gutenberg plugin that currently contains <div> elements, but Gutenberg wants to convert it to “<dfiv>”. Surely this is a bug?

Viewing 1 replies (of 1 total)
  • The topic ‘Resolve Block (Contains Unexpected/Invalid Content)’ is closed to new replies.