Dieser Benutzer hat keine Lieblingsthemen.
Bevorzugte Forumsthemen
Forumsthemen erstellt
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Frische |
---|---|---|---|---|---|
String Translation 3.2.16 ändert fälschlicherweise den Pfad, wenn er .mo enthält
Angefangen von: MG in: Unterstützung in Deutsch |
0 | 2 | Vor 2 Wochen, 4 Tage | ||
ACF Field Group visible in Page Editor after using translation manager
Angefangen von: MG
in: 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 | Vor 5 Monaten | ||
Draft status is not displayed when WPML is active and post was not saved with Gutenberg
Angefangen von: MG in: Chat Support |
1 | 2 |
Vor 2 Jahren, 6 Monaten
|
||
wpml_admin_make_post_duplicates malfunction in WP cron
Angefangen von: MG in: English Support |
2 | 10 | Vor 4 Jahren, 7 Monaten |