Unfortunately, I cannot reproduce the issue. Would you be so kind as to provide more details about the conditions, best in a screencast using https://jam.dev showing and explaining what the condition does?
Perfect, Thanks so much for the video!
Now I’m able to replicate the issue. The archive title returns “Archives” as soon as the infinite scroll triggers.
Please set the query as “Is main query” and try again if any irrelevant post displayed in infinite scroll.
{archive_title} not usable in infinite scroll:
Understand this is an issue, because Bricks is using get_the_archive_title function to retrieve the current archive page title. However, get_the_archive_title is not working inside the REST API call (Infinite scroll, AJAX popup, or Query Filter AJAX) because no main query in REST API.
Any specific reason must use {archive_title} as condition for the looping posts?
Instead of using {archive_title} as the condition, if your main purpose is only to display the button for any post’s activity-status taxonomy is “Reported Involvement”, you can use {post_terms_activity-status:plain}containsReported Involvement in the condition area. Can you try this approach?