Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
You are trying to translate specific words on your websites using WPML but cannot find the 'CATALOGS' and 'QUOTE CART' sections in the main menu, nor the 'See all products in the.... series' section above the product image.
Solution:
1. We recommend following the steps in our guide to find and translate strings that do not appear on the string translation page. You can find the guide here: https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/
2. Please increase the WordPress memory limit to at least 128MB, as recommended in our minimum requirements. You can do this by adding the following code to your wp-config.php file:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');

Add this code above the line /* That's all, stop editing! Happy blogging. */
You can verify the updated memory limit in WPML -> Support.

If this solution does not resolve your issue or seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum.

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.

This topic contains 1 reply, has 0 voices.

Last updated by Carlos Rojas 3 weeks, 3 days ago.

Assisted by: Carlos Rojas.

Author Posts
September 15, 2025 at 12:46 pm #17401917

Omer-farukO

Background of the issue:
I am trying to translate specific words on my websites using WPML. I have read forums and articles and tried admin translations, string translations, themes, and plugins, but I still can't find the words I want to translate.

Symptoms:
I can't find the 'CATALOGS' and 'QUOTE CART' sections in the main menu on hidden link. Additionally, I can't find the 'See all products in the.... series' section just above the product image on hidden link.

Questions:
How can I find and translate the 'CATALOGS' and 'QUOTE CART' sections in the main menu on hidden link?
How can I find and translate the 'See all products in the.... series' section on hidden link?

September 15, 2025 at 12:50 pm #17402392

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1.- I kindly ask you to follow the steps described in this guide: https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/ and see if you can find and translate the strings.

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Regards,
Carlos