У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
increase account's ATE file size limit for a particular site
1
2
Начато: amandaP-6 в: English Support |
|
1 | 27 | 5 месяцев, 2 недели назад | |
|
File Size Limit Exceeded
Начато: amandaP-6 в: English Support |
|
0 | 12 | 7 месяцев назад | |
|
CPU Usage getting used fully and due to which getting 500 errror
Начато: amandaP-6 в: English Support |
|
1 | 6 | 8 месяцев, 2 недели назад | |
|
With dynamically populates an ACF Select field
Начато: amandaP-6
в: English Support
Problem: $current_language = apply_filters('wpml_current_language', NULL);Then, use a conditional statement to filter the posts by the language code. Here are two examples of how you can implement this: // Conditional switch statement based on the current language
switch ( $current_language ) {
case 'fr':
// your French post IDs
break;
default:
// Default case for default language post IDs
break;
}or // Conditional logic based on the current language
if ( $current_language === 'fr' ) {
// your French post IDs
} else {
// your English post IDs
}If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if needed. |
|
0 | 3 | 8 месяцев, 2 недели назад | |
|
Custom post type after translate not opening in elementor
Начато: amandaP-6 в: English Support |
|
2 | 4 | 1 год, 7 месяцев назад | |
|
my msg in wc_add_notice is not getting translated.
Начато: amandaP-6 в: Chat Support |
|
1 | 2 |
1 год, 9 месяцев назад
|
|
|
Hook for Enablink code based on the Translation
Начато: amandaP-6 в: Chat Support |
|
1 | 2 |
1 год, 9 месяцев назад
|