2. Migration banner
Keeps the production site as the new location, to be sure that your production site is working correctly.
Then try the following on your dev site: Make a full back up of your site and database
- Access your database and run this query:
select *
from 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'
wp_ on line 2 is the default WordPress prefix, yours might be different.
- Delete those entries
- Go to "WPML > Settings > Translation Editor >Editor for new translations " and select to use the "Advanced Translation Editor (ATE)" + save and wait for ATE to get activated.