Người dùng này không có chủ đề yêu thích.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã được tạo
Trạng thái |
Đề tài
|
Người ủng hộ | Tiếng nói | Bài viết | Độ tươi |
---|---|---|---|---|---|
WPML chat support ticket by T4ng - 1707223110
Bắt đầu bởi: T4ng tRONG: English Support |
1 | 1 |
1 years trước
|
||
How to mass update post translation statuses?
Bắt đầu bởi: T4ng
tRONG: English Support
Problem: Solution: functions.php file, but please ensure you back up your site and database first: add_action( 'admin_init', 'save_all_posts_on_refresh' ); function save_all_posts_on_refresh() { global $pagenow; if ( $pagenow == 'edit.php' ) { $args = array( 'post_type' => array('page', 'post'), 'numberposts' => -1 ); $all_posts = get_posts( $args ); foreach ( $all_posts as $single_post ) { wp_update_post( $single_post ); } } } After using this code, remember to remove it from the functions.php file. Please note that this solution might be irrelevant due to being outdated or not applicable to your case. If so, 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 with us. |
2 | 5 | 1 years trước | ||
WPML chat support ticket by T4ng – 1702636111
Bắt đầu bởi: T4ng tRONG: English Support |
1 | 1 |
1 years, 1 months trước
|
||
WC Multilingual checkout redirects to original language checkout payment apge
1
2
3
Bắt đầu bởi: T4ng
tRONG: English Support
Problem: Custom order received endpoint redirects to default language if using classic checkout block/shortcode Solution: This issue is fixed with the latest version of WooCommerce Multilingual & Multicurrency - 5.3.2. Please update to the latest version. Relevant Documentation: https://wpml.org/download/woocommerce-multilingual-multicurrency/?section=changelog |
2 | 49 | 1 years, 1 months trước | ||
WooCommerce Multilingual: can't save Stripe Country availability
Bắt đầu bởi: T4ng
tRONG: English Support
Problem: Solution: If this solution does not seem relevant to your issue, please open a new support ticket at WPML support forum. |
3 | 5 | 1 years, 1 months trước | ||
we don't want the Gravity form "-values" entries listed translated from WPML String Translation page
Bắt đầu bởi: T4ng
tRONG: English Support
Problem: For string translation, focus on translating custom labels and text from the Gravity Forms plugin files by selecting the "gravityforms" domain in the WPML >> String Translation page. Avoid translating the "gravity_form-ID" domain from WPML >> String Translation page |
2 | 5 | 1 years, 2 months trước | ||
Broken YouTube video block after translation
1
2
Bắt đầu bởi: T4ng
tRONG: English Support
Problem: I am trying to translate a page in which there is a YouTube video. Link to a page where the issue can be seen: Instead, I got: only the YouTube address instead of the block Solution: please go to WPML > Settings > Custom XML configuration and add next code: <wpml-config> <gutenberg-blocks> <gutenberg-block type="core/embed" translate="1"> <key name="url" type="LINE"></key> <xpath>//figure/div</xpath> </gutenberg-block> <gutenberg-block type="core/video" translate="1"> <key name="id"></key> <xpath>//figure/video</xpath> </gutenberg-block> </gutenberg-blocks> </wpml-config> Make a small change to the default language page and re-translate, save. Relevant Documentation: |
3 | 23 | 1 years, 3 months trước | ||
The product shown on the product page for product with variation is wrong
Bắt đầu bởi: T4ng tRONG: English Support |
3 | 14 | 1 years, 10 months trước | ||
WooCommerce variations translated products prices won't update
Bắt đầu bởi: T4ng tRONG: English Support |
2 | 9 | 2 years trước | ||
How to maintain same post categories across languages
Bắt đầu bởi: T4ng tRONG: English Support |
2 | 10 | 2 years, 4 months trước | ||
Compatibilité PHP 8.1
Bắt đầu bởi: T4ng tRONG: Assistance en français |
2 | 11 | 2 years, 4 months trước | ||
Images translated through WPML won't dispaly in translated languages
Bắt đầu bởi: T4ng tRONG: English Support |
2 | 10 | 2 years, 6 months trước | ||
Fatal error on Media Translation
Bắt đầu bởi: T4ng tRONG: English Support |
2 | 12 | 2 years, 9 months trước | ||
WPML chat support ticket by T4ng – 1650465879
Bắt đầu bởi: T4ng tRONG: Chat Support |
1 | 1 |
2 years, 9 months trước
|
||
Images have been translated in ALL languages
1
2
Bắt đầu bởi: T4ng tRONG: English Support |
2 | 24 | 2 years, 10 months trước |