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 - 721 through 735 (of 819 total)
So I looked at waterfall view with Youtube videos and it looks like it is parsing javascripts twice. I dont know why.
Solution:
That is Youtube Iframe tag, there isn't anything we can do, and in most browser, if it is same javascript files, it will be loaded from cache of browser.
Problem:
How to show a term meta field when listing posts.
Solution:
Term custom fields can only be shown when querying terms. When displaying posts which have taxonomy terms assigned, to output term fields for the taxonomy terms it is necessary to create a taxonomy View to list the terms belonging to the current post (that condition specified as a Query Filter) and then to output the term field in the Loop Output section of that View.
It may make sense to use the option to display the View without any wrapper div (and possibly to remove unnecessary whitespace from the Loop Output).