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 3 replies, has 2 voices.

Last updated by Long Nguyen 1 year, 9 months ago.

Assisted by: Long Nguyen.

Author Posts
July 12, 2023 at 9:29 am #14021467

johanL-19

Hi,

I am translating a fresh version of this website, and have made the start page now. I started with the WPML translatation system, but I chose to translate in the editor instead, due to the design. Page should be visible now, but I can not get hidden link to appear. I really need a little help here.

Let me know if you need a login.

Screenshot 2023-07-12 at 16.25.27.jpg
July 12, 2023 at 9:42 am #14021765

Long Nguyen
Supporter

Languages: English (English )

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

Hi Johan,

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

Now I see the homepage in the English language works properly, please check this screenshot hidden link

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

July 12, 2023 at 10:03 am #14022077

johanL-19

Hello.

I have solved this, I removed a redirect - but I can not tag this as solved. Can you please close this?

And site memory_limit is 1G, not 128M. Where do you see this?

Screenshot 2023-07-12 at 17.00.49.jpg
July 13, 2023 at 2:07 am #14028715

Long Nguyen
Supporter

Languages: English (English )

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

Hi,

1G is the PHP memory limit and it is a bit different from WP memory limit.


- PHP Memory Limit is the total size of memory that your server provides for you.
- WP Memory Limit is the memory assigned to a particular WordPress site on the server. It can never be bigger than the server’s main PHP Memory Limit. In other words, if your server’s PHP Memory Limit is 64M, even if you set WP Memory Limit to 128M or more, the actual memory limit for your site will still remain 64M.

You can check the values in WPML > Support > PHP and WordPress section. Refer documentation https://wpml.org/faq/checklist-before-opening-a-ticket-in-wpml-support/#does-your-wordpress-installation-have-all-the-needed-resources

I hope I was helpful. Don't hesitate to ask if you find any problem along the way, I'll gladly help you.