This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Create ACF with WPML and using it in all languages
Started by: jean-marcd-2
in: English Support
Problem: We also noted that according to the WPML Debug Information, the plugin was not active on the client's site. We advised the client to install and activate the "ACF Multilingual" plugin and set up the translation mode for the field group. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If so, 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 the issue persists, please open a new support ticket with us for further assistance. |
|
2 | 2 | 1 year, 1 month ago | |
How to get translation preference in PHP from ACF Fields that are registered on the ACF UI
Started by: jean-marcd-2
in: English Support
Problem: get_field_object() function to retrieve an array and then access the WPML settings with $field['wpml_cf_preferences'] , which returns values 0, 1, 2, or 3, indicating the translation preference for the custom field. Specifically, a return value of "2" means that the custom field is set to translate. We also shared the constants from WPML Core for reference: Please note that this solution might be irrelevant if it's outdated or not applicable to your case. 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 the issue persists, please open a new support ticket at our support forum. |
|
2 | 10 | 1 year, 3 months ago | |
Langue default locale usage
Started by: jean-marcd-2
in: English Support
Problem: |
|
2 | 4 | 1 year, 6 months ago | |
How to get all posts for a single language code in PHP?
Started by: jean-marcd-2
in: English Support
Problem: add_filter('wpml_query_filter', 'filter_wpml_query_for_english') and the custom function did not work, as it still retrieved posts in all languages. Solution: 'suppress_filters' => false in the WP_Query arguments. This will ensure that the query retrieves posts in the current language when on the English version of the website. For further optimization, the client can specify the fields they want to retrieve, such as 'ID', 'post_title', and 'post_content'. If this solution doesn't look relevant, please open a new support ticket in our support forum. |
|
2 | 2 | 1 year, 6 months ago | |
WPML chat support ticket by jean-marcd-2 – 1700655629
Started by: jean-marcd-2 in: English Support |
1 | 1 |
1 year, 6 months ago
|
||
Is there a Post Meta to indicate the Post language?
Started by: jean-marcd-2 in: English Support |
|
2 | 2 | 1 year, 10 months ago |