이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
WPML detected a change in your site’s URL
시작: josephN-9 카테고리: English Support |
|
1 | 5 | 4 일, 1 시간 전에 | |
|
Customizer String not translated
시작: josephN-9
카테고리: English Support
Problem: [theme_mods_pennews-child]penci_footer_copyright and [theme_mods_pennews-child]penci_footer_text , but the translations are not appearing on the frontend. add_filter( 'theme_mod_penci_404_sub_heading', function ( $value ) { return apply_filters( 'wpml_translate_single_string', $value, 'admin_texts_theme_mods_pennews-child', '[theme_mods_pennews-child]penci_404_sub_heading' );}, 20 );We have also informed our team about this issue to communicate with the theme author for a permanent solution. If this solution 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 14 | 1 월, 3 주 전에 | |
|
https://nouvellesdirectes.com/wp-json/wpml/v1/rest/status?test_get_parameter=1 is not responding cor…
시작: josephN-9
카테고리: English Support
Problem: wp-config.php file. Add the following line above the 'That's all, stop editing! Happy publishing.' line: define('WP_MEMORY_LIMIT', '256M');If the memory limit is already defined, update it to at least 256M, preferably 512M for optimal performance with WPML and other plugins. php.ini file for the memory_limit setting, or contact the hosting provider to ensure it's set to at least 256M. If these steps do not resolve the issue or if the solution seems outdated or irrelevant 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. For further assistance, please open a new support ticket at WPML support forum. |
|
0 | 8 | 2 월, 1 주 전에 | |
|
Need help to set existing category after update secondary languge posts by API call
시작: josephN-9 카테고리: English Support |
|
1 | 9 | 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 | 4 월, 2 주 전에 | |
|
Media translation on dupliucated post
시작: josephN-9 카테고리: English Support |
0 | 4 | 4 월, 3 주 전에 | ||
|
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 | 9 월, 2 주 전에 | |
|
When I change anything in default langage(English) in page then the another language of page overri…
시작: josephN-9 카테고리: English Support |
|
0 | 2 | 1 년, 2 월 전에 | |
|
Does wpml support the “Kinyarwanda or Rwanda ” LanguAGE ?
시작: josephN-9 카테고리: English Support |
|
2 | 2 | 1 년, 5 월 전에 | |
|
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 년, 8 월 전에 | |
|
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 년, 8 월 전에 | |
|
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 년, 8 월 전에 | |
|
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 년, 9 월 전에 | |
|
I cannot find a template by searching id/slug
시작: josephN-9 카테고리: English Support |
|
3 | 4 | 1 년, 9 월 전에 | |
|
when I try to navigate single page of article, then its shows below.
시작: josephN-9 카테고리: English Support |
|
2 | 2 | 1 년, 10 월 전에 |