此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
upgrade is blocked
发起人:veraB-9 在:Chat Support |
|
1 | 2 | 1 months, 2 weeks前 | |
Split: The Translation management page won’t load
发起人:veraB-9
在:English Support
Problem: // Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); After adding the code above, try reproducing the issue again and check for a debug.log file in the wp-content folder. If you find it, kindly share the last lines here in the ticket. 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. |
|
0 | 2 | 2 months前 | |
suppressing URL translations
发起人:veraB-9
在:English Support
Problem: Please note that these steps might not apply if the information is outdated or not relevant 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 https://wpml.org/forums/ for further assistance. |
|
1 | 5 | 2 months前 | |
Extensibility to multiple languages
发起人:veraB-9
在:English Support
Problem: wpml_current_language and wpml_post_language_details to retrieve the current language settings. For more detailed guidance, please refer to our documentation on how to get the current language with WPML at https://wpml.org/faq/how-to-get-current-language-with-wpml/ If this solution does not apply to your case, or if it seems outdated, 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. Should you need further assistance, please do not hesitate to open a new support ticket or visit our support forum. |
|
1 | 4 | 3 months, 3 weeks前 | |
Custom fields support
发起人:veraB-9
在:English Support
Problem: 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 problem persists, please open a new support ticket at WPML support forum. |
|
0 | 2 | 4 months前 | |
when a user registers with non-Englisgh languuage and logs to theit control panel, its interface is …
发起人:veraB-9
在:English Support
Problem: add_action('user_register', function($user_id) {<br /> $current_language = function_exists('wpml_get_current_language') ? wpml_get_current_language() : get_locale();<br /><br /> if (!empty($current_language)) {<br /> update_user_meta($user_id, 'locale', $current_language);<br /> remove_action('personal_options_update', 'wpml_update_user_locale'); <br /> wp_update_user([<br /> 'ID' => $user_id,<br /> 'locale' => $current_language<br /> ]);<br /> }<br />}, 20); Please test this code in a staging environment before applying it to a live site, as this custom code is a courtesy and is not officially supported by us. If this solution does not resolve your issue, or if it 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. If needed, please open a new support ticket at our support forum. |
|
0 | 20 | 4 months, 2 weeks前 | |
language switch on the login page
发起人:veraB-9
在:English Support
Problem: For a child theme: functions.php file. For a custom plugin: If you're not comfortable with coding, consider hiring a WPML contractor from https://wpml.org/contractors/ or a developer to assist you. 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 this does not resolve your issue, please open a new support ticket at WPML support forum. |
|
0 | 2 | 5 months, 4 weeks前 | |
WPForms – multilingual solution
发起人:veraB-9 在:English Support |
0 | 2 | 7 months, 3 weeks前 | ||
responding to the user in the right language after a user submits a form
发起人:veraB-9 在:English Support |
|
2 | 2 | 8 months, 2 weeks前 | |
compatibility with FluentCRM
发起人:veraB-9 在:Chat Support |
|
1 | 2 |
9 months, 3 weeks前
|