Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author James Koster

    (@jameskoster)

    If you want to force a list view you’d probably be better off doing so with some CSS in a child theme rather than using this plugin.

    It depends on the theme you’re using, but all you’ll probably need to do is remove the width’s and floats from the products on archive pages. Something like;

    ul.products li.product {
    width:auto;
    float:none;
    display:block;
    }

    Thanks

    I actually applied that code and it worked great.
    ul.products li.product {
    width:auto;
    float:none;
    display:block;
    }
    They now display fine, I just edited the width to 40%.

    However, here is a big question for you…

    How would I add the star rating into each products display in the Product List?
    They display nice and clean now, however, I would really like to be able to add the star rating / review rating for each product when the products are displaying int eh product Category list.
    Any ideas?
    PS – I’m not a coder, but I have great respect for them (I’m a Sys Admin / IT Manager).

    PPS – I love your Plug-In dude!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WooCommerce Grid / List toggle] Help with Permanent List?’ is closed to new replies.