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 - 436 through 450 (of 466 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.