Tell us what you are trying to do?
I'm trying to load a custom term value in a Beaver Themer category archive layout to display a banner image for the category
Is there any documentation that you are following?
Not directly.
Is there a similar example that we can see?
Found one or two questions that seemed similar but they dealt with Views instead of types.
What is the link to your site?
Links and description follows. I understand this is likely outside of Toolset support as it involved Beaver Builder, but I thought I'd give it a hail mary.
We are working on a custom category page layout using WP Types and Beaver Builder Themer.
We have created a layout and hope to use a custom field added via WP Types to the product category.
On this page here:
hidden link
You can see how the 'Lighting and Signage' category has a thumbnail as set using the traditional category thumbnail configuration for WooCommerce product categories.
If we open up that category and go to the Lighting and Signage sub category, we have a section across the top that we want to use for displaying a different image
hidden link
(If we use the same product category image, our proportions would be off kilter for the new space)
We've added a Term custom field group called Product Category Options which is assigned to woocommerce product categories.
Inside we have a Term Field called "Product Category Banner" with the slug 'product-category-banner' which as we understand it is referenced as 'wpcf-product-category-banner' when addresses through Toolset or a WPBB custom key callout.
You can see this element in the attached Term-Field-Group.JPG
You can also see the category itself in the screenshot Thumbnail-and-Banner-Category.JPG with both a thumbnail image as seen on the first link and a Product Category Banner image that does not currently display on the site
If we edit our Product Category archive layout, and evaluate the Row Settings for our banner row as seen in Product-Category-Archive-layout.JPG, we can see that we've set the photo source to Post Custom Field
For that Post Custom Field, we've tried a variety of scenarios
post:custom_field key="wpcf-product-category-banner"
post:custom_field key='wpcf-product-category-banner'
term:custom_field key="wpcf-product-category-banner"
category:custom_field key="wpcf-product-category-banner"
all with a varety of " or ' and sometime swith some wpbb prefaces, with and without the [] etc.
We're not having much luck, and so I wanted to reach out and see if you had any insights you could offer us on how to correctly reference the data point
Thank you very much, we appreciate any help you may be able to shed on this inquiry.
George