• jonsisk

    (@jonsisk)


    Howdy!

    I’ve got a page with a single beaver builder row that I’d like to display without everything else from the wp_head and wp_footer hooks. This page is getting asynchronously loaded onto another every 90 seconds so I don’t want all the assets that are attached to those hooks. I’ve built a page template that loads the_content but without the head/footer hooks none of the styles for the row get loaded.

    Is there something I can add to my template to load just the required beaver builder assets?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jamie

    (@codente)

    Looks like we helped you out in our community forum but I’ll just repost our reply from there in case anyone else stumbles on this thread.

    The wp_head and wp_footer are kind of essential as thats where scripts and styles are rendered.

    Most themes have a no header/footer template if yours does not you will have to add some code to remove the actions you do not want rendered in the header and footer using remove_action

    BB just uses wp_enqueue_style/script.

    • This reply was modified 2 years ago by Jamie.
Viewing 1 replies (of 1 total)
  • The topic ‘Loading BB content without wp_head and wp_footer’ is closed to new replies.