Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
WPML detected a new address for this site
Iniziato da: shaneY in: Chat Support |
|
1 | 2 |
2 anno fa
|
|
|
Unable to register live site key on site hosted with Pantheon
Iniziato da: shaneY
in: English Support
Problem: if(!defined('OTGS_INSTALLER_SITE_KEY_WPML')){<br /> switch($_ENV['PANTHEON_ENVIRONMENT']){<br /> case 'live':<br /> $site_key_wpml = 'your-site-key-for-live';<br /> break;<br /> case 'test':<br /> $site_key_wpml = 'your-site-key-for-test';<br /> break;<br /> case 'dev':<br /> $site_key_wpml = 'your-site-key-for-dev';<br /> break;<br /> default:<br /> $site_key_wpml = 'your-site-key-for-default';<br /> }<br /> define('OTGS_INSTALLER_SITE_KEY_WPML', $site_key_wpml);<br />}Ensure to replace 'your-site-key-for-live', 'your-site-key-for-test', 'your-site-key-for-dev', and 'your-site-key-for-default' with your actual keys. This approach allows you to manage translations effectively across different environments without issues. 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 this does not resolve your issue, please open a new support ticket. |
|
2 | 2 | 2 anno, 6 mese fa | |
|
Register key with Pantheon
Iniziato da: shaneY in: English Support |
|
1 | 3 |
2 anno, 7 mese fa
|