I'm using Meta Box AIO, Beaver Builder, and Beaver Themer. I added custom fields to Users, most of which are text fields, but one field is an image field. The image field allows Authors to add an extra image to their profile.
I set up a Beaver Themer layout for Author Archives to display the different custom fields on an Authors page. The text custom fields display just fine, but I'm also trying to pull in the image custom field so I can display the extra image on Author pages, however, when I do this, the image is just blank. If I do this on a CPT, then the image displays fine, but the moment I try to do this on a Beaver Themer Layout for Author Archives, it doesn't work anymore.
Here's a screenshot showing some snippets I tried: https://share.cleanshot.com/bJBL0RFc
I tried adding an Image module from Beaver Builder and using the field connection feature to connect the custom field, but that doesn't display the image. This works fine on CPT's, but not Author Archives.
I tried using this shortcode on a Beaver Themer layout for Author Archives: [wpbb post:meta_box_post_author field='m_boatimage' image_size='full']
"m_boatimage" is the image custom field I created using Meta Box Builder.
When I view my own Author page using the snippet above, I can see the image. But when I try to view someone else's Author page, it's just a blank image.
How can I display an image custom field in a Beaver Themer Layout for Author Archives? I would think this should be possible as it works fine on CPT's, just not Author pages for some reason.
Thanks for any information you can share with me! This one has me stumped.