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,321 through 1,335 (of 1,377 total)
Problem: I am unable to edit a layout. All I see in the back end is a blank page. When I check the error log I see a message "Call to undefined method WPDD_layout_tabs_cell_factory::build() in public_html/wp-content/plugins/layouts/classes-auto/cells/wpddl-layout-cell-types.php on line 116"
Solution: One Layout became corrupted somehow, and must be removed with code. Please add this code to your child theme's functions.php file:
wp_delete_post( '7103', false);
Reload any Page on the front-end of the site, then delete the code from functions.php.
Problem: I would like to create Content Templates with the Elementor builder.
Solution: We have some information about how Toolset can be integrated in an Elementor page design in this video: https://www.youtube.com/watch?v=ogyGJQTCLpw
There is currently a limitation with Elementor, in that Content Templates cannot be built using the Elementor builder. The end of the video shows a few techniques to help work around this issue.
Problem: I would like to display the results of my View in a Bootstrap-style grid that has 6 columns on desktop, 3 columns on tablets, and 2 columns on phones.
Solution: Use the following Bootstrap grid classes on each result in the loop:
Problem:
The issue here is that the user is having issues registering his plugins and is getting the error cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Solution:
The issue here is with the server using an outdated curl version.
I would suggest contacting your hosting provider and ask them to update you to the latest version of PHP and Curl.
Problem: I would like to use a distance filter on a WordPress Archive page, but it does not seem to affect the results.
Solution: The distance filter is currently not implemented for WordPress Archives, but it is on our roadmap of improvements for this feature. Until this is fixed, you can recreate a WordPress Archive using a custom search View and place it in the Loop of the WordPress Archive.
Problem: I would like to use the Content Layout editor to design Pages on my site, but when the Toolset Starter Theme is active I am shown an error that a parent Layout is required to display the Page.
Solution: Create a Template Layout for all Pages. Insert a Visual Editor cell in that Layout and include the post body shortcode:
[wpv-post-body view_template="None"]
Then you can use the Content Layout editor to design each page individually.