Same here. Everything is gone!!Nothing displayed anymore.
Help please. fast!
@gkinzigtal, you can download a previous version at the bottom of this page.
https://wordpress.org/plugins/display-widgets/advanced/
Last known working version (for me) is 2.05
Just copy these files over the current plugin files.
no new configuration needed.
-
This reply was modified 3 years, 7 months ago by
autosoftbv.
Thanks, you saved my day!
I’m working on a fix. Can someone please help me test it in advance? Please let me know and I will send you a link to download it. Thanks for your help.
I’m willing to test @displaywidget
Here’s an error I get, FYI
Undefined property: DWPlugin::$countries
@displaywidget I can test too. Let me know when you’re done. Website is totally broken right now.
In my opinion you should revert changes to old version, and then try fixing it. So that meanwhile broken websites can be fixed.
Hi,
I am using the theme Accelerate (Version 1.3.2) on WordPress (Version 4.8-de_DE and I got the following error messages on my homepages (approx. 16 websites).
****
When the plugin “Display Widget” is active, I receive the following errors before and after the content where the content itself doesn#t get rendered as expected and the sidebar on subpages is missing.
Warning: extract() expects parameter 1 to be array, boolean given in /homepages/9/d283357416/htdocs/wp-halle/wp-content/themes/accelerate/inc/widgets/widgets.php on line 496
****
The content at the homepage is rendered by an element called “Business-Sidebar [DE: Business-Seitenleiste]”. Whenever the plugin “Display Widgets” is active, I get the error messages (see above), the content isn´t rendered properly and the sidebar is missing on each sub page.
Finally I was able to narrow down and solve the problem by simply deactivating the plugin. But it took me almost 4 hours and to be honest I still see the need of having dedicated wwidgets displayed or not.
Hope the plugin will be fixed soon.
Cheers from Munich
Klaus
Same problem here – rolled back. Is it going to be fixed anytime soon? Otherwise I’ll have to find another alternative.
Okay, in the plugin’s source code (display-widgets.php), find a line that says
return (bool) $instance;
and replace it with
return $instance;
Can you let me know if that fixes the problem? If it does, I’ll release the update right away. Thanks for your help.
Ok, let’s see if it fixes it for other people, and I’ll commit the update right away. Thank you, @davet, for your prompt reply.
Yes I did the change and it worked fine. Thanks!
That fixed it for me too.
Made the change in version 2.6.2
Thanx!
I’f you could release a new update, I’ll mark this topic as “resolved”
-
This reply was modified 3 years, 7 months ago by
autosoftbv.