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.

This topic contains 1 reply, has 0 voices.

Last updated by Osama Mersal 3 weeks, 6 days ago.

Author Posts
December 8, 2024 at 2:54 pm #16489916

susanV-6

Background of the issue:
I have translated all the pages on my site and added the option for English and Spanish using WPML. I am trying to ensure both language options are available on the live site.

Symptoms:
When I sign out of WordPress and visit the site, there is only an option for English, and the option for Spanish is not showing up.

Questions:
What am I doing wrong?
Why is the option for Spanish not showing up?

December 8, 2024 at 3:02 pm #16490001

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

Thanks for contacting WPML forums support. Before your ticket is assigned to one of my colleagues, please allow me to walk you through some initial debugging steps. This will help speed up the support process.

1) Please make sure that the Spanish pages are published, not drafts. In order to check that, please go to Pages-> All Pages, switch the language using the top admin bar, and check the translated pages.

If they are drafts, please publish them and check the issue.

2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page 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:

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

Best regards,
Osama

The topic ‘[Closed] I’ve translated the entire site but it does not display on live pages’ is closed to new replies.