Please let me know once you have Cornerstone updated and where to go on the backend to see how the titles for the sections are added, and I'll be happy to further troubleshoot. Thanks!
I have found where the content is coming from. It seems it is hard coded under the functions.php file on the Malta Theme. Check this video with my findings: hidden link
My question now is, how can I translate that content that is hard coded?
Glad you were able to locate the titles. For content that is hard coded, you can wrap the strings in a gettext call and then scan the theme at WPML -> Theme and plugins localization. After that you should be able to translate them using string translation. Be sure not to leave the text domain blank, as I have seen issues with that in the past. Here is some documentation you can follow to add the gettext calls: https://wpml.org/documentation/support/translating-the-theme-you-created/
In the first part of the video you mentioned that you changed the titles to dynamic fields, but then the code you showed was hard coded titles. The hard code titles don't have gettext calls, so they will not show up in string translation until you wrap them in the correct calls and then rescan the theme for strings at WPML -> Theme and plugin localization. Once you do that, let me know if they still are not translated on the frontend. I linked the documentation with examples of how to wrap the texts in my previous reply.
The topic ‘[Closed] I am working with ACF, but the labels are not getting translated’ is closed to new replies.