Skip Navigation

[Gelöst] Folluw-up: Widgets Disappearing

This support ticket is created vor 8 Jahre, 2 Monate. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 Antwort, has 2 Stimmen.

Last updated by Luo Yang vor 8 Jahre, 2 Monate.

Assigned support staff: Luo Yang.

Author
Artikel
#274113

Hi, this is a folluw up on this thread: https://toolset.com/forums/topic/widgets-disappearing/.

I was looking in my functions.php and found this again:

//Override check sidebar widgets filter in child theme, problem parent theme 1.2 see software folder on my PC.
function wpbootstrap_checksidebars_widgets($sidebars_widgets) {
return $sidebars_widgets;
}
add_filter('sidebars_widgets','wpbootstrap_checksidebars_widgets' );

This code I got from the previous topic I linked to.

I checked this wpbootstrap_checksidebars_widgets function in version 1.2, where this error occured, and compared it with the current theme version 1.6, but I see this function is still exactly the same.

So I wonder if this problem is already solved or forgotten? Because I now don't know if I can safely delete this functions from my child themes functions.php.

Kind regards,

Willem

#274260

Luo Yang
Supporter

Languages: Englisch (English ) Vereinfachtes Chinesisch (简体中文 )

Timezone: Asia/Hong_Kong (GMT+08:00)

I just contact our developers for it:
We suggest not to remove that code if that was added as a workaround, for the meantime don't remove it if its not causing an issue