ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
Minimum Prices List for Rent Only amounts do not appear on the DE FR IT page
1
2
เริ่มโดย: markusP-25
ใน: 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 | 1 months มาแล้ว | ||
Media Translation and Houzez theme: edit alt text for “property images”
1
2
เริ่มโดย: markusP-25
ใน: 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 | 2 months มาแล้ว | ||
Houzez Theme translated property are not displayed on the agency page
เริ่มโดย: markusP-25
ใน: 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 | 4 months มาแล้ว | ||
Split: Properties not showing on agency page
เริ่มโดย: markusP-25 ใน: English Support |
2 | 4 | 4 months, 4 weeks มาแล้ว | ||
Split: Agency link not working on translations
เริ่มโดย: markusP-25
ใน: 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 | 4 months, 4 weeks มาแล้ว | ||
Some String Translations are not updating frontend
เริ่มโดย: markusP-25
ใน: 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 | 4 months, 4 weeks มาแล้ว | ||
WPML is swapping content to the wrong language
เริ่มโดย: markusP-25 ใน: English Support |
1 | 2 |
5 months มาแล้ว
|