Tagged: ,

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

    Hello, I bought Enfold Template time ago. In new actualization of wordpress, the avia editor not working. New wordpress works with blocks to create pages, but the avia editor used before by enfold with all my web page, doesn`t work.
    What can i do?
    Thanks in advance.
    Alfonso Valenzuela.

    #1076612

    Hey alfonsoval,

    Make sure that you are running the latest version of the theme (4.5.4), then select to use the Classic Editor in the main page of the theme options. If you only want to disable the WordPress block editor then you can try this in 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.