Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
---|---|---|---|---|---|
Error on bulk edit posts
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
0 | 2 | 7 months, 3 weeks trước | |
Post status shared between translations
Được bắt đầu bởi: arnoldV-2
trong: English Support
Problem: functions.php file of your theme: function sync_publish_status_across_languages($post_id) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return; if ('post' != get_post_type($post_id)) return; $post_status = get_post_status($post_id); $default_language = apply_filters('wpml_default_language', null); $translations = apply_filters('wpml_get_element_translations', null, $post_id, 'post'); foreach ($translations as $lang => $translation) { if ($lang === $default_language) continue; $translation_post_id = $translation->element_id; wp_update_post(array( 'ID' => $translation_post_id, 'post_status' => $post_status )); } } add_action('save_post', 'sync_publish_status_across_languages'); Please note, this solution applies only to pages and posts. Ensure you have a full website backup before implementing this code. 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 needed, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 2 | 7 months, 3 weeks trước | |
Error while saving translations
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 2 | 1 years, 8 months trước | |
WPML chat support ticket by arnoldV-2 – 1704972066
Được bắt đầu bởi: arnoldV-2 trong: English Support |
1 | 1 |
1 years, 8 months trước
|
||
PHP Fatal error: Uncaught Error: Class "WP_Upgrader_Skin" not found
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 9 | 2 years, 1 months trước | |
After migration the site still shows the message that it is registered as a development site
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 2 | 2 years, 1 months trước | |
Single quotes are replaced by double quotes
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 3 | 2 years, 1 months trước | |
Replace the term lawyers with attorneys
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 3 | 2 years, 1 months trước | |
Links on buttons not going to the correct pages.
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 4 | 2 years, 2 months trước | |
Some text isn't translated on products page
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 12 | 2 years, 3 months trước | |
Translating Avada form submission url
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
3 | 4 | 2 years, 10 months trước | |
Automatic translations
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 4 | 3 years, 1 months trước | |
language switcher not showing in main menu
Được bắt đầu bởi: arnoldV-2 trong: English Support |
|
2 | 5 | 4 years, 4 months trước | |
Translation page need different form.
Được bắt đầu bởi: arnoldV-2 trong: English Support |
2 | 3 | 4 years, 7 months trước |