Archived topic
dynamic picture with term-meta instead of post-meta
4 replies · Started by Heinrich on August 11, 2021
hi team,
building a woo-product template element with dynamic-text and dynamic pictures is working fine.
building a woo-category template element with dynamic-text is working, but how to get dynamic pictures into? it´s not possible to select term-meta in the dynamic picture block.
any other possibility?
Hi there,
we haven't begun integration with Woocommerce yet, but ... what kind of element are you adding ? Is it a page hero ?
hi david, no page hero, a normal block with an existing hook (woocommerce_after_shop_loop). this is working fine. the task is to show dynamic pictures in term-meta (coming from acf).
Hi there,
Is the image a background image? If yes, you can use GB container block's term meta.
Term meta should work for taxonomy custom fields as well - example: https://share.getcloudapp.com/NQuYdmEE
The featured_image here is an ACF image field set for taxonomies.
hi elvin,
currently we use this as workaround. is it on your agenda to expand the dynamic-image functionality?