Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1335742

    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.

    #1335747

    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

    #1335749

    Danke für die schnelle Hilfe.

    Thanks for the quick help.

    #1335750

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Demo Widget Fehler – Demo widget error’ is closed to new replies.