ACF Custom Options Page => Looper Provider and consumer problem

hi there,

i made a custom options page in wordpress.
now i can’t find the right acf attributes to display.
I have created a gallery, but when I enter the looper provider and consumer in the page builder, according to the documentation, I get no display.

can you help me?
thanks harry

logins and links in the appendix.

Hi @deranaloge,

Thanks for reaching out!

The issue on your setup has something to do with your Looper Provider ( Dynamic Content ). Your dynamic content is {{dc:acf:post_field field="pp_fotos"}}, there’s nothing wrong with the code if you assign the field to post or a page. Since the data is coming from the options page, which is global, you need to use the option_field. To fix your issue, you should change your dynamic content from {{dc:acf:post_field field="pp_fotos"}} to {{dc:acf:option_field field="pp_fotos"}}.

Hope that helps.

hi marc_a,

thank you that was the problem! :slight_smile:
cheers
harry

Hi Harry,

You’re welcome and it’s our pleasure to help you! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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