Hi, I am able to get parameters passing correctly for single components when I use shortcode. But I have a component that is a div with a text element inside it. The text element is the one with the parameter. (This is so the div can have a background image and the text element can pull in an article’s “featured text” based on what we include in the shortcode’s parameters.
I have selected “Enable Prefab” for the div element and call its ID in my shortcode. I then also include in my shortcode the parameter set in the child text element.
I have added dynamic content to the text element’s content area to pull the parameter content in once it is included in the shortcode.
Yet the output on the page when shortcode is used: the div image and text element load correctly, but the default parameter text gets pulled in instead of the dynamic parameter set with the shortcode.
I will add protected login info to this thread. The shortcode was added to the ‘Test Post’ post - this issue is happening in the Featured Text Component (not the article quoteblock component - that one works fine).
Thank you!