thx for your reply. I already did that, so i have the correct css and js loaded.
This is not the problem.
The created content is not the same.
I think, that BB is not doing the processing. so i just get the normal page content but not the generated one.
so, how can i cat the HTML processed by BB instead of saved HTML of the page.
Beaver Builder’s content is only rendered within a loop using the_content function. Doing $page->post_content; won’t work because that variable hasn’t run through WordPress’ content filter. Here’s an example loop using the_content function…