למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
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 | לפני חודש 1 | ||
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 | לפני 3 חודשים, שבוע 1 | ||
The Advanced Editor jobs synchronization has failed
התחיל על ידי: Chainalysis ב: English Support |
3 | 12 | לפני 9 חודשים, שבוע 1 | ||
504 gateway errors
1
2
התחיל על ידי: Chainalysis ב: English Support |
2 | 20 | לפני 10 חודשים | ||
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 | לפני 10 חודשים, 2 שבועות | ||
new translations fail to appear on a page
1
2
…
4
5
התחיל על ידי: Chainalysis ב: English Support |
2 | 84 | לפני 10 חודשים, 4 שבועות | ||
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 | ||
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 | ||
WPML chat support ticket by chainalysisC – 1701792685
התחיל על ידי: Chainalysis ב: Chat Support |
1 | 2 |
לפני שנה 1, חודש 1
|
||
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, חודש 1 | ||
Update wording to include "Tools" tab on WPML instructions
התחיל על ידי: Chainalysis ב: English Support |
2 | 4 | לפני שנה 1, חודש 1 | ||
Support forum "resolved" form Firefox compatibility
התחיל על ידי: Chainalysis ב: English Support |
2 | 7 | לפני שנה 1, 2 חודשים | ||
WPML chat support ticket by chainalysisC – 1699480301
התחיל על ידי: Chainalysis ב: Chat Support |
1 | 2 |
לפני שנה 1, 2 חודשים
|
||
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, 2 חודשים | ||
Cannot add a translation manager when Yoast plugin is activated
התחיל על ידי: Chainalysis ב: English Support |
2 | 3 | לפני שנה 1, 2 חודשים |