xpay✦ Commerce
Directory
WooCommerce plugins
WooCommerce Grid / List toggle
WooCommerce Grid / List toggle
Adds a grid/list view toggle to product archives
3.8
(31 ratings)Will this break my store?
What the WordPress.org registry says about keeping WooCommerce Grid / List toggle running.
Tested to 4.9.29 — 21 branches behind 7.0
Has not been tested against WordPress in a long time. Treat an update as a change that needs testing.8 years ago
At least 1.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.false
Your host must be running at least this version.4.0
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how WooCommerce Grid / List toggle is looked after — not on how many stores run it.
10
out of 100Maintenance
0 / 35WordPress compatibility
0 / 20Support responsiveness
Not enough dataMerchant satisfaction
8 / 15Listing transparency
0 / 10Ratings
3.8
31 ratingsWooCommerce Grid / List toggle is a simple plugin which adds a grid / list toggle button to your product archives allowing users to toggle between grid / list views of your products on your WooCommerce store.
The list view arranges products in a vertical list and pulls in the excerpt to give a more detailed overview.
The grid view you will be familiar with as this is WooCommerce’s default layout for product archives.
The store owner can choose whether grid or list view be set as the default via the “WooCommerce” > “Product Catalog” section of the Customizer.
Please feel free to contribute on github.
Installation Instructions
- Upload
woocommerce-grid-list-toggleto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Choose the default setting on the catalog tab of the WooCommerce settings screen
- Done!
It doesn’t work with my theme, what gives?
You may see varied results depending on how the theme has been built and whether it’s already pulling the excerpt into product archives. I’ve tried to cover all bases with CSS but it’s likely you’ll need to make your own adjustments. WooCommerce Grid / List toggle has been tested with Twenty Ten, Twenty Eleven and Twenty Twelve.
I found and fixed a bug how can I help?
Thanks! Please fork the repo on github, push your fix then send a pull request.
I don’t like the button styles, how can I remove them and start fresh?
Add the following code to the functions.php file in your theme / child theme:
add_action( 'wp_enqueue_scripts', 'remove_gridlist_styles', 30 );
function remove_gridlist_styles() {
wp_dequeue_style( 'grid-list-button' );
}
That will remove the button styles but keep the layout styles which will allow you to design the buttons as you see fit.
To remove the layout styles as well use:
add_action('wp_enqueue_scripts', 'remove_gridlist_styles', 30);
function remove_gridlist_styles() {
wp_dequeue_style( 'grid-list-button' );
wp_dequeue_style( 'grid-list-layout' );
}
Categories
Plugin details
Tags on WordPress.org
