[Waiting for user confirmation] Translation not showing up on site
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.
Elementor users - please update WPML to the latest version to maintain compatibility. More details here - https://wpml.org/changelog/2024/12/wpml-4-6-15-critical-update-for-elementor-sites/
Background of the issue:
I've translated pages on my site hidden link using WPML. Some pages are published, and they used to show up as a Spanish option before I updated the plugin.
Symptoms:
Translated pages are not showing up on the site as a Spanish option after updating the WPML plugin.
Questions:
Why are the translated pages not appearing as a Spanish option after the WPML update?
Thank you for contacting WPML Support. The issue you’re experiencing shouldn’t typically occur after updating the WPML plugin, as translations are stored in your site’s database. Could you please try to follow the below steps on those pages and see if this resolves the issue:
1. Open the default language page in Edit mode.
2. Make a small change, for example, add a space or + sign in your page/post title.
3. Update the page by pressing the “Update” button.
4. Now, please remove that small change that did in step #2.
5. Update the page again.
6. Now, please try to open the translated page in WPML Translation Editor and make sure the translation is 100% complete and press the Complete Translation button.
7. Clear all sorts of cache from your site/server/CDN and see if this resolves the issue.
define( 'WP_MAX_MEMORY_LIMIT', '256M');
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
to my wp config file but I need to remove it since I'm on a shared server and the other functions of the website don't work Can I just take it out or what do I need to do to revert to the correct wp config file?
Yes, you can safely remove the memory limit code you added to the wp-config.php file to revert it to its original state. Simply delete the lines you added: