This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
wp multisite, switching between blogs and calling wp_count_comments() ends in db error
Started by: sissiB in: English Support |
2 | 4 | 4 months, 1 week ago | ||
acfml after update above v2.0.5 empty postmeta fields are added to db
1
2
Started by: sissiB
in: English Support
Problem: get_field() calls because the field is present with the post but has an empty array as a value. In the default language, these fields are not saved in the database. \sitepress-multilingual-cms\classes\custom-field-translation\class-wpml-copy-once-custom-field.php . On line 36, replace: $custom_fields = get_post_meta( $post_id ); with: $custom_fields = get_post_meta( $post_id ); $custom_fields_to_copy = array_intersect(array_keys((array) get_post_meta( $source_element_id )), $custom_fields_to_copy); This change should resolve the issue. Additionally, ensure that each of your custom fields across different field groups has a unique Field Name to avoid translation and functionality issues. More details can be found in the WPML documentation. |
2 | 29 | 5 months ago | ||
PHP Warning in multisite installation from site that is not using wpml
Started by: sissiB
in: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if you need further assistance: WPML Support Forum |
2 | 6 | 6 months ago | ||
OptionsPage with ACF post_object breaks admin after ACF Update to 6.1.4
Started by: sissiB in: English Support |
3 | 9 | 1 year, 6 months ago | ||
ACF Exteded breaks label in backend
Started by: sissiB in: English Support |
2 | 6 | 1 year, 6 months ago | ||
Cannot use object of type WP_Term as array in
Started by: sissiB
in: English Support
Problem: |
2 | 12 | 1 year, 7 months ago | ||
I am getting a PHP notice in issues with WPML and ACF field values
1
2
Started by: sissiB in: English Support |
3 | 20 | 1 year, 8 months ago | ||
Query returns posts in all languages
Started by: sissiB in: English Support |
2 | 7 | 2 years, 5 months ago | ||
PHP Notice: register_rest_route was called incorrectly
Started by: sissiB in: English Support |
2 | 3 | 4 years, 3 months ago |