Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
| Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
|---|---|---|---|---|---|
|
price slider does not work with multicurrency
Được bắt đầu bởi: waldemarK trong: English Support |
|
2 | 3 |
3 years, 2 months trước
waldemarK |
|
|
woocommerce taxonomy problems
Được bắt đầu bởi: waldemarK trong: English Support |
|
2 | 2 |
3 years, 2 months trước
waldemarK |
|
|
Translation Manager split content into 4-5 paragraphs
Được bắt đầu bởi: waldemarK trong: English Support |
|
2 | 6 |
3 years, 2 months trước
waldemarK |
|
|
automatically rewrite/reassign links to another language URL
Được bắt đầu bởi: waldemarK trong: English Support |
|
3 | 4 | 3 years, 3 months trước | |
|
wpforms HTML Field not showing in ATE
Được bắt đầu bởi: waldemarK trong: English Support |
|
2 | 6 | 3 years, 4 months trước | |
|
wpbakery custom page css copying but not translatable
Được bắt đầu bởi: waldemarK trong: English Support |
|
2 | 13 |
3 years, 4 months trước
waldemarK |
|
|
Houzez theme search shows results in all languages
1
2
Được bắt đầu bởi: waldemarK
trong: 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, 10 months trước |