Tagged: widgets
-
AuthorPosts
-
July 18, 2021 at 12:31 pm #1310594
I tried the newest Version but reverted back to 4.8.2 because my widgets on the sidebars are not displaying anymore, i have them in the “Displayed Everywhere”-Area but it doesnt work. I would like to update the theme but i need to fix this first. any ideas? thanks
July 19, 2021 at 5:45 am #1310678Hey flogee,
We haven’t had any reports of this problem from other users, and I can’t reproduce it on a local installation either. We would need to see the actual problem to be able to help you our further. Maybe you could copy the site to a staging site and update there first?
Best regards,
RikardJuly 19, 2021 at 8:32 pm #1310781This reply has been marked as private.July 19, 2021 at 11:55 pm #1310787now the theme displays right again, but the “display everywhere” widget-area still doesnt appear in the sidebars of posts
July 20, 2021 at 12:06 am #1310788actually it seems, also widgets i put into the specific widget-areas are not shown in the sidebars, not just the “displayed everywhere”-area
July 20, 2021 at 12:38 am #1310791p.s. i just renewed my license as i noticed it was not valid anymore for support
July 20, 2021 at 1:15 pm #1310879Hi,
Thanks for the update. The sidebars will work if you switch to the theme layout builder, please see example in private. I’m not sure why it’s not working with the default editor, but if you want to dig further into it, then please disable all plugins and activate the parent theme to see if that changes anything.
Best regards,
RikardJuly 20, 2021 at 5:23 pm #1310909thanks for your reply, i have activated the main-theme and see that the sidebars are displayed again. so it must be a problem with the child-theme right? do you have a hint where to look for a solution within the child-theme? thanks
July 21, 2021 at 12:38 pm #1311121Hi,
Thank you for the info.
The widgets are still displayed when we activated the child theme. Is this only happening on a specific page? (see private field)
Best regards,
IsmaelJuly 21, 2021 at 6:52 pm #1311212thats strange. only posts were affected, it seems to work now, did you do anything else other then activating the childtheme? thanks
July 21, 2021 at 7:28 pm #1311221This reply has been marked as private.July 22, 2021 at 9:09 am #1311386Hey!
It seems to be an issue with the new Widgets panel, which has been recently released on WP 5.8. We will forward the issue to our channel. Have you tried adding a new widget in the widget area?
Regards,
IsmaelJuly 22, 2021 at 4:52 pm #1311524Hi,
I tried to update your functions.php in child theme for testing but I could not.
At the moment Enfold does not support the block editor in the widget page (and probably other plugins also not).
In next release we will deactivate the block editor by default.
Meanwhile can you try to add this to your functions.php of the child theme please:
// 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' );
or you can use this plugin: https://wordpress.org/plugins/classic-widgets/
Best regards,
GünterJuly 23, 2021 at 12:42 am #1311660Thanks for the hint, i included the code in the functions.php bit that did not change anything, i also deactivated all plugins, but the sidebar still is not there. any other ideas? thanks
July 26, 2021 at 5:28 am #1312286Hi,
The widgets are now displaying correctly in the sidebar and the Widgets panel has been reverted back to the old editor. Please make sure to remove the cache before checking the page again.
Best regards,
IsmaelJuly 26, 2021 at 9:23 am #1312332Dear Ismael, i believe the problem must be somewhere else, the sidebar with the widgets “display everywhere” are still not shown, see: https://soziokratiezentrum.org/sozstaging/?p=14551
thanks
July 28, 2021 at 10:52 am #1312998Hi,
Odd. The sidebar displayed properly the last time we checked the page. What happens when you disable this code in the functions.php file?
add_filter( 'avf_builder_boxes', 'enfold_customization_posts_builder' );
We get an error in the Appearance > Editor panel whenever we try to save the changes to the file.
Best regards,
IsmaelJuly 28, 2021 at 1:19 pm #1313031Hi Ismael, the problem only comes with posts, pages display the widgets/sidebar as expected.
i added the code to functions.php in the child-theme: add_filter( ‘avf_builder_boxes’, ‘enfold_customization_posts_builder’ );
but the problem persists: https://soziokratiezentrum.org/sozstaging/?p=13785thanke for your help!
July 28, 2021 at 1:20 pm #1313032Hi Ismael,
the problem only comes with posts, pages display the widgets/sidebar as expected.
i added the code to functions.php in the child-theme: add_filter( ‘avf_builder_boxes’, ‘enfold_customization_posts_builder’ );
but the problem persists: https://soziokratiezentrum.org/sozstaging/?p=13785thanks for your help!
July 30, 2021 at 8:09 am #1313384please let me know what i could do to solve this, thanks
July 31, 2021 at 7:23 am #1313543Hi,
i added the code to functions.php in the child-theme: add_filter( ‘avf_builder_boxes’, ‘enfold_customization_posts_builder’ );
We actually asked you to remove the code because it is already added in the functions.php file. Please remove the previous code if you already added it and disable the existing one. And make sure to upgrade the theme to version 4.8.5.
Best regards,
IsmaelJuly 31, 2021 at 11:27 am #1313580Hi Ismael, thanks for clarification, i have now removed an disabled the code in the functions.php of the child theme. and i updated to 4.8.5. but still no change, posts do not get widgets displayed in the sidebar.
August 2, 2021 at 3:05 am #1313758Hi,
Looks like all of the plugins have been disabled or removed. Did you remove them all, or did you rename the plugins folder? Can we access the file server? Please include the FTP details in the private field.
Thank you for your patience.
Best regards,
IsmaelAugust 2, 2021 at 9:14 am #1313852This reply has been marked as private.August 4, 2021 at 11:13 am #1314337Hi,
Thank you for the info.
The issue was caused by the avia_social_media_icons class in the child theme’s functions.php file. It is outdated. You have to copy the latest version of the class and redo the modifications.
Best regards,
IsmaelAugust 4, 2021 at 12:49 pm #1314371thank you very much! im so happy it works now, i appreciate your help!!
August 6, 2021 at 9:57 am #1314785 -
AuthorPosts
- The topic ‘Displayed Everywhere Widgets are not displayed anymore in latest Version’ is closed to new replies.