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,651 through 1,665 (of 1,740 total)
Problem: I would like to remove the sidebar from the single Product page. I'm using WooCommerce Views, Layouts, and the Toolset Starter Theme.
Solution:
If you want to override this template, go to /wp-content/plugins/woocommerce-views/templates and copy "single-product.php" into wp-content/themes/toolset-starter-child/woocommerce (you may have to make this folder if it does not exist). Comment out do_action('woocommerce_sidebar'). Then choose "Toolset Starter Child Theme Custom Product Template" in Toolset > WooCommerce Views in order to apply the changes you have made in single-product.php.