Hello, I have a query loop and when its clicked it open a poup with data from a ACF REPEATER.
This data in this case is mostly videos.
When I’m loading posts, the ‘Fetch content via ajax’ works fine, and the content is only loaded when the button is clicked.
However, if I’m loading fields from a repeater field, the ‘fetch content via ajax’ dooesn’t work.
If I remove that option. All content seems to be loaded in page loaded, even before the button is clicked.