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 15 topics - 286 through 300 (of 329 total)
Problem: When I include a Content Template shortcode or a wpv-woo-display-tabs shortcode, information from the current post is displayed instead of information from the parent post.
Solution: This issue has been resolved in the latest version of Toolset plugins.
Problem:
Line break not working with custom fields displayed using visual editor cell
Solution:
The visual editor cell where you added the shortcode - You should uncheck the checkbox at bottom of the visual editor cell that says "Disable automatic paragraph" to display line breaks added to your custom field.
Go to Toolset > Settings > Frontend Content > Functions inside conditional evaluations, and enter wpv_conditional_post_has_content to register this function for use in conditionals.
Then you can use the function in a conditional like this:
Problem:
Client is outputting term meta fields outside the loop on a custom taxonomy archive, but the term fields are not displaying.
Solution:
They should, and it appears to be an issue introduced in Types 3.0 which is still being investigated. In the meantime you can register the following custom shortcode (by add this code to your theme's functions.php file):