• Resolved Felix Kausmann

    (@vendojo)


    Hi there, just got a ‘Fatal error: Uncaught Error: Call to undefined function hello_elementor_body_open)’ due to the most recent update. What should I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    I just had the same problem.
    If you have a child theme with a copy of the header.php file in it, you must copy the new version of the header.php file into the child theme and add the modifications you made to it.
    In fact, in the old version, there was: hello_elementor_body_open();
    and in the new: wp_body_open();

    Regards, Christine

    Thread Starter Felix Kausmann

    (@vendojo)

    Thanks for your prompt reply, Christine. That did the trick!

    To fix the problem, you can replace hello_elementor_body_open() with wp_body_open().

    We are also working on a patch (v2.7.1) to fix the issue that won’t require child themes to replace functions.

    Rami Y.
    Elementor.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2.7.0: hello_elementor_body_open) no longer working’ is closed to new replies.