This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
Tagged: How to translate
Related documentation:
This topic contains 2 replies, has 2 voices.
Last updated by Horst Friedrich Knöbl 1 year, 4 months ago.
Assigned support staff: Noman.
Author | Posts |
---|---|
September 19, 2019 at 12:02 am #4600309 | |
Horst Friedrich Knöbl |
Tell us what you are trying to do? What is the link to your site? |
September 19, 2019 at 11:18 am #4604241 | |
Noman Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Hi, Thank you for contacting WPML Support. Could you please follow below steps and let me know how it goes? 1. In most cases a string is not fully enabled and this is due to too many options being saved at once on that page. To fix this issue, please increase MaxInputVars to 10000 or more. For this, please try to set this variable in your php.ini: max_input_vars = 10000; suhosin.post.max_vars = 10000; suhosin.request.max_vars = 10000; You may need to contact your hosting provider to set them. - Please add this to the top of wp-config.php to increase WP memory: /* WP Memory Limit */ define('WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M' ); 2. After increasing max_input_vars value you need to tick all the required strings from WPML >> String Translations >> (at the bottom of page) “Translate texts in admin screens” >> and click on “Apply” button. 3. Then please go to WPML >> String Translation and you will see newly enabled values at the top of the page and ready for translation, add the translation for those strings and check Translation is complete checkbox and press the Save button. 4. To check the minimum MaxInputVars value required to save the page, please follow this doc: Thank you |
September 20, 2019 at 1:40 pm #4612787 | |
Horst Friedrich Knöbl |
My issue is resolved now. Thank you! |