jameelmoses / acf-flexible-content-extended

Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews. Editing the fields layouts also happens in a modal for a better editing user experience.
Other
20 stars 7 forks source link

Overlay covering layout editing modal so it cannot be edited. #16

Open lukelehane opened 1 year ago

lukelehane commented 1 year ago

Version information

Steps to reproduce

Try editing a layout on any page

Expected result

The modal pops up and lets you edit it

Actual result

When a layout is edited the modal pops up but cannot be edited because a dark grey overlay is covering it.

ikaine commented 1 year ago

This issue seems to appear on pages where Gutenberg is enabled. For me it worked when I disabled Gutenberg blocks everywhere using the filter add_filter( 'use_block_editor_for_post', '__return_false' );.