Tagged: widgets
-
AuthorPosts
-
July 22, 2021 at 11:46 pm #1311654
Will there be an update that fixes the enfold widgets being used. Is there a legacy plugin?
July 23, 2021 at 9:34 am #1311767Same here, the ‘newsbox’ throws an error in the new widget area since WP 5.8 update.
July 24, 2021 at 1:01 pm #1312065Hi 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,
RikardJuly 24, 2021 at 1:03 pm #1312066Hi 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 3 years, 4 months ago by Rikard.
July 26, 2021 at 3:20 am #1312271I 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>
July 26, 2021 at 3:24 am #1312272using the code supplied in functions.php – works! It turns the Gutenberg block off in widgets
July 27, 2021 at 7:54 am #1312613July 31, 2021 at 6:18 am #1313534Thanks 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.
August 2, 2021 at 7:16 am #1313830Hi onelevelmarketing,
Thanks for the update. Could you give us detailed instructions on how to reproduce the problem please?
Best regards,
RikardFebruary 21, 2022 at 5:13 pm #1341682Hi, I have same problem after upgrade all widget on footer are missing, I try also use this snippet above but don’t work
February 21, 2022 at 5:34 pm #1341686Hi @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,
YigitFebruary 21, 2022 at 7:56 pm #1341718Nothing change. Hi I have copy a fresh file from parent but it’s same
February 21, 2022 at 8:18 pm #1341719Now works fine! Thanks
February 22, 2022 at 9:36 am #1341761 -
AuthorPosts
- You must be logged in to reply to this topic.