Issues using Meta Box Field with Beaver Builder conditional shortcode (if/else)

Support MB Beaver Builder Integration Issues using Meta Box Field with Beaver Builder conditional shortcode (if/else)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40180
    Craig PatersonCraig Paterson
    Participant

    Hi there,

    I have the shortcode below set up on a Beaver Builder page, and the Meta Box field always displays. If the field is empty, it should display the "else" statement.

    Does Meta Box work with Beaver Builder conditionals? Or is there another way to check the content of the field?

    [wpbb-if post:meta_box field='advisers-to-adviser-articles_to']
            <hr>
            <strong>Adviser Articles</strong>
            [wpbb post:meta_box field='advisers-to-adviser-articles_to']
        [wpbb-else]
            <hr>
            No articles yet - check back soon.
    [/wpbb-if]
    #40192
    PeterPeter
    Moderator

    Hello,

    Beaver Builder conditional logic shortcode is not working with Meta Box properly. If you want to use the Beaver conditional logic, please follow this article https://metabox.io/introducing-beaver-themer-conditional-logic-integration/.

    and follow this topic https://support.metabox.io/topic/beaver-builder-conditional-logic-help/

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