The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
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,606 through 1,620 (of 1,717 total)
Problem: I have a "select" custom field configured on my posts, and a View of these posts filtered by the custom field. The filter does not seem to be working as expected.
Solution: In general you should compare the custom field content instead of display text in your Query Filter. For example, on the trustees page you should test to see if the value is "1", not "trustees".
Pro tip: use a shortcode attribute to define the value you want to test in your Query Filter. Choose "Board is a string equal to a shortcode attribute 'board'". See the attached screenshot for an example. This way, you can place the same View on each page without needing 3 different Views:
Problem:
The issue here is that the user wanted to remove the post title that was being used by his theme because he wanted to add the title with Layouts.
Solution:
The solution is to Hide the title using some css like this
.post-title:first-child{
display:none;
}
Then use the following shortcode to display the title where you want it.
[wpv-post-title]