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]