Archived topic
How to Insert Beaver Builder Layouts with GP Elements
2 replies · Started by Sandee on October 31, 2018
Hi, I'm trying to add a Beaver Builder saved row to the area on top of the footer widgets. When I use this: [fl_builder_insert_layout id="381"], the area doesn't appear, but the shortcode does. When I tick, EXECUTE SHORTCODE, it doesn't appear at all. I have tried using both the before_content hook and the before_footer_content hook.
I have done this before with the GP Hooks, but I can't remember what I did, and it seems I didn't save the snippet.
Thank you for your help!
Sandee
Hi there -- is there a way for me to get some help? Can you share a link to a help file or something?
Hi there,
That's strange, checking "Execute shortcodes" should work.
Try this:
<?php echo do_shortcode( '[fl_builder_insert_layout id="381"]'] ); ?>
Then check "Execute PHP".