The customer wants to insert a search form created with Toolset into the homepage of their site built with Divi. They have followed documentation for Gutenberg, but it is not applicable for Divi without losing their work. Additionally, they want to display search results in multiple columns instead of a single large column.
Solution:
To insert the search form into the Divi homepage, use the "wpv-view" shortcode:
[wpv-form-view name="View 1" target_id="123"]
Replace '123' with the ID of the page where search results should appear. Use the following shortcode on the results page:
[wpv-view name="View 1" view_display="layout"]
In the Divi editor, use a text or shortcode widget to place these shortcodes.
I am having trouble defining Breed as a child taxonomy of Species in my custom post type "Pets". I've created two taxonomies, Species and Breeds, but can't set Breed as a child taxonomy of Species.
Solution:
Go to Toolset > Taxonomies and ensure that the taxonomy type is set as hierarchical. In the settings, check the box to set it as hierarchical. This will allow you to add subcategories.