Background of the issue:
I translated one page hidden link using WPML, but other languages are using a different template that I don't have in my WordPress.
Symptoms:
Translated pages have different template/layout.
Questions:
I translated one page hidden link but other languages are using a different template that I don't have in my WordPress. For example: hidden link hidden link
Anything I need to change to have translated pages on the same template layout?
Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128M.
Your current values are:
PHP MemoryLimit -1
WP Memory Limit 40M
You need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.
Add this code to the wp-config.php file to increase WordPress memory:
define ('WP_MEMORY_LIMIT', '256M');
Add this just before this comment:
// That's all, stop editing! Happy blogging.
The current values can be viewed under WPML > Support > WordPress.
These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change them directly if the changes are not applied immediately.
Now, once the limit is adjusted, please go to WPML > Translation Management > Dashboard and filter for the Template of your Block Theme. You need to translate each template using the WPML Translation Editor. The jobs will need to get accessed at WPML > Translations.