This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Minimum Prices List for Rent Only amounts do not appear on the DE FR IT page
1
2
Started by: markusP-25 in: English Support |
3 | 26 | 1 week, 2 days ago | ||
Media Translation and Houzez theme: edit alt text for “property images”
1
2
Started by: markusP-25
in: English Support
Problem: add_filter('get_post_metadata', 'wpml_compsupp7300_filter_fave_property_images', 10, 4); function wpml_compsupp7300_filter_fave_property_images($null, $object_id, $meta_key, $single) { // Target the specific meta key if ($meta_key !== 'fave_property_images') { return $null; } // Prevent recursion by temporarily removing the filter remove_filter('get_post_metadata', 'wpml_compsupp7300_filter_fave_property_images', 10); // Fetch the original meta value $images = get_post_meta($object_id, $meta_key, $single); // Re-add the filter add_filter('get_post_metadata', 'wpml_compsupp7300_filter_fave_property_images', 10, 4); // Check if we actually got an array if (is_array($images)) { foreach ($images as &$image_id) { // Apply the WPML filter to each item (image ID) $image_id = apply_filters('wpml_object_id', $image_id, 'attachment', true); } } return $images; } Please ensure to perform a full site backup before applying this workaround. For more details on this issue, refer to the errata page at https://wpml.org/errata/houzez-property-media-images-not-showing-translated-alt-text/. If this solution does not resolve your issue or seems irrelevant due to being 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. Additionally, you can open a new support ticket for further assistance at WPML support forum. |
2 | 21 | 4 weeks, 1 day ago | ||
Houzez Theme translated property are not displayed on the agency page
Started by: markusP-25
in: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 further assistance is needed, please do not hesitate to open a new support ticket at WPML support forum. |
2 | 10 | 2 months, 4 weeks ago | ||
Split: Properties not showing on agency page
Started by: markusP-25 in: English Support |
2 | 4 | 3 months, 3 weeks ago | ||
Split: Agency link not working on translations
Started by: markusP-25
in: English Support
Problem: If this solution does not resolve your issues or seems irrelevant due to being 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 problems persist, please open a new support ticket at WPML support forum. |
2 | 2 | 3 months, 3 weeks ago | ||
Some String Translations are not updating frontend
Started by: markusP-25
in: English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to being 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 you still need assistance, please open a new support ticket at WPML support forum. |
2 | 6 | 3 months, 3 weeks ago | ||
WPML is swapping content to the wrong language
Started by: markusP-25 in: English Support |
1 | 2 |
3 months, 3 weeks ago
|