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

    Hello,

    It looks like our website had a recent update of some sort that resulted in us not having the “Advanced Layout Editor” option: https://d.pr/free/i/7gijgc

    I saw that the current version they are running is 4.4.1 so I decided to attempt to update it and got this error: “An error occurred while updating Enfold: Download failed. A valid URL was not provided.” https://d.pr/free/i/jl36Qf

    I spoke with my hosting provider about this, and this is what they told me: “This looks to be a matter of the url that the theme is using to update this is out of date. When you downloaded the theme it had an embedded link in it and that is out of date now. You will need to reach out to the Theme developers to address this for you and let you know how to update this for yourself. This should help to clarify.”

    Any help with this would be appreciated!

    Thank you!

    #1059305

    Hey vantagepointmg,

    Please add 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.