• Hello,

    Since the update of WordPress, there has been a problem with “Media & Text block” with the style “Card | Overlap | Outline” and media on the RIGHT. In this case, the text block is displayed under the media block and part of the text block is not visible.

    If the “Media & Text block” with the style “Card | Overlap | Outline” and media on the LEFT, it is displaed correctly (the text block is displaed above the media block and text block is fully visible)

    As far as I understand, the order of HTML tags in the “Media and Text Block” was changed after the WordPress update, and this caused a problem.

    Before WordPress update tags order was following:

    <div class="wp-block-media-text has-media-on-the-right is-style-card">
     <figure class="wp-block-media-text__media">...</figure>
     <div class="wp-block-media-text__content">...</div>
    </div>


    After WordPress update tags order is following:

    <div class="wp-block-media-text has-media-on-the-right is-style-card">
     <div class="wp-block-media-text__content">...</div>
     <figure class="wp-block-media-text__media">...</figure>
    </div>


    What is the better way to solve this problem?

    Best regards,
    V.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gdandrija

    (@gdandrija)

    Hi @vilarik,

    Checking this issue on my end, I can see that the order of tags did switch, however, I was unable to replicate the issue.

    Have you tested out using a default theme and with other plugins temporarily disabled?

    If so, please send us the page link so we could test it ourselves.

    Thanks in advance, cheers!
    Andrija

    Thread Starter vilarik

    (@vilarik)

    Hi @gdandrija,

    I did additional tests of the issue on a fresh WP installation with the latest WP ver. 6.1.1, the Twenty Twenty-Two ver. 1.3 theme, and with only one CoBlocks ver. 2.25.5 plugin installed.

    This issue is still here.

    You can see a test page with issue by this link https://zoi-song.ru/

    Best regars,
    V.

    Thread Starter vilarik

    (@vilarik)

    Hi?@gdandrija,

    I would like to add about order of tags.

    Before – order of tags was same for “media on the right” and “media on the left”.

    Now – order of tags is differnt and it depends on a side of media.

    Best regars,
    A.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Media & Text with styles (Card, Overlap, Outline) and media on RIGHT’ is closed to new replies.