This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
wpbakery custom page css copying but not translatable
Started by: waldemarK in: English Support |
|
2 | 13 |
2 years, 8 months ago
waldemarK |
|
Houzez theme search shows results in all languages
1
2
Started by: waldemarK
in: English Support
Problem: Solution: 1. Open the file wp-content/themes/houzez/framework/functions/property_functions.php . 2. Before the line foreach ( $data as $post ) { , add the following line: $new_data = array(); 3. After the code snippet: if ($post_language !== $current_language) continue; Add the following line: $new_data[] = $post; 4. In the line that outputs the count: echo '<span class="auto-complete-count"><i class="houzez-icon icon-pin mr-1"></i> ' . sizeof( $data ) . ' '.$houzez_local['listins_found'].'</span>'; Replace $data with $new_data so it becomes: echo '<span class="auto-complete-count"><i class="houzez-icon icon-pin mr-1"></i> ' . sizeof( $new_data ) . ' '.$houzez_local['listins_found'].'</span>'; If this solution does not seem relevant to your issue, please open a new support ticket with us. |
|
2 | 20 | 4 years, 2 months ago | |
Property captions unable to be translated
1
2
Started by: waldemarK in: English Support |
|
2 | 27 | 4 years, 6 months ago | |
cannot change captions of translated property using houzez
Started by: waldemarK in: English Support |
|
2 | 3 | 4 years, 7 months ago | |
Cannot save images to WPResidence property with WPML active
Started by: waldemarK in: English Support |
|
3 | 9 | 4 years, 7 months ago | |
image problems with wpResidence
Started by: waldemarK in: English Support |
|
2 | 13 | 4 years, 7 months ago |