Single Image Type Connection returns Array

Support MB Beaver Builder Integration Single Image Type Connection returns ArrayResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10564
    meta_geckometa_gecko
    Participant

    Hi,

    As the title states, when attempting to insert the connection the Single Image inside a default query of a posts module on a singular themer template:

    [wpbb post:meta_box field='facts_image' image_size='thumbnail' date_format='']

    The image does not display and instead returns : Array

    Here is the field code I'm using, and I don't have a problem with any other connections (so far):

    [
        'id'               => 'facts_image',
        'name'             => 'Fact Image',
        'label_description'=> 'Max file size for images ≤ 225KB',
        'type'             => 'single_image',
        'force_delete'     => false,
        'image_size'       => 'large',
        'columns'          => 6,
        'class'            => 'fact_featured_img',
        'tab'              => 'fact_media',
      ],

    What am I missing?

    #10566
    meta_geckometa_gecko
    Participant

    Hi Anh,

    It seems this is a limitation with Themer.

    Currently, only string values will be returned as objects, and arrays are not currently supported by field connections.

    I'm not sure what the solution is, although it would probably save some confusion if this connection was removed and a request sent to Beaver Builder to start adding some notes about the known limitations to their knowledge base (and it would be helpful if you added this to the documentation of the connector plugin too).

    Fortunately I don't need any too complex with the current site, so I can fudge my way around it.

    I might just decide to dump Themer for the Singular layouts and go back to normal WordPress since the layouts are extremely basic...

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