ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
Jobs show as in progress when should be complete
1
2
3
4
เริ่มโดย: Chainalysis
ใน: English Support
Problem: https://wpml-chainalysis.pantheonsite.io/wp-json/wpml/tm/v1/ and any URL that follows this pattern. 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 at WPML support forum for further assistance. |
|
2 | 69 | 2 months, 2 weeks มาแล้ว | |
How can we see which lines are automatically translated?
เริ่มโดย: Chainalysis
ใน: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we recommend opening a new support ticket. We also 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 visit our support forum at https://wpml.org/forums/forum/english-support/. |
|
3 | 3 | 4 months, 3 weeks มาแล้ว | |
The Advanced Editor jobs synchronization has failed
เริ่มโดย: Chainalysis ใน: English Support |
|
3 | 12 | 10 months, 2 weeks มาแล้ว | |
504 gateway errors
1
2
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 20 | 11 months, 2 weeks มาแล้ว | |
problem with WPML's new address detection when the Object Cache Pro (OCP) plugin
เริ่มโดย: Chainalysis
ใน: English Support
Problem: If you're experiencing a similar issue with WPML's address detection when using the Object Cache Pro plugin on Pantheon, we recommend trying a different domain name to see if that resolves the problem. It's important to note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, please open a new support ticket. We also highly recommend checking 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 need further assistance, please contact us in the WPML support forum. |
|
2 | 7 | 11 months, 3 weeks มาแล้ว | |
new translations fail to appear on a page
1
2
…
4
5
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 84 | 1 years มาแล้ว | |
Links about replies in wpml.org forum tickets are not pointing to the correct comment
เริ่มโดย: Chainalysis
ใน: English Support
Problem: Solution: If this solution doesn't seem relevant to your issue, please don't hesitate to open a new support ticket with us. |
|
2 | 8 | 1 years, 1 months มาแล้ว | |
feasible to add progress indicators to the top of the ATE status
เริ่มโดย: Chainalysis
ใน: English Support
Problem: 1. When ATE is syncing the translation, the layout goes off-screen if there are many custom fields. 2. icl_background_task table causing performance issues. Solution: 1. This issue has been escalated to our developers and will be fixed in future versions of WPML. 2. This issue has also been escalated to our developers, and we have a workaround for it. Please check the following errata page. https://wpml.org/errata/wpml-causing-backend-slowness-and-duplicated-queries/ |
|
2 | 5 | 1 years, 1 months มาแล้ว | |
ways to register WPML apart from plugin-install-dot-php ?
เริ่มโดย: Chainalysis
ใน: English Support
Problem: Solution: wp-content/uploads/private/ on Pantheon. The client should name the text files according to the Pantheon environment name or the local Lando subdomain. For example, the live environment would use 'live.txt'. The client can then use the following code snippet in the wp-config.php file to automatically load the correct license key file based on the environment: <!-- Code snippet starts --><br />/*<br /> * Define WPML license keys, based on environment name<br /> * ...<br /> */<br />if ( isset( $_ENV['PANTHEON_ENVIRONMENT'] ) ) {<br /><br /> // Prepare the license key path...<br /> $wpml_license_key_path = ABSPATH . 'wp-content/uploads/private/wpml/';<br /><br /> // Determine the license file filename...<br /> if ( isset( $_SERVER['LANDO_APP_COMMON_NAME'] ) ) {<br /> $wpml_expected_license_file = $wpml_license_key_path . $_SERVER['LANDO_APP_COMMON_NAME'] . '.txt';<br /> } else {<br /> $wpml_expected_license_file = $wpml_license_key_path . $_ENV['PANTHEON_ENVIRONMENT'] . '.txt';<br /> }<br /><br /> if ( file_exists( $wpml_expected_license_file ) ) {<br /> $wpml_license_key = file_get_contents($wpml_expected_license_file);<br /> define( 'OTGS_INSTALLER_SITE_KEY_WPML', $wpml_license_key );<br /> }<br />}<br /><!-- Code snippet ends --> For further details, please refer to our documentation on automatic WPML registration using PHP. If this solution does not seem relevant to your situation, please do not hesitate to open a new support ticket with us. |
|
2 | 5 | 1 years, 2 months มาแล้ว | |
Update wording to include "Tools" tab on WPML instructions
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 4 | 1 years, 2 months มาแล้ว | |
Support forum "resolved" form Firefox compatibility
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 7 | 1 years, 3 months มาแล้ว | |
This site has moved to a new location
เริ่มโดย: Chainalysis
ใน: English Support
Problem: Solution: lando wp search-replace '://www.mysite.com' '://my.lndo.site' 2. Flush or rebuild your cache with: lando wp cache flush 3. Delete specific WPML settings from your database with the command: lando wp db query "DELETE from pantheon.wp_options WHERE option_name = 'WPML_SITE_ID:ate' OR option_name = 'WPML_TM_AMS' OR option_name = 'otgs_wpml_tm_ate_cloned_site_lock'" Additionally, we have released a fix in WPML 4.6.7 which includes a new button "Force-enable WPML’s Advanced Translation Editor" on the Troubleshooting page. For more details, you can refer to our documentation: If this solution doesn't look relevant to your issue, please open a new support ticket. |
|
2 | 15 | 1 years, 3 months มาแล้ว | |
Cannot add a translation manager when Yoast plugin is activated
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 3 | 1 years, 3 months มาแล้ว | |
delete a redirect that's managed through WPML
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 5 | 1 years, 4 months มาแล้ว | |
Problem with automatic translations
1
2
3
4
เริ่มโดย: Chainalysis ใน: English Support |
|
2 | 54 | 1 years, 6 months มาแล้ว |