michalP-55
Tell us what you are trying to do?
im trying to translate things like "read more" on pages like:
hidden link
Is there any documentation that you are following?
I have looked for it in "Translate texts in admin screens »" i guess we will need to turn again "Look for strings while pages are rendered"
Is there a similar example that we can see?
We have made exactly the same at rebrandy.pl
What is the link to your site?
Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
Hi,
Thank you for contacting the support.
Usually that "Read More" kind of links are part of your theme (i.e. a template listing these post excerpts). If you can not find it in Admin Strings, I'll advise to scan the theme and try again. See https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/#scanning-the-theme-and-plugins for details.
However, before proceeding further, I'll advise to fix the following:
IMPORTANT: Take full backup of your website and database beforehand. It is highly advised to try the following on a staging/dev site first, so your live website isn't compromised.
- Upgrade PHP to at-least version 7.4 as this is the minimum requirement by WordPress itself, see https://wordpress.org/about/requirements/ for details.
- Fix “WP Memory Limit” to at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set this in your wp-config.php file by adding following code:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */
- Update WordPress to the latest version.
Then retry the scanning and searching for the strings.
Please let me know and I'll try my best to help you further on the matter.
Regards.