Update has caused cornerstone built pages to show blank in X theme

If I turn off the cornerstone plugin then the content of the page shows with cs shortcodes, but if the cornerstone plugin is active the page is blank. this is only for pages built in cornerstone. the content can be seen when editing in cornerstone.

I do have some code in functions which I was advised to add to stop the code showing in the wp editor:
// Additional Functions
// =============================================================================

/* Temporary fix for Gutenburg issue with WP 5.4 */
add_action(‘admin_head’, ‘fix_content_builder’);

function fix_content_builder() {
echo ’
.cs-disable-gutenburg #editor .edit-post-visual-editor.editor-styles-wrapper {
display: none!important;
}
';
}

I have removed the x theme and replace with the most recent version but this didn’t help.

I have now reverted the site to backup as I can’t leave the site like that.
Tamsin

Hi @pyntolimited,

I’ve tried to uncover what’s going on here but still don’t quite have a solution. I would advise waiting to update until at least the next point release is out. Hopefully by then we’ll have it solved.

Ok thank you. How will I know when that is please?

Hi @pyntolimited,

We have been able to fix these issues. It hasn’t been released yet, but the versions you are looking for are X 8.0.5 and Cornerstone 5.0.5

Having a similar problem. I have updated both X-them and Cornerstone as mentioned above and I get this screen when I select cornerstone

Hi @dave1,

Thanks for reaching out.

I recommend the following troubleshooting procedures before we investigate the settings.

  1. TESTING FOR THEME RELATED ISSUE
  2. TESTING FOR PLUGIN CONFLICT
  3. THEME UPDATE
  4. CHILD THEME
  5. CSS/JS CUSTOMIZATION
  6. VERSION COMPATIBILITY

Only if none of that helps, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.