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
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

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

This topic contains 2 replies, has 2 voices.

Last updated by Waqas Bin Hasan 1 year, 9 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
September 6, 2023 at 9:10 am #14349843

robertF-22

Scenario:
Change the language to Polish, and try to make a booking using the booking form, the modal form is translated correctly on desktop devices.

If you do the same on mobile devices, 3 strings seem not to be translated:
int X nights
TOTAL
Deposit for instant booking: int

Why does it work on desktop, but it does not on mobile?
How to fix it?

IMG_4634.PNG
September 6, 2023 at 9:44 am #14350345

robertF-22

Please see desktop screenshot

IMG_4635.jpg
September 7, 2023 at 9:41 am #14357789

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

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

Hi,

Thank you for contacting the support.

Before proceeding further, may I ask you to try the following?

IMPORTANT: Take full backup of your website and database beforehand. It is highly advised to try the following on a staging/dev site first, so your live website isn't compromised.

- Fix “WP Memory Limit” to at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set this in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */

Then:
- Update WPML plugins to the latest versions.
- Also update other plugins to the latest versions.
- Update your parent theme to the latest version, because as per our records, last compatibility update was for version 3.3.

Then clear all caches and recheck for the issue. However, if issue is still there, then continue with the following:

- Check with your parent theme only.
- Deactivate all plugins except WPML, its addons and most necessary plugins, and check for the issue.
- Activate each plugin one-by-one, while keeping check on the issue after a plugin is activated. This way you'll be able to pinpoint a plugin having a conflict (or problem), if any.
- If the problem persists, repeat the above steps with a default theme of WordPress (i.e. 2021 or 2023).

Please let me know and I'll try my best to help you further on the matter.

Regards.

The topic ‘[Closed] Some strings do not translate accordingly’ is closed to new replies.