ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
---|---|---|---|---|---|
String Translation 3.2.16 ändert fälschlicherweise den Pfad, wenn er .mo enthält
بدأه: MG في: Unterstützung in Deutsch |
0 | 2 | قبل 8 أشهر، 3 أسابيع | ||
ACF Field Group visible in Page Editor after using translation manager
بدأه: MG
في: English Support
Problem: We recommend modifying a specific file within the ACFML plugin to address this issue. Please follow these steps: go to: wp-content/plugins/acfml/classes/class-wpml-acf-location-rules.php $match = $this->match_against_operator( in_array( (int) $rule['value'], self::get_translation_ids( $options['post_id'] ), true ), $rule['operator'] ); } to: $match = $this->match_against_operator( in_array( (int) $rule['value'], array_filter(self::get_translation_ids($options['post_id']), fn($value) => $value !== 0), true ), $rule['operator'] ); } |
|
2 | 8 | قبل 1 سنة، 1 شهر | |
Draft status is not displayed when WPML is active and post was not saved with Gutenberg
بدأه: MG في: Chat Support |
|
1 | 2 |
قبل 3 سنوات، شهرين
|