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 - 781 through 795 (of 822 total)
Problem:
I have this code in the Template for Wordpress Archive in layouts:
<h1>[wpv-post-link target="_blank"]</h1>
The post link is not opening in a new tab.
Solution:
[wpv-post-link] shortcode does not take target attribute, please try this code and it will work fine, replace 1st line in your above code with this one:
The issue here is that the user is using the Toolset starter theme along with Layouts but notices that there Layouts menu doesn't have the dropdown added.
Solution:
When you are adding the menu to your layout using the menu cell, you need to select All Levels in order for the dropdown to appear.