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.
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:
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.