Problem:
I added all my pages to Translation Basket as per seen in tutorials. Since that happened I can't open Translation Basket
Solution:
If you do not have any translation in progress (beyond those that are stuck), you can reset it by following the steps below:
- Click on the WPML > Support > Troubleshooting
- Scroll down and look at the "Reset professional translation state"
- Select the "I am about to stop any ongoing work done."
- Click on the "Reset professional translation state"
Problem:
When I try to edit the page I'm getting redirected to this URL
"http://%26lang%3Den/"
Solution:
Edit the plugins-integration.php file found in the ../sitepress-multilingual-cms/inc/ folder and change the hook we use on line 113 to the following:
Problem:
Some taxonomies in your site are forced to be untranslatable. This is causing a problem when you're trying to run a multilingual WooCommerce site.
Solution:
1) Go to WPML > Settings > Taxonomy translation and make sure all the related product taxonomies are set to (click on the lock to unlock) 'Translatable - only show translated items' or 'Translatable - use translation if available if available or fallback to default language'. For example, product_cat (Product category) should be translatable.
2) Override any of theme XML rules for specific taxonomies by checking theme XML file in the theme root folder and change 0 to 1 (translatable).
or
Go to the WPML -> Settings page and click the Custom XML Configuration tab. Add the taxonomy rules as per our documentation.
Problem:
The original slug language is wrong. How do I change it?
Solution:
In order to change the language of slugs go to WPML> String translation and look for that slug. To change the language of specific strings, select them and click on the Change language button. Then, select a new language.
If you do not see some slug, add Translation in WooCommerce> Store URLs, and then it will appear in WPML > String Translation.
Problem:
Would you please help us in translating the interactive forms with Formidable PRO addon? We have tried already below solutions, none of them worked.
Solution:
It seems that the glue plugin between WPML and Formidable was not made to have the placeholder string available for translation.
Now, can you go to wp-content/plugins/formidable-wpml/controllers folder, edit the FrmWpmlAppController.php file, and make a change on line 606, please?
Basically, just change the code from this: