У этого пользователя нет любимых тем.
Любимые темы форума
Созданные темы форума
Состояние |
Тема
|
Сторонник | Голоса | Записи | Свежесть |
---|---|---|---|---|---|
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 | 3 дня, 11 часов назад | ||
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 | 1 месяц назад | ||
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 | 3 месяца назад | ||
Split: Properties not showing on agency page
Начато по: markusP-25 в: English Support |
2 | 4 | 3 месяца, 3 недели назад | ||
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 | 3 месяца, 3 недели назад | ||
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 | 3 месяца, 3 недели назад | ||
WPML is swapping content to the wrong language
Начато по: markusP-25 в: English Support |
1 | 2 |
4 месяца назад
|