Broadcast should be able to handle featured images automatically.
The top image I don’t know about (if it’s a featured image, then something is broken) but the quote guy picture might require an add-on, depending on the complexity of the page.
How is the quote image added? Image in a shortcode or something? Page builder?
Hi there, the featured image isn’t being used in the hero (top image) its a background image. We are using WP bakery page builder, so for example the testimonial image is added using a testimonial element within the builder? We have used the builder in other places and it has worked alongside your plugin?
You’ll probably need the Shortcode Attachments add-on to process images within shortcodes.
If you look at the screenshots, there are several wizard options to help you create shortcodes, and if you can’t create a shortcode setting that fits your hero shortcode, just shout and we’ll get you fixed up.
(Ideally, send me the massive broadcast debug text of the post in question.)
Hi, sorry I don’t understand how that plugin works? How would I set it up to pull through all the images for each case study page?
If you mean Broadcast, then it will only automatically copy images that are in 3 places:
- The featured image
- In gallery shortcodes
- Attached to the post
During broadcasting the images are copied to the child blog and the URLs and image IDs are modified.
If you have images in various page builder shortcodes, you’ll need the aforementioned Shortcode Attachments add-on to handle images in there.
If you need help getting the add-on working, please e-mail me at [email protected].
An update on this: the shortcode attachments and shortcode terms add-ons were necessary to detect the images and taxonomy terms in the various shortcodes.
Also, since the post content was in a custom field, the parse custom fields snippet was also used.
And with that, resolved!