ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
Show all language post on a page/block
بدأه: josephN-9 في: Chat Support |
|
0 | 4 | قبل 1 أسبوع، 4 أيام | |
|
Need help to set existing category after update secondary languge posts by API call
بدأه: josephN-9 في: English Support |
|
1 | 9 | قبل 1 أسبوع، 4 أيام | |
|
Author page translator
بدأه: josephN-9
في: English Support
Problem: Solution: add_filter( 'icl_ls_languages', 'wpml_author_switcher_fix', 10, 1 );
function wpml_author_switcher_fix( $languages ) {
if ( is_author() ) {
$author = get_queried_object();
$author_slug = $author->user_nicename;
$default_lang = apply_filters( 'wpml_default_language', null );
foreach ( $languages as $lang_code => &$lang ) {
if ( $lang_code === $default_lang ) {
// No language prefix for default language
$lang['url'] = '/author/' . $author_slug . '/';
} else {
$lang['url'] = '/' . $lang_code . '/author/' . $author_slug . '/';
}
}
}
return $languages;
}Please note that 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 at WPML support forum. |
|
1 | 15 | قبل أسبوعين، 6 أيام | |
|
Media translation on dupliucated post
بدأه: josephN-9 في: English Support |
0 | 4 | قبل 1 شهر | ||
|
I need to translate woocommerce my account newly added menu items
بدأه: josephN-9 في: Chat Support |
|
0 | 4 | قبل 3 أشهر | |
|
I need to change ” Language of this post ” eng to arabic
بدأه: josephN-9 في: Chat Support |
|
1 | 2 | قبل 4 أشهر، أسبوعين | |
|
I need to transte few templates by string translation but I cannot find them on string stranslation …
بدأه: josephN-9
في: English Support
Problem: Solution: add_filter( 'wpml_tm_job_field_is_translatable', '__return_true' ); 2. Insert the below XML in WPML >> Settings > Custom XML Configuration section: <wpml-config><shortcodes><shortcode><tag>Ruby_E_Template</tag><attributes><attribute>id</attribute></attributes></shortcode></shortcodes></wpml-config> 3. Edit the default language page where the shortcode is used. Make a small change (like updating the title), then save. For more details on making shortcodes translatable, please visit our documentation. If the solution provided does not resolve your issue or seems irrelevant due to being outdated or not applicable to your 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 issues persist, please open a new support ticket. |
|
0 | 5 | قبل 5 أشهر، 3 أسابيع | |
|
I need to transte few templates by string translation but I cannot find them on string stranslation …
بدأه: josephN-9 في: Chat Support |
|
0 | 2 | قبل 5 أشهر، 3 أسابيع | |
|
When I change anything in default langage(English) in page then the another language of page overri…
بدأه: josephN-9 في: English Support |
|
0 | 2 | قبل 11 شهر، 1 أسبوع | |
|
Does wpml support the “Kinyarwanda or Rwanda ” LanguAGE ?
بدأه: josephN-9 في: English Support |
|
2 | 2 | قبل 1 سنة، شهرين | |
|
category permalink add language name in last of permalink when I translate
بدأه: josephN-9 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
I cannot change category to default language-english
بدأه: josephN-9 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 4 أشهر
|
|
|
I assigned credits from my account but I cannot get credits in wordpress dashboard
بدأه: josephN-9
في: English Support
Problem: This solution might be irrelevant if it’s outdated or not applicable to your 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. |
|
2 | 6 | قبل 1 سنة، 4 أشهر | |
|
Wpml treat theme option is arabic and allow me to translate english again
بدأه: josephN-9 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 4 أشهر
|
|
|
I cannot able to translate header properly
بدأه: josephN-9
في: English Support
Problem: Please note that this solution might be irrelevant if it's outdated or not applicable to your 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. |
|
2 | 13 | قبل 1 سنة، 4 أشهر |