למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
| סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
|---|---|---|---|---|---|
|
Footer template shows fatal error
נפתח על ידי: felixS-42 ב: English Support |
|
0 | 22 | לפני חודש 6, שבוע 4 | |
|
not everything got translated
נפתח על ידי: felixS-42 ב: English Support |
|
0 | 26 | לפני חודש 7 | |
|
Elementor loop is missing in secondary languages
נפתח על ידי: felixS-42
ב: English Support
Problem: If you're experiencing an issue where the Elementor loop is missing on your multilingual site, particularly when comparing different language versions, we have identified a solution. Solution: 1) Ensure that the translation for the 'Bestseller Loop Home new' template is published in all secondary languages. It might currently be in 'pending for review' mode. functions.php file of your theme, at the bottom: /**
* @link wpmlsupp-11444
*/
add_filter( 'elementor/query/query_args', function( $query_args ) {
$translated_query_args = $query_args;
if (isset($query_args['tax_query'])) {
foreach ($query_args['tax_query'] as $key => $query) {
if (isset($query['field']) && in_array($query['field'], ['term_id', 'term_taxonomy_id'], true)) {
$query['terms'] = array_map(function( $id ) use ($query){
return apply_filters( 'wpml_object_id', $id, $query['taxonomy'], TRUE );
}, (array) $query['terms']);
$translated_query_args['tax_query'][$key] = $query;
}
}
}
return $translated_query_args;
}, 100 );3) Save the changes. This solution might be 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 issue persists, please open a new support ticket. |
|
0 | 5 | לפני חודש 7, שבוע 2 | |
|
There is a problem connecting to automatic translation. Please check your internet connection and tr…
נפתח על ידי: felixS-42 ב: Chat Support |
|
0 | 2 | לפני חודש 8, שבוע 2 | |
|
i want to use PAY AS YOU GO
נפתח על ידי: felixS-42 ב: Chat Support |
|
1 | 2 | לפני חודש 8, שבוע 2 | |
|
I can not switch to pay as you go
נפתח על ידי: felixS-42 ב: Chat Support |
|
1 | 2 | לפני חודש 8, שבוע 3 | |
|
Combination of WPML plugins leads to fatal errors
נפתח על ידי: felixS-42 ב: Unterstützung in Deutsch |
|
0 | 8 | לפני חודש 9, שבוע 1 |