Dieser Benutzer hat keine Lieblingsthemen.
Bevorzugte Forumsthemen
Forumsthemen erstellt
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Frische |
---|---|---|---|---|---|
Minimum Prices List for Rent Only amounts do not appear on the DE FR IT page
1
2
Angefangen von: markusP-25
in: English Support
Problem: wp-content/themes/houzez/js folder. custom.js file for editing. var property_status_changed = function(prop_status, $form) { if( prop_status == for_rent ) { $form.find('.prices-for-all').addClass('hide'); $form.find('.prices-for-all select').attr('disabled','disabled'); $form.find('.prices-only-for-rent').removeClass('hide'); $form.find('.prices-only-for-rent select').removeAttr('disabled','disabled'); $form.find('.prices-only-for-rent select').selectpicker('refresh'); } else { $form.find('.prices-only-for-rent').addClass('hide'); $form.find('.prices-only-for-rent select').attr('disabled','disabled'); $form.find('.prices-for-all').removeClass('hide'); $form.find('.prices-for-all select').removeAttr('disabled','disabled'); $form.find('.prices-for-all select').selectpicker('refresh'); } } To: var property_status_changed = function (prop_status, $form) { if (prop_status === 'for-rent') { // Ensure comparison is with correct value $form.find('.prices-for-all').addClass('hide'); $form.find('.prices-for-all select').prop('disabled', true); $form.find('.prices-only-for-rent').removeClass('hide'); $form.find('.prices-only-for-rent select').prop('disabled', false).selectpicker('refresh'); } else { $form.find('.prices-only-for-rent').addClass('hide'); $form.find('.prices-only-for-rent select').prop('disabled', true); $form.find('.prices-for-all').removeClass('hide'); $form.find('.prices-for-all select').prop('disabled', false).selectpicker('refresh'); } }; 5) Clear all types of caches. If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your specific 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 problem persists, please open a new support ticket. |
3 | 28 | Vor 14 Stunden, 37 Minuten | ||
Media Translation and Houzez theme: edit alt text for „property images“
1
2
Angefangen von: 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 | Vor 1 Monat | ||
Houzez Theme translated property are not displayed on the agency page
Angefangen von: 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 | Vor 3 Monaten | ||
Split: Properties not showing on agency page
Angefangen von: markusP-25 in: English Support |
2 | 4 | Vor 3 Monaten, 3 Wochen | ||
Split: Agency link not working on translations
Angefangen von: 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 | Vor 3 Monaten, 3 Wochen | ||
Some String Translations are not updating frontend
Angefangen von: 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 | Vor 3 Monaten, 3 Wochen | ||
WPML is swapping content to the wrong language
Angefangen von: markusP-25 in: English Support |
1 | 2 |
Vor 3 Monaten, 4 Wochen
|