• Parsa

    (@parselearn)


    Hello

    I create a page and set template “elementor_theme”, when i see page this warning in footer:

    Warning: Attempt to read property "ID" on bool in ...\wp-content\plugins\elementor\core\kits\manager.php on line 422

    I don’t use elementor editor for this page, just set page template. I use last version.

    • This topic was modified 1 month, 1 week ago by Parsa.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Milos

    (@miloss84)

    Hello there,

    Thank you for contacting us.

    Would it be possible for you to tell us more details about your issue, can you please provide us with a screencast demonstrating the issue?

    This will be useful to us as we will better understand the issue you’re experiencing and provide you with better support.

    I am looking forward to your reply!

    Kind Regards,

    Thread Starter Parsa

    (@parselearn)

    I use Hello Elementor theme

    Create a page, set page template. And I have this error in footer

    This error related to add_menu_in_admin_bar function

    you can fix this issue with condition before call get method

    if ( ! empty( $posts ) )
    $document = Plugin::$instance->documents->get( reset( $posts )->ID );

    Actually $posts is empty. but $recent_edited_post->post_count is 1!

    Plugin Support Elementor Team

    (@ricav)

    Hi @parselearn,

    Could you kindly provide the website URL so we can look into the issue for you? It would also be helpful if you could share a screen recording of the issue. You can use a tool like loom.com to easily create one.

    Looking forward to your reply.

    Kind regards,

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