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

    Good morning,

    I updated the Enfold theme and now my Elementor templates are not working.

    When I updated the theme, I had two fatal error occur:
    enfold/css/dynamic-css.php on line 1020
    enfold/config-gutenberg/class-avia-gutenberg.php on line 131

    Upon inspection and some Google, removing the term “empty” on the if instance of that line removed the fatal error and allowed my website to load, but now there are several internal functions that are not working. Speficially under templates, the Testimonials template is unable to be loaded.

    #1090306

    Hey akersmedia,

    As Elementor is not one of our products then I would have to refer you to their support. We support the built in Layout Editor in Enfold, not third party layout builders. You could try to disable the Gutenberg editor though to see if that helps:

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