Tagged: 

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #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

    #1310678

    Hey 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,
    Rikard

    #1310781
    This reply has been marked as private.
    #1310787

    now the theme displays right again, but the “display everywhere” widget-area still doesnt appear in the sidebars of posts

    #1310788

    actually it seems, also widgets i put into the specific widget-areas are not shown in the sidebars, not just the “displayed everywhere”-area

    #1310791

    p.s. i just renewed my license as i noticed it was not valid anymore for support

    #1310879

    Hi,

    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,
    Rikard

    #1310909

    thanks 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

    #1311121

    Hi,

    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,
    Ismael

    #1311212

    thats strange. only posts were affected, it seems to work now, did you do anything else other then activating the childtheme? thanks

    #1311221
    This reply has been marked as private.
    #1311386

    Hey!

    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,
    Ismael

    #1311524

    Hi,

    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ünter

    #1311660

    Thanks 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

    #1312286

    Hi,

    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,
    Ismael

    #1312332

    Dear 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

    #1312998

    Hi,

    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,
    Ismael

    #1313031

    Hi 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=13785

    thanke for your help!

    #1313032

    Hi 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=13785

    thanks for your help!

    #1313384

    please let me know what i could do to solve this, thanks

    #1313543

    Hi,

    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,
    Ismael

    #1313580

    Hi 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.

    #1313758

    Hi,

    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,
    Ismael

    #1313852
    This reply has been marked as private.
    #1314337

    Hi,

    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,
    Ismael

    #1314371

    thank you very much! im so happy it works now, i appreciate your help!!

    #1314785

    Hi,

    No problem. Glad we could be of help. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘Displayed Everywhere Widgets are not displayed anymore in latest Version’ is closed to new replies.