Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1055850

    Hi,
    after Updating WordPress (5) and Enfold (4.5) it is nearly impossible to change Text-Blocks.

    I read this post:

    Is the solution mentiond there the right way to solve this problem (install classic editor) to fix this?

    Kind regards
    Astrid

    #1056053

    Hi Astrid

    With the newest theme version (Enfold 4.5.2) you can also select your preferred editor (classic or block) within the theme settings.
    So in general, no additional plugin is needed. However, I discovered that in some cases the elements were still not editable for me (such as in Google Chrome), so I installed the Classic Editor plugin again in this case.

    Hope that helps.

    Cheers
    Michael

    #1056109

    Hi Astrid,

    There is an option to select the Classic Editor in the newest version of the theme like Michael pointed out. Could you update to that please? If not then you can use this in your functions.php file to disable the Gutenberg editor:

    // disable for posts
    add_filter('use_block_editor_for_post', '__return_false', 10);
    
    // disable for post types
    add_filter('use_block_editor_for_post_type', '__return_false', 10);

    Best regards,
    Rikard

    #1060524

    Hi Michael and Rikard,
    thank yoou very much – after updating Enfold had dissapeared!!
    Best regards
    Astrid

    #1060749

    Hi Astrid,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    @michaelH, thanks for helping out :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Text-Editor after Update to WP 5 and Enfold 4.5’ is closed to new replies.