Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1311654

    Will there be an update that fixes the enfold widgets being used. Is there a legacy plugin?

    #1311767

    Same here, the ‘newsbox’ throws an error in the new widget area since WP 5.8 update.

    #1312065

    Hi onelevelmarketing,

    Please try this in your functions.php file:

    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' );
    }

    If it doesn’t work then please try to describe you problem and bit further, and provide us with information how and where we can reproduce the problem.

    Best regards,
    Rikard

    #1312066

    Hi roelvanleuken,

    I’m not sure exactly which widget you are referring to, do you mean the Latest News widget? If so, then what error messages are you seeing?

    Best regards,
    Rikard

    • This reply was modified 2 years, 9 months ago by Rikard.
    #1312271

    I am having this issue also.
    It is the Latest news widget – the new block format for widgets is not compatibile.
    ERROR:
    The “newsbox” block was affected by errors and may not function properly. Check the developer tools for more details.

    and then when I try to delete the block/widget, it won’t allow me to it says:

    There was an error. <p>There has been a critical error on this website.</p><p>Learn more about troubleshooting WordPress.</p>

    #1312272

    using the code supplied in functions.php – works! It turns the Gutenberg block off in widgets

    #1312613

    Hi karmenka,

    Great, I’m glad that you got it working :-)

    Best regards,
    Rikard

    #1313534

    Thanks for the update. I also wanted to let you know that the attachment details information when I insert an image is missing too ever since the wordpress 5.8 update.

    #1313830

    Hi onelevelmarketing,

    Thanks for the update. Could you give us detailed instructions on how to reproduce the problem please?

    Best regards,
    Rikard

    #1341682

    Hi, I have same problem after upgrade all widget on footer are missing, I try also use this snippet above but don’t work

    #1341686

    Hi @unicaweb,

    Thanks for contacting us!

    Have you modified header.php or footer.php file on your child theme? If you have, please copy fresh header.php or footer.php file from Enfold parent theme, re-apply your modifications and update the files on your child theme. That should fix the issue :)

    Regards,
    Yigit

    #1341718

    Nothing change. Hi I have copy a fresh file from parent but it’s same

    #1341719

    Now works fine! Thanks

    #1341761

    Hi unicaweb,

    Great, I’m glad that you got it working :-)

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.