Skip Navigation

Resolved

Resolved in: 4.11.4

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',

4 Responses to “Cornerstone 5.2.x - the content will not show for translation on WPML translation editors”

  1. We’ve done exactly as instructed above, replaced ‘function’ => ‘cornerstone_plugin_init’ with ‘function’ => ‘cornerstone_boot’ in the file wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/page-builders/src/st/compatibility/class-wpml-page-builders-defined.php but there was no change, still the translation fields don’t appear.