Skip Navigation

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

Problem:
When translating a page, post, or calendar event, the translated page's title does not appear in the browser's tab, even though it is provided in the WordPress editor and the Yoast SEO plugin section.
Solution:
If you're experiencing this issue, we recommend using the 'Insert Variable' button to insert the correct variables into the SEO title when editing the page.

If this solution doesn't look relevant to your issue, please open a new support ticket.

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 Long Nguyen 11 months, 4 weeks ago.

Assisted by: Long Nguyen.

Author Posts
January 29, 2024 at 9:57 pm #15240976

alexandreD-58

I am trying to:

When translating a page/post/calendar event, the translated page's title doesn't appear within the browser's tab whereas the original page is working correctly. A title is provided in the WordPress editor page as well as in the Yoast SEO plugin section.

Link to a page where the issue can be seen:

hidden link

I expected to see:

The title showing up within the tabs for the translated content.

Instead, I got:

Capture d’écran, le 2024-01-29 à 16.38.34.png
Capture d’écran, le 2024-01-29 à 16.39.31.png
Capture d’écran, le 2024-01-29 à 16.39.17.png
Capture d’écran, le 2024-01-29 à 16.38.30.png
January 30, 2024 at 7:50 am #15241711

Long Nguyen
Supporter

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi Alexandre,

Thank you for contacting WPML support, I'd be happy to help you with this issue.

I also see the page title in the browser tab doesn't display in the original language (FR)
hidden link
Please check the screenshot attached.

So I think the issue isn't related to WPML itself. I suggest you use the button Insert Variable to insert the correct variables to the SEO title when editing the page and recheck this issue.

While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
https://wpml.org/home/minimum-requirements/.
You can increase it by adding the following code in your wp-config.php file, right before the /* That’s all, stop editing! Happy publishing. */ line:

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

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

Look forward to your reply.
Thanks

Edit Post “Tester le nouveau message” ‹ WPML Testing — WordPress 2024-01-30 14-44-59.jpg
Screenshot 2024-01-30 at 14.27.33.png
February 2, 2024 at 1:59 am #15257332

alexandreD-58

The support from Long was quick, efficient and straightforward. It did resolve my issue. Thanks!