Skip Navigation

[Resolved] Content teplates applied to existing beaver builder content

This thread is resolved. Here is a description of the problem and solution.

Problem:
Problems with using Beaver Builder to design posts and templates.

Solution:
You can't nest Beaver Builder content, so if you design individual posts with BB you can't design the Content Template to show them with Beaver Builder, and vice versa.

Relevant Documentation:
https://toolset.com/documentation/user-guides/using-toolset-with-beaver-builder/best-practices-creating-templates-beaver-builder/

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by paul 6 years, 5 months ago.

Assisted by: Nigel.

Author
Posts
#912205

I created a custom post type called "Nutrients". I have created some fields and taxonomies. I used beaver builder to create the content for each page.

Can I create a content template which takes the existing page content and allows me to add some shared content to the start and end of each page.

I tried to create a content template, but all the content I created disappears

What is the link to your site? hidden link

#912349

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Paul

There are problems when you try to nest Beaver Builder content.

So if you have posts where the post content itself is created using BB, then you can make a Content Template for that post type, but you shouldn't also design the template in BB, you should design it just inside the normal Views HTML editor.

You will need your template to show the post content, meaning you should insert the wpv-post-body shortcode using the Fields and Views button, or directly like so:

[wpv-post-body view_template="None"]

If you find that doesn't work let me know, but I expect it will as I just tested it locally first.

#912358

It worked perfectly

Thank you