This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
ACF Relationship field order not persisting in translated language (WPML + ACF Pro)
Started by: jamesI-2 in: English Support |
|
0 | 6 | 3 months, 3 weeks ago | |
|
ACF Relationship field order not persisting in translated language (WPML + ACF Pro)
Started by: jamesI-2
in: English Support
Problem: add_filter( 'acf/load_value/type=relationship', 'format_order' );
function format_order( $value ){
$lang = apply_filters( 'wpml_current_language', null );
foreach ($value as $key => $id) {
$type = get_post_type($id);
$value[$key] = apply_filters( 'wpml_object_id', $id, $type, true, $lang);
}
return $value;
}If this solution does not resolve your issue or seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML Support Forum. |
|
0 | 7 | 4 months ago | |
|
Translate independently not working
Started by: jamesI-2
in: English Support
Problem: If this solution does not resolve your issue or seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If necessary, we highly recommend opening a new support ticket for further assistance. You can do so at the WPML support forum. |
|
0 | 17 | 1 year, 4 months ago | |
|
Navigation translation not working
Started by: jamesI-2 in: English Support |
|
3 | 13 | 3 years, 1 month ago | |
|
Menu translation is not working anymore
Started by: jamesI-2 in: English Support |
|
3 | 5 | 3 years, 2 months ago |