ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
| สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
|---|---|---|---|---|---|
|
Need help to set existing category after update secondary languge posts by API call
เริ่มโดย: josephN-9 ใน: English Support |
|
1 | 9 | 6 days, 12 hours มาแล้ว | |
|
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 | 2 weeks, 1 days มาแล้ว | |
|
Media translation on dupliucated post
เริ่มโดย: josephN-9 ใน: English Support |
0 | 4 | 3 weeks, 4 days มาแล้ว | ||
|
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 months, 2 weeks มาแล้ว | |
|
When I change anything in default langage(English) in page then the another language of page overri…
เริ่มโดย: josephN-9 ใน: English Support |
|
0 | 2 | 11 months มาแล้ว | |
|
Does wpml support the “Kinyarwanda or Rwanda ” LanguAGE ?
เริ่มโดย: josephN-9 ใน: English Support |
|
2 | 2 | 1 years, 1 months มาแล้ว | |
|
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 years, 4 months มาแล้ว | |
|
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 years, 4 months มาแล้ว | |
|
When I edit any category for(2nd lan- arabic) then it is getting 404 page error for that category fr…
เริ่มโดย: josephN-9 ใน: English Support |
|
2 | 2 | 1 years, 4 months มาแล้ว | |
|
When I navigate arabic it get 404 page error
เริ่มโดย: josephN-9
ใน: English Support
Problem: If these steps do not resolve the issue, and you are still experiencing problems, 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 problem persists, please do not hesitate to open a new support ticket for further assistance. You can do so at WPML support forum. |
|
2 | 3 | 1 years, 5 months มาแล้ว | |
|
I cannot find a template by searching id/slug
เริ่มโดย: josephN-9 ใน: English Support |
|
3 | 4 | 1 years, 5 months มาแล้ว | |
|
when I try to navigate single page of article, then its shows below.
เริ่มโดย: josephN-9 ใน: English Support |
|
2 | 2 | 1 years, 6 months มาแล้ว | |
|
Warning: Cannot modify header information – headers already sent by (output sta
เริ่มโดย: josephN-9 ใน: English Support |
|
2 | 4 | 1 years, 9 months มาแล้ว | |
|
How to translate header in "Jnews theme"
เริ่มโดย: josephN-9 ใน: English Support |
|
2 | 2 | 1 years, 10 months มาแล้ว | |
|
It doesn't show the string after "add to string" from "String translation"
1
2
เริ่มโดย: josephN-9
ใน: English Support
Problem: If this solution does not seem relevant to your issue, please feel free to open a new support ticket by visiting the WPML support forum. |
|
2 | 19 | 1 years, 10 months มาแล้ว |