You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use edit mode for ACF blocks within the block itself, the default ACF field styles break, because the fields inherit editor styles, if a theme use the WordPress function add_editor_styles().
Here is only one example, how it looks in my case:
However, depending on the style contained in add_editor_styles(), the ACF fields can have a completely different appearance.
I know there is currently no way to fix this. But I was wondering if it is possible to open these block fields in a modal window instead. The modal window content should be located outside of the block editor ".editor-styles-wrapper" container. I think this is the only way to avoid having editor styles inherited from ACF block fields.
The text was updated successfully, but these errors were encountered:
Hey @elliotcondon
If we use edit mode for ACF blocks within the block itself, the default ACF field styles break, because the fields inherit editor styles, if a theme use the WordPress function
add_editor_styles()
.Here is only one example, how it looks in my case:
However, depending on the style contained in
add_editor_styles()
, the ACF fields can have a completely different appearance.I know there is currently no way to fix this. But I was wondering if it is possible to open these block fields in a modal window instead. The modal window content should be located outside of the block editor "
.editor-styles-wrapper
" container. I think this is the only way to avoid having editor styles inherited from ACF block fields.The text was updated successfully, but these errors were encountered: