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 - 181 through 195 (of 206 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:
Add a view to a layout in order to have a dynamic banner section to pull content from a custom post type, located just under the tabbed Product Specs section.
Only the post body content pulls through, event custom html within the template for the view is stripped. Only the post body shortcode is not removed.
Solution:
There is other plugin/theme adding filters to content template, you can suppress those filter by adding attribute suppress_filters="true" to content template shortcode [wpv-post-body], for example:
[wpv-post-body view_template="Loop item in Product Banner" suppress_filters="true"]
Problem:
Toolset Layouts provides an Export/Import feature (Toolset > Export/Import > Layouts) that allows exporting either Export layouts to theme directory, or Export and download layouts.
The first will export each existing Layout as a .ddl file, the existing CSS as a .css file and the Layouts Settings as a .json file into the Theme's Directory.
It will not export JS saved.
It will not allow later to import back the .json file, because only .zip, .ddl or .css files are allowed in import.
Moreover, this is misleadingly described in the GUI and needs clear hints what-what does/is.