Hallo, ich habe das Bau-Demo installiert. Leider kann ich die Widgets nicht löschen, da beim Speichern Fehler auftreten.
Wie kann ich das lösen?
Danke.
Hello, I have installed the construction demo. Unfortunately I can not delete the widgets because errors occur when saving.
How can I solve this?
Thank you.
Hey Gonmyr,
Thank you for the login, I see you are using version 4.8.2 and this was a known error that has been corrected, please update to v4.8.8.
I added a temporary solution to your parent theme functions.php:
if( ! isset( $avia_config['use_block_widget_page'] ) || $avia_config['use_block_widget_page'] !== true )
{
// Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
// Disables the block editor from managing widgets.
add_filter( 'use_widgets_block_editor', '__return_false' );
}
Best regards,
Mike
Danke für die schnelle Hilfe.
Thanks for the quick help.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike