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 |
|---|---|---|---|---|---|
|
MotoPress Taxonomies not appearing in WPML and causing term duplication on front-end
Được bắt đầu bởi: petrC-8 trong: English Support |
|
0 | 4 | 1 day, 16 hours trước | |
|
Context and Target Audience can not be saved
1
2
Được bắt đầu bởi: petrC-8
trong: English Support
Problem: Solution: During the investigation, I found that .htaccess file contained a custom "Trailing Slash Redirect" rule that was interfering with WordPress REST API requests. This rule was forcing all URLs to end with a trailing slash (/), which caused: - REST API POST requests (e.g., /wp-json/wpml/v1/save-automatic-translation-settings) to be redirected with a 301 status to the same URL with a trailing slash - The browser converted the POST request to a GET request during the redirect (standard HTTP behavior) - The REST API endpoint returned a 404 error because it doesn't accept GET requests at that URL This affected all plugins using the WordPress REST API, not just WPML. I modified the existing trailing slash redirect rule in .htaccess file to exclude REST API paths (/wp-json/). Change made: RewriteCond %{REQUEST_URI} !^/wp-jsonThis fixes the issue. Relevant Documentation: |
|
1 | 18 | 2 months, 2 weeks trước | |
|
WPML is missing some records in the languages tables and it cannot fully work until this issue is fi…
Được bắt đầu bởi: petrC-8
trong: English Support
Problem: Solution: SELECT * FROM `wp_options` WHERE `option_name` LIKE '%icl_admin_messages%' LIMIT 50; 4- Delete this key from your database. 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 at WPML support forum for further assistance. |
|
0 | 2 | 6 months, 3 weeks trước | |
|
Links Still Showing /pt-pt/ After Setting Portuguese as Primary Language with Elementor Active
Được bắt đầu bởi: petrC-8 trong: English Support |
|
0 | 4 | 1 year trước | |
|
Remove all content
Được bắt đầu bởi: petrC-8 trong: English Support |
0 | 2 | 1 year trước | ||
|
There is a problem connecting to automatic translation. Please check your internet connection and tr…
Được bắt đầu bởi: petrC-8 trong: English Support |
1 | 1 |
1 year trước
|
||
|
Translations queue is not working
Được bắt đầu bởi: petrC-8 trong: English Support |
|
2 | 5 | 1 year, 4 months trước | |
|
Woocommerce Product Atributes (local atributes) can not be translated
Được bắt đầu bởi: petrC-8
trong: English Support
Problem: Solution: functions.php file, which incorrectly handled language information and prevented translations from being applied. We modified the function to ensure it checks for valid data before proceeding. Here's the corrected code snippet: if (function_exists('wpml_get_language_information')) {<br /> $lang_info = wpml_get_language_information($post_id);<br /> // Check if we got a WP_Error<br /> if (is_wp_error($lang_info)) {<br /> error_log('WP_Error encountered in wpml_get_language_information: ' + $lang_info->get_error_message());<br /> return; // Stop execution if there's an error<br /> }<br /> <br /> if ($lang_info['language_code'] !== 'en') {<br /> return;<br /> }<br />}After applying this fix, the product variation name displayed correctly in all languages. If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if further assistance is needed. You can do so at WPML support forum. |
|
2 | 11 | 1 year, 4 months trước | |
|
504 gateway timeout
Được bắt đầu bởi: petrC-8 trong: English Support |
|
2 | 3 | 1 year, 11 months trước | |
|
Taxonomy auto translation
Được bắt đầu bởi: petrC-8
trong: English Support
Problem: Solution: Please note that this solution might be outdated or not applicable to your case. If it doesn't resolve your issue, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket in our support forum. |
|
3 | 3 | 1 year, 11 months trước | |
|
Gutenberg – Quotation – is translated in Advanced Editor, but translation is not
Được bắt đầu bởi: petrC-8 trong: English Support |
|
2 | 2 | 2 years, 3 months trước | |
|
WPML chat support ticket by petrC-8 – 1698927197
Được bắt đầu bởi: petrC-8 trong: English Support |
1 | 1 |
2 years, 3 months trước
|
||
|
translate my popups
Được bắt đầu bởi: petrC-8 trong: English Support |
|
2 | 3 |
2 years, 8 months trước
petrC-8 |
|
|
Browser language redirect and indexing
Được bắt đầu bởi: petrC-8 trong: English Support |
2 | 2 |
2 years, 9 months trước
petrC-8 |
||
|
Advanced Translation Editor with Elementor
Được bắt đầu bởi: petrC-8 trong: English Support |
|
2 | 2 |
2 years, 10 months trước
petrC-8 |