Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1050984

    I cant update my texts on my website.
    Does anyone have an idea?

    It’s hard to explain so please take a look at the screenshots please.

    View post on imgur.com

    Wordpress 5.0.2
    Enfold 4.5.1 ( I know Enfold 5 is out, but it doesnt let me update and I have read on these forums why that is. Will try to update soon. )

    Thanks in advance for helping me out ;) !

    #1051257

    Hey jeroenvandessel,

    Could you try to install this plugin to see if that helps please? https://wordpress.org/plugins/classic-editor/

    You could also try to disable the new WordPress editor by adding this to your functions.php file:

    // 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.