Hello.
(I understand this request might be beyond scope of support, but wanted to ask for the help anyways)
Ultimate goal: display one page (built in Cornerstone) as part of another page (built in cornerstone).
Question: Is there a function that we can call to generate a page built in Cornerstone?
We can successfully accomplish this via jQuery, but there are overlapping CSS classes. As an example, each page, both origin and target, have class="el1 x-section"
but the pages have differing styles for these classes.
When a page is loaded, there appears to be some compilation happening to generate a page built in Cornerstone.
the_content()
prints out the shortcodes.
The postmeta _cornerstone_data
is not in a format that can be displayed or parsed.
The postmeta _cs_generated_styles
has variables like %%post color%%
.
Is there a function that we can call to generate a page built in Cornerstone? Something y’all wrote to pull these pieces of data together into a whole, styled page?
Thank you.