listview - Woocommerce list view -


i have wordpress site woocommerce installed,

the problem i'm having on shop page products default shown grid (side side), there's button switch default grid mode list mode; every new client comes on site, have manually change it!

i'd permanently change default view grid list every person comes on site, can't find way in code.

does have knowledge on how this?

there plugin can you: http://wordpress.org/plugins/woocommerce-grid-list-toggle

after installing plugin go dashboard: woocommerce -> settings -> product -> scroll bottom of page , there option called default catalog view, change grid list. there option users on shop page change view list grid. hide option add following css:

.gridlist-toggle  {     display: none !important; } 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -