This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
multicurrency and language dropdown different style
Started by: waldemarK in: English Support |
|
2 | 8 |
3 years, 4 months ago
waldemarK |
|
|
price slider does not work with multicurrency
Started by: waldemarK in: English Support |
|
2 | 3 |
3 years, 4 months ago
waldemarK |
|
|
woocommerce taxonomy problems
Started by: waldemarK in: English Support |
|
2 | 2 |
3 years, 4 months ago
waldemarK |
|
|
Translation Manager split content into 4-5 paragraphs
Started by: waldemarK in: English Support |
|
2 | 6 |
3 years, 4 months ago
waldemarK |
|
|
automatically rewrite/reassign links to another language URL
Started by: waldemarK in: English Support |
|
3 | 4 | 3 years, 5 months ago | |
|
wpforms HTML Field not showing in ATE
Started by: waldemarK in: English Support |
|
2 | 6 | 3 years, 5 months ago | |
|
wpbakery custom page css copying but not translatable
Started by: waldemarK in: English Support |
|
2 | 13 |
3 years, 5 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, 11 months ago |