Beaver Themer not displaying MB image when inserted as shortcode.

Support MB Beaver Builder Integration Beaver Themer not displaying MB image when inserted as shortcode.Resolved

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33529
    Richard MichaelRichard Michael
    Participant

    Hi There,
    I am creating a custom html archive layout in the Beaver Builder/Themer posts module but whenever I use a field connection to pull in a Metabox single image field I only get the word 'Array' on the front end instead of the custom image. I'm using the latest version of BB and MB.

    Here's the html.

    <div class="custom-image">
    [wpbb post:meta_box field='image' image_size='medium']
    </div>

    Any help appreciated.

    #33542
    Richard MichaelRichard Michael
    Participant

    I have now tried the same exercise with the FREE Advanced Custom Fields plugin and it worked first time.

    Here's the ACF code:
    <img src="[wpbb post:acf type='image' name='image' image_size='large' display='url']">

    I tried wrapping the Metabox code in an img tag like the ACF code but now just get a broken link icon.
    <img src="[wpbb post:meta_box field='image' image_size='large']">

    #33544
    Long NguyenLong Nguyen
    Moderator

    Hi Richard,

    Please refer to this topic to get the image URL with the helper shortcode
    https://support.metabox.io/topic/field-connector-not-working-with-simple-image-field-when-inserting-into-html/

    Read more on the documentation https://docs.metabox.io/shortcode/

    #33581
    Richard MichaelRichard Michael
    Participant

    Why doesn't this just work as it does in ACF, why does metabox insert the wrong shortcode in the html in the first place. Is this going to be fixed soon?

    #33606
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The Beaver shortcode is not compatible with the Meta Box image fields. I'm going to inform the developer team to consider supporting it in future updates.

    Thank you.

    #33970
    lighterdayzlighterdayz
    Participant

    Is there an update on this? I need this as well. I also get the broken img icon.

    <div> <img src="”[rwmb_meta" />
    </div>

    Thanks,
    Marge

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.