تخطي الملاحة

Open

Topic Tags: Compatibility

Overview of the issue

Beaver Themer allows you to define where you want to display your layouts using a set of Locations and Rules. However, you will notice that when translating them with WPML, those settings are not replicated in the translations.

Workaround

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

  • Open …/wp-content/plugins/bb-theme-builder/classes/class-fl-theme-builder-rules-location.php file.
  • Look for line 302.
  • Replace:
    			$exclusions = self::get_saved_exclusions( $post['id'] );
    
  • With:
    			$exclusions = self::get_saved_exclusions(apply_filters('wpml_object_id', $post['id'], 'post'));
    

ترك رد

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

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