Layouts plugin provides a drag-and-drop editor that is used from the WordPress administration. Using this editor, you can create layouts, assign them to specific content and design entire pages.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Viewing 14 topics - 316 through 329 (of 329 total)
Problem: I would like to include a View in my Layout, and I need to supply some shortcode attributes to the View. It seems I cannot do this with a View cell.
Solution: That is correct, at this time we do not support shortcode attributes in View cells. Instead, use a Visual Editor cell to insert the View shortcode, and apply your shortcode attributes there.
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.
Insert the Custom fields that I created with Types, in a Layout assigned to a Single Custom Post, but the Custom Fields listed in their own groups.
Solution:
Please download all Beta versions from your Toolset Download area, and then make sure to not use it on live sites or with any other Plugin, since there may be issues with other Plugins that are not yet in Beta status or, if a 3rd party, not yet prepared for the Many To Many Relationships.