- Status
- Resolved
- Resolved in
- 4.11.4
- Related plugin/theme
- Cornerstone
Overview of the issue
With the latest release of Cornerstone, when you create a page and add some elements to it and try to translate it using WPML’s translation editors, the content will not show up and only the page title will present.
Workaround
Our developers are working on a fix for this issue. In the meantime, you can translate follow these steps to fix the issue on your site:
- Backup your website files and database.
- Go to this file: wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/page-builders/src/st/compatibility/class-wpml-page-builders-defined.php
- Replace line 75
'function' => 'cornerstone_plugin_init',
with
'function' => 'cornerstone_boot',