• JS

    (@jsylvia90)


    A problem I am finding with image blocks and not being able to insert them into a block like a paragraph is that there is no way to access the raw HTML code for the entire page in order to wrap a div around BOTH the image block and the paragraph block to create a call box or other parent-style div.

    I did resolve this on my own, but it was very cumbersome to do and not something everyone can do on their own. EVERYTHING has been difficult with this new Gutenberg. Not one thing is simple.

    My solution was to write the complete HTML code and insert in a paragraph block using the edit as HTML feature it like below.

    *****
    <p class="div-call"><a href="[page address]" target="_blank"><img src="[image address]" alt="MassSave" /></a>Visit <a rel="noreferrer noopener" href="[oage address]" target="_blank">MassSave.com rebates page</a> to learn how you can <strong>get cash back</strong> and <strong>lower your energy costs</strong> on cooling and  heating products as well as appliances. For advice on your rebate selection <a href="[pageaddress]" contact us today</a>!M/p>;
    *****

    It is such a pain when I should have just been able to insert an image in a paragraph and then add the css class to that paragraph. WHY is every single thing a major ordeal with Gutenberg. It is exhausting and setting my projects back (aka income).

    My guess is that this post will be ignored like the 80% or so other support submissions.

    • This topic was modified 5 years, 10 months ago by JS.
Viewing 1 replies (of 1 total)
  • Thread Starter JS

    (@jsylvia90)

    Here is another example to support why images should not be blocks, or at least available as non-block elements. I have a simple bulleted list and on the forth item I want to insert a simple small logo aligned right to graphically support the list item. Sure, I am a designer with 20 years experience, so I proceeded to mark it up in “Edit as HTML” but what about the non-designer. Maybe a plugin for non-block images?

    My clients want easy content management including inserting images where ever they want on the page an not just as an image block for a paragraphs.

    This is intended to be constructive feedback. So I hope someone will respond. So far it looks link only 18% of support items are addressed. Please reply.

Viewing 1 replies (of 1 total)
  • The topic ‘Images should not be blocks’ is closed to new replies.