Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter brings

    (@brings)

    Hi Ryan, thanks for your reply!

    … no, I didn’t, but thanks for the link! I’m glad I’m not alone in experiencing this error. It’s still the same for me today with WP 6.4 on different installations, one of those just with a WP default theme and no other plugin and using just the “example block”. A preview of that block is shown perfectly fine on the block page itself, using the tabs “Editor Preview” and “Frontend Preview”. It can then be inserted on a page or post and edited, but only once. After saving or just clicking away, the error message is shown. Frontend output is always fine, though.

    Unfortunately, I can’t contribute any ideas for a solution right now. I’m going to follow your discussion on Github to learn more. Thanks!

    I had the same problem on two different installations – the templates page was empty, no settings could be made.

    I’ve also cleared the cache without success before, but then deactivated the cache plugin (WP Rocket) completely. After that the template page was displayed again and is still being displayed after activating the cache plugin again.

    Hope that helps.

    Hi, I stumbled across the custom excerpt length also and took a look at …

    => /src/blocks/block-post-grid/index.php

    There I found a hardcoded ’55’ instead of an excerptLength value/attribute. Just to give it a try I changed the ’55’ into

    => esc_html($attributes[‘excerptLength’] )

    and now it works – the chosen excerpt lengths are displayed on the frontend as well.

    Would be great if you could change that for the next update. Thanks so much for the great plugin btw.

    Thread Starter brings

    (@brings)

    Sometimes little things cause big confusions ?? – the solution was very very simple:
    The “attachment display setting” (link to) is set to “none” by default in WP 4.4. As far as I remember it was always set to “media file” before. Of course the img src cannot be delivered if there is none.

    Everything works fine!

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