Hey @core365,
Please note that custom coding is outside the scope of our support. I will provide some suggestions but if they don’t solve the issue, you can sign up to our One service.
Below are two possible reasons why your new Cornerstone footer component is not displaying.
Cause 1: The “Export Component” Option is Turned Off (Most Likely)
In Cornerstone, components are not automatically available to be rendered via shortcodes unless they have been explicitly marked for export. When this is disabled, the theme’s shortcode handler will not find the component in its registry cache, and will render nothing (an empty string).
How to Fix:
- Open the Cornerstone Builder and navigate to your Components section.
- Open the “Footer” component (ID:
hJlgIXtPtPlD0EJbho).
- Right-click the element/component in the inspector or click its settings to open the element manager.
- Locate the “Export Component” toggle/checkbox and turn it ON.
- Save the component. This will register the component in the system and automatically purge the component cache.
- Verify that the generated shortcode matches the ID you copy-pasted.