Toolset provides integration with popular themes, allowing you to design layouts for these themes using drag-and-drop, while preserving everything that the themes offer.
The themes that are currently supported are:
Problem:
When I render content in a View's loop with a Content Template and the content rendered is designed with the Divi Builder, but the Content Template with which I design the Loop output is not, then it seems Divi Builder adds the following HTML around the output of the Content Template:
Solution:
This is Divi Builder injecting it's HTML at the_content() filter no matter when or where it's rendered.
The issue can be solved by using Toolset's inbuilt feature to unallow 3rd parties filtering the content when using Content Templates.
This can be done by passing suppress_filters="true" to the template:
Problem: I need to create a template for a cusotm post type and a custom search WordPress Archive for that custom post type. I'm using Avada.
Solution: Create a new Content Template and assign it to the single post display of your custom post type. You can use the Fusion Builder to design this Content Template. Create a new WordPress Archive and assign it to the custom post type. Use the Search and Pagination panel to insert a text search filter and a submit button. Use the Loop Wizard to start a template, then use Fusion Builder to edit that template.