This element could not render because

Hi

We have a website with +20 custom CS Elements. After updating to CS7.0 we’ve started getting the “This element could not render because its definition is missing. You might need to activate a plugin” error. We’ve enabled “All Classic Elements” in the CS Settings for Administrators, but the error still occurs.

Please advice us

Thanks

We are going to have various fixes for Cornerstone Standalone in the next release. The issue you are probably referring is with v2 rows and columns which will be addressed better in 6.1.3. Adding the below to a child theme will fix that for now. Expect fixes to the CSS, sliders, theme options, and validation in the next release. Let us know if you have any questions and if the following snippet helped. Have a great day.

add_theme_support( 'cornerstone-managed', [ 'handle' => 'x-stack' ] );

Thanks. This did a difference for sure. The various fixes you mention - would you suggest us to wait updating from CS6 to CS7 until they’ve been released?

Thanks!

Hi @mediegruppen,

You can add the code suggested by Charlie, once the update is release you can update it.

Thanks

Hi

You’re saying “once the update is released”.

  1. You mean, that we should not update to the current CS 7.0.2 but wait until the next release is ready instead and THEN use the code suggested by Charlie?

  2. Or should we use the code suggested by Charlie and then update to the current CS 7.0.2 version, that’s LIVE now?

Thanks

Hi @mediegruppen,

You can add the code suggested by Charlie, and when a new update comes you can update that as the code might be included in that update.

NOTE: A few hours ago we have released another version of the theme with some fixes, I would recommend you update your theme to the latest one.

Thanks

Alright, thanks a lot :slight_smile:

Hi @mediegruppen,

You are most welcome.

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