• Resolved WebBuddy

    (@websprout)


    Hi,

    Yesterday I created an image block on my home page but today when I go into the edit page, I saw an error showing – screenshot: https://prnt.sc/lu97do

    I placed the image box block inside the container and it is not showing the image box block on the backend now, may I know how can I get it to show?

    P.S. It is still showing in the frontend thou – https://nature-health.com

    Looking forward to hear from you.
    KC

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    Hi KC,

    We tried replicating the entire area, and we couldn’t replicate the problem.

    There was however a similar problem with the Container Block in v1.9 which was fixed in v1.9.1. Perhaps that was the problem. If you added the Container Block back in v1.9 or before that, it maybe that this was the case. This might fix the problem:

    In the block editor, switch to the “Code Editor” (click on the button with the 3 dots on the upper right to show the menu that has that option), then look for the start of the code of the Container block, it should look like this:

    <!-- wp:ugb/container {...} -->

    Add "backgroundColor":"#FFF" in there, and you should end up with this:

    <!-- wp:ugb/container {"backgroundColor":"#FFF",...} -->

    Switch back to the “Visual Editor” and you should be able to edit it again.

    Now if that doesn’t do it, or you’re not comfortable with editing the code that way, I think it should get fixed if you re-create the Container Block with the Image Box Block again.

    Thread Starter WebBuddy

    (@websprout)

    Thank you, I have redo the block and updated the plugin to the latest version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image block showing error…’ is closed to new replies.