تخطي الملاحة

Open

Reported for: إضافة WPML Multilingual CMS 4.6.13

Topic Tags: Compatibility

Overview of the issue

When saving translated Elementor pages that include a Form widget or similar widgets (like the Search widget) in the Advanced Translation Editor (ATE), a fatal error may occur, and the post is not saved. This happens specifically when Elementor’s Nested Elements feature is enabled.

PHP Fatal error:  Uncaught Error: Call to a member function get_main_id() on null in /plugins/elementor-pro/core/utils.php:80

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open …/wp-content/plugins/elementor-pro/core/utils.php file.
  • Look for line 80.
  • Replace:
    if ( isset( Plugin::elementor()->documents )  ) {
    
  • With:
    if ( isset( Plugin::elementor()->documents ) && Plugin::elementor()->documents->get_current() ) {
    

ترك رد

يُرجى البقاء في الموضوع والتزام الاحترام للآخرين. إذا كنت بحاجة إلى مساعدة بشأن المشكلات التي لا تتعلق بهذا المنشور، فاستخدم منتدى الدعم لبدء محادثة أو إرسال تذكرة.

يمكنك استخدام هذه العلامات:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>