Waiting for author
Overview of the issue
If you are using Simply Static Pro plugin with WPML, you will encounter that pages in secondary languages always redirect to the main language.
Workaround
Please, make sure of having a full site backup of your site before proceeding.
- Open your theme’s functions.php file.
- Add the following code:
add_filter( 'ssp_use_geo_redirect', '__return_false' );