I am circling back to this topic, because it still does not work. My last post has been closed, so I am oping a new one.
I am re-describing the issue. First, this is the component I am using for this test. It is very simply: a Div containing a Text Element, which in turn contains dynamic contents pulling the post titel. The Div is exported, and I will use it’s shortcode later.
I am using that component on this page: https://wordpress-780768-2659923.cloudwaysapps.com/testpage/
The page has two Sections which are identically set up: Section > Row > Column > Accordion
The column is a Looper Provider for “Recent Posts”, and also a Looper Consumer that consumes 2 posts.
The accordion contains in the header and in the content {{dc:post:titel}}.
In Section 2, in the content, I have replaced {{dc:post:titel}} with the reference to the component shortcode described above.
Observation: The shortcode does NOT produce the post titel of the looped content, but instead it produces the page name (“testpage”)
Additional note: Within Cornerstone, the first consumed post/accordion does show the correct post title, but the second post/accordion (and all after, of more than two are consumed) do show “testpage” also within Cornerstone.