Things that you can check when getting an error message like this: Do you have a working internet connection? Can the webserver access that host specified in the error message (api.wpml.org) via http (you may want to check this with your web server administrator or host provider. If your server has problems resolving the api.wpml.org […]
Read more »
Tags: Install, installation, Installer, registration, troubleshooting
Lucky for us, WordPress has anticipated situations where things don’t quite go as planned and included debug facilities which will show you what the problem is. Have a look at the debugging WPML page to see how to activate the different debug resources and where to report problems.
Read more »
Tags: debug, troubleshooting
In order for String Translation to work, your theme (and plugins) must pass texts through translation calls. See this FAQ for how to wrap texts in GetText calls, so that WPML can translate them.
Read more »
Tags: installation, setup
Many themes and plugins save texts in the wp_options table. WPML makes them translatable via the String Translation module. Let’s start at the end. Supposing that your code has something like: <?php echo(get_option(“footer_text”)) ?> To translate this text, you don’t need to edit anything in the code. You need to enable WPML’s String Translation module […]
Read more »
Tags: String Translation Support, wp_options
When you use Safari browser on an Apple computer and download WPML and its add-on plugins’ .zip files, Safari will automatically unzip them. This happens due to Safari’s default behavior. To solve this issue you can either disable this option in Safari or try using a different browser to download WPML and its add-on plugins. To disable […]
Read more »
Tags: installation, safari