Layouts is a WordPress plugin that lets you design responsive layouts for entire pages, from the header down to the footer.
Layouts User Guides include detailed documentation on how Layouts editor works and how you can create Layouts and assign them to specific content, or as templates for all items of a post type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,216 through 1,230 (of 1,367 total)
The issue here is that the user's shop page Layout was not displaying the correct layout for the shop.
Solution:
The problem was that even though the shop should've been assigned to a default archive layout. The actual page that woocommerce uses for the archive was assigned to a different layout.
What was needed to be done was to edit that page and set the layout used to none.
Problem:
Assigned content template to single post is not rendering when you display the single post
Solution:
Content Templates modify the content when called from the WordPress’ built-in the_content function. Some themes do not use the_content function, but define their own function. In this case, Content Templates are not applied to selected posts on the front-end.
To solve this, you can enter the name of the function your theme uses on the Toolset->Settings page, under the Front-end Content tab. You can find the appropriate field in Theme support for Content Templates section.
Problem:
How to display related child post when post type is set to support hierarchical post structure where you set parent and child posts from same post type.
Solution:
You should query your view by post ID and set the query filter to filter post by shortcode attribute and pass the parent post ID as view's shortcode attribute to filter related post that belongs to same post type in hierarchical structure.