Problem creating a two level list that is text only (not links)
Problem creating a two level list that is text only (not links)
Problem creating a two level list that is text only (not links)
Creating patterns with BlockArt
My home page is intermittently scrambled – any ideas?
“Update” button missing from block editor
Block validation failed for React Component block that rehydrates after taking effect
Custom `BlockControls` button for multiple block selection of different types
The issue of Gutenberg blocks aligning fully to the left in the editor, leaving no space between the text/images and the left side of the editor, can be caused by a few factors. Here are some potential causes and solutions: Theme or Plugin Conflict A conflict with your active theme or a plugin could lead … Read more
What JS version does wp-scripts output to by default?
It looks like the issue is appearing because we have not passed image id along with the image url, so could you please try to do the same and then take a look. You can do this by replacing the given code product.images.map((img) => ({ url: img.src })) with product.images.map((img) => ({ id: img.id, url: … Read more
I had the same problem with WordPress 6.6.2, even with the Gutenberg 19.4.0 plugin installed. I have found the following workaround: Temporarily unpublish pages you don’t want to select as the parent page of your page list (set them to draft). Since the dropdown only shows published pages, this will bring up the page you … Read more