Skip Navigation

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

Problem:
If you're experiencing issues with the shop page during automatic translations, such as missing images or the page not appearing correctly in languages other than Italian, and products not being displayed separately, the problem might be related to server resources or synchronization settings.
Solution:
First, ensure that your website meets WPML's minimum requirements by increasing the PHP memory limit. You can do this by:
1. Accessing your server via FTP and opening the wp-config.php file in your WordPress root directory.
2. Inserting the following lines just before /* That's all, stop editing! Happy blogging. */:

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

For more information, check out the minimum requirements.

Next, try the troubleshooting option in WooCommerce Multilingual:
1. Navigate to "WooCommerce > WooCommerce Multilingual > Status".
2. Click on the "Troubleshooting" link at the bottom right.
3. Before starting the synchronization, ensure you have a backup of your database.
4. Select the option "Sync products categories (display type, thumbnail)" and click "Start".

If the issue persists, we need to understand how you inserted the image in the original language.

Please note that the solution provided might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at WPML's known issues page, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem still exists, please open a new support ticket with us.

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 2 voices.

Last updated by Nicolas V. 1 year, 3 months ago.

Assisted by: Nicolas V..

Author Posts
February 26, 2024 at 11:21 am #15343714

monica-mariaC

Good morning,
I encountered an issue with the shop page while doing automatic translations. When I visit the website's shop category in languages other than Italian, I don't see the images or the page doesn't appear as it does in Italian. Additionally, the products are not displayed separately.
What could I do?
I await your response, best regards.

Cattura 2.PNG
Cattura.PNG
February 26, 2024 at 3:14 pm #15345099

Nicolas V.
Supporter

Languages: English (English ) French (Français )

Timezone: America/Lima (GMT-05:00)

Hello,

Welcome to the WPML support forum. Let's start by meeting WPML's minimum requirements. I've noticed your website has a low PHP memory allocation (40M). The minimum requirement for WPML is 128M but we recommend 256M:

- Access your server via FTP and open wp-config.php (in your WordPress root directory).
- Insert those lines just before /* That's all, stop editing! Happy blogging. */

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

More info: https://wpml.org/home/minimum-requirements/

---

Now regarding your issue, the first thing we can try is a troubleshooting option:
- Go to "WooCommerce > WooCommerce Multilingual > Status" and at the bottom right click on the link "Troubleshooting"
- As mentioned on the next page, please make a backup of your database before you start the synchronization
- Then select the option "Sync products categories (display type, thumbnail)" and click "Start"

If the issue persist after that, could you please tell me how did you insert that email in the original language?
- Did you use the default "thumbnail" field in "Products > Categories > Edit category"?
- I see that you have ACF, did you use a custom field?

Understanding how the image is inserted in the original language will help me found a solution to copy it on the translation.