Skip Navigation

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.

Sun Mon Tue Wed Thu Fri Sat
12:00 – 20:00 12:00 – 20:00 12:00 – 20:00 12:00 – 20:00 12:00 – 20:00 - -
- - - - - - -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 1 voice.

Last updated by Noman 1 day, 13 hours ago.

Assisted by: Noman.

Author Posts
January 28, 2025 at 2:15 pm #16642225

innovexA

Background of the issue:
I add custom tabs in each product from theme option (customizer ▸ WooCommerce ▸ Product Page ▸ Tabs / Blocks) on my site hidden link. When I try to translate this, it is not showing. Only one heading is translated, and all content uses almost the same domain but still has this issue [theme_mods_rey][single__custom_tabs]. I am following the official docs of WPML.

Symptoms:
Translation not showing on the website for custom tabs in WooCommerce product pages.

Questions:
Why is only one heading translated while the rest of the content is not?
How can I ensure that all custom tab content is translated correctly?

January 28, 2025 at 2:17 pm #16642272

innovexA

Mix 2 tablespoons with hot water. Stir well and (optional)add a squeeze of lemon for flavor. Enjoy once or twice daily for best results.

to

امزجي ملعقتين كبيرتين من الماء الساخن. قلبي جيدًا وأضيفي (اختياريًا) القليل من عصير الليمون لإضفاء النكهة. تناولي هذا المشروب مرة أو مرتين يوميًا للحصول على أفضل النتائج.

Ingredients

to

المكونات

Made from nutrient-rich bone parts, including bone marrow, which contains:
Phosphorus
Calcium
Magnesium
Potassium
Collagen
Iron
Zinc
Manganese
Selenium
Vitamin A
Vitamin K
Omega-3 & Omega-6 fatty acids

to

مصنوع من أجزاء العظام الغنية بالعناصر الغذائية، بما في ذلك نخاع العظام، والذي يحتوي على:
الفوسفور
الكالسيوم
المغنيسيوم
البوتاسيوم
الكولاجين
الحديد
الزنك
المنجنيز
السيلينيوم
فيتامين أ
فيتامين ك
أحماض أوميغا 3 وأوميغا 6 الدهنية

Storage Instructions

to

تعليمات التخزين

Keep refrigerated for up to one month. Freeze for up to three months.

to

يمكن حفظه في الثلاجة لمدة تصل إلى شهر واحد، ويمكن تجميده لمدة تصل إلى ثلاثة أشهر.

January 28, 2025 at 2:18 pm #16642274

innovexA

I tried to Generate .mo files but not worked

January 28, 2025 at 2:53 pm #16642565

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting WPML Support. Could you please follow the below steps and let me know how it goes:

1. The current WP Memory Limit on your site is 40MB. The WP memory limit needs to be increased, it's different from PHP memory. PHP memory is fine but WordPress uses 40MB as default in your site. The minimum requirements for WPML are 128MB: https://wpml.org/home/minimum-requirements/

Please add this line to your wp-config.php file to increase WP memory, wp-config.php file is located in the root of your WP install:

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

You can add it anywhere in your file. I recommend placing it right before the following line:

/* That's all, stop editing! Happy blogging. */

2. Please add the below XML in WPML >> Settings > Custom XML Configuration section:

<wpml-config>
  <admin-texts>
    <key name="theme_mods_rey">
             <key name="single__custom_tabs">
		<key name="*">
			<key name="content" />
			<key name="text" />
</key> 
</key>
     </key>
  </admin-texts>
</wpml-config>

3. Go to the WPML >> String Translation page.
4. Search for the string and make sure to add the translation.

Please let me know the results,
Thank you