Hi there,
A bit of a long-winded one. Essentially I’m building a card grid with the query loop builder in Bricks. The grid is displaying items from a custom post type of mine (generated by ACF). Each post is assigned one term (and one term only) from an associated taxonomy. Each of those taxonomy terms is assigned a background image array (a custom field in the taxonomy, again created by ACF). I want that image to display as the background image for the card. So essentially, I need Bricks to identify the related taxonomy of the item and pull the URL of the image in the custom taxonomy meta and insert it as a background image.
I’ve tried everything from choosing the field in the dynamic data dropdown, to custom PHP (but echoes don’t print at all even though I have code execution turned on).
Any thoughts?
Thank you in advance!