ACF Pro, Soliloquy, Global Block

Is there a way to add a dynamic Soliloquy slider (using the Dynamic Addon) in a global block that will get images from an ACF Pro gallery?

So far I have the ACF gallery created, but I’m having trouble with adding the Dynamic Soliloquy slider to the Global Block.

Update.
Here is how I’m trying to insert the soliloquy shortcode into the Global Block:
[soliloquy_dynamic id=“111124512” images="{{dc:acf:field field=“gallery”}}"]

the {{dc:acf:field field=“gallery”}} dynamic code outputs this: 27739, 27738 (which are the id’s of the images uploaded to that post via the ACF gallery)
but does not seem to be working within the shortcode.

When I replace the dynamic code within the shortcode with the id’s “27739, 27738” and remove the space after the comma “27739,27738”, the page shows the gallery.

Hi @marketfresh,

Thanks for reaching out.
The Dynamic Content has a printable output and can’t be used as a parameter to any shortcode or methods.

Thanks

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