There is a fatal error when using php 8 in the widgets section causing the sidebar areas to disappear.
The error is caused by $excluded_categories
not being an array when it’s passed as the second argument to the in_array()
function.
First, you should make sure that $instance['excluded_categories']
is always an array. If not, you can default it to an empty array. This can be done replacing line 354 with the following:
$excluded_categories = isset($instance[‘excluded_categories’]) && is_array($instance[‘excluded_categories’]) ? $instance[‘excluded_categories’] : [];
Hello,
I am getting the following in my error log, which occasionally has been giving me the white screen of death. The second one I am pretty sure is from this plugin, as well, but I haven’t looked through the code yet.
[24-Sep-2015 19:43:06 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Genesis_Tabs_Extended::register_widget() should not be called statically in /home/********/public_html/wp-includes/plugin.php on line 503
[24-Sep-2015 19:43:06 UTC] PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/*********/public_html/wp-includes/functions.php on line 3457
]]>Does this plugin address the issue of the tabs “bunching up” into an unreadble mess on phone devices for android or apple that the regular tabs plugin has?
]]>Hi,
Is it possible to:
Currently I have the jarida theme that has this tabbed widget but jarida itself is soooooooo resource heavy. That’s why I am switching to Genesis + child theme. For an example of the tabs see my site: ninefornews.nl. You see the tabs right below the gray social icons on the top right.
Maurice
Hello,
please do you have an idea why its no displaying any post?? i have tried this plugin and the other one but post wont show
]]>