2 questions:
1. The search feature is missing posts--how do I ensure all posts are being searched (the query is correct)?
2. How do you use class "ari-fancybox-iframe" so that if the featured image is selected the linked post appears in a lightbox?
Thank you.
Welcome to our forum.
#1, Post grid search use default parameter "s" and by default, not that advance search result, there is a filter hook for query arguments, you could take advantage to make advance search form and search thought Post Grid, please see the documentation
https://pickplugins.com/documentation/post-grid/filter-hooks/post_grid_query_args/
#2, not for thumbnail, you can add custom class to item wrapper by filter hook, please see the documentation
https://pickplugins.com/documentation/post-grid/filter-hooks/post_grid_item_classes/
There is also HTML element under layout editor, you can pass any shortcode to generate custom HTML each item(post) of post grid.
Let me know if you understand correctly.
Regards
Sorry, i forget to mentions, under layout editor you can add custom class for each element, if you don't use default media source then you could use thumbnail via layout editor, otherwise you will see double thumbnail for each post.
https://imgur.com/b16bdJv
https://imgur.com/xbUlWqg
Regards