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,006 through 1,020 (of 1,032 total)
Problem:
adding postal-code in between address field output.
Solution:
This need to be done using a custom shortcode where you should pass/fetch the address field string, process the string and add the postal code field value in between and return your desired string.
Problem:
A template includes Views shortcodes to output fields which have an id attribute to retrieve the field from a parent post, but it's not working.
Solution:
Client was using the Types 2 format to reference parent posts (using the id attribute) for relationships created with Types 3, which require the item attribute, e.g.
[wpv-post-link item="@project-task.parent"]
Using the Fields and Views button to insert the shortcode and specifying the relationship in the Post Selection tab will insert the shortcode with the correct format.
The issue here is that the user is trying to use the show label attribute for the shortcodes.
Solution:
Unfortunately for the custom fields i'm not able to find a reference for a show_label attribute so this isn't one of the allowed attributes for our types shortcodes.