• I have a block pattern using a Stackable container which has a background color. If I add the same block pattern to the same page, or if I duplicate the Container once it’s on the page, I am getting weird style conflicts on the back end.

    In this first screenshot, I added the block pattern as the top block. Then I added a second instance of the same block pattern (second block). Then I used the block duplicate option on the second block to create the third block.

    Then I changed the background color on the second block. But as you can see, although the Options panel registered the new background color, it’s still showing orange in the editor:

    Then I changed the background color on the third block, the one that was duplicated from the second block. Doing that caused all three blocks to display as the new background color:

    on the front end, each picks up its respective correct background color:

    which is better than not picking up the right colors, but obviously, it’s now impossible to tell on the back end what color each block is supposed to be.

    Looking at the source code, it appears that on the back end, all three blocks are being assigned the same ID (stk-aac488e). But on the front end, only the first instance keeps that ID, and the other two blocks get unique IDs. But even if I save the page and then go back and edit it later, the back end never picks up the new IDs, so the styles all conflict. This persists even if I do a Clear cache & hard reload.

    Any idea what’s going on? Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    I confirm that this issue is still present in the latest version of Stackable (3.15.3). Do you have any updates regarding this issue? Thank you very much.

    Hi @cmerrick ,

    To investigate this further, we would need to check your site and observe the issue directly. Kindly reach out to us by sending a support ticket to [email protected], and we’ll assist you from there.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘style conflicts in editor when duplicating or using block pattern’ is closed to new replies.