Custom Layout not Rendering Correctly with Beaver Builder?

Custom Layout not Rendering Correctly with Beaver Builder?

This is a rare scenario, and to resolve such an issue try inserting the following filter in the child theme』s functions.php –

add_filter( 'astra_bb_render_content_by_id', '__return_true' );

Refer this doc on How to Add Custom PHP Code?

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註