I am trying to: Create a single post template for custom post type created with tool set. Specifically I have a featured Hero image which should be the featured image of the post, while this is working, the example project featured image is also loading. When you are creating a template, toolset lets you choose a preview project - its that preview projects featured image that is showing in addition to the live project.
Link to a page where the issue can be seen: hidden link
For now, Im going to rebuilt this hero section in kadence instead of toolset. I can use a custom meta field to help kadence find the correct image, it does not work on the backend but it does load on the front end (wpcf-featured-image).
After watching my screen cast, let me know if this is something you can reproduct and fix, along with the issue with the gradient background color missing the option to modify it. Thank You.
Man, so sorry I messed that up. The previous login you have is now an administrator. I moved the Hero section created with toolset to the bottom of that page so you can figure out why it is loading the demo image like my video showed. If you need me to create a separate tickets to suggest updating the container settings to allow the gradient overlay to actually be edited, just let me know.
Thank you
The thing is that on a single post content template when you use dynamic source it will display the featured image belongs to the post you will display.
So, for instance, if you have post A and B having custom fields as featured image and you added dynamic source to display the image using image block, when you select post A it will display the custom field featured image belongs to post A and if you select B it will display the custom field featured image belongs to post B.
You may try to add static image either using image block or core image block and check if that helps.