• Hi there,

    My category thumbnails appear to be using the sizes set for “catalog images” for some reason. I have recently updated my maya theme, wordpress version and woocommerce version so it’s obviously something that’s happened then.

    Checking the source, the image is actually set to the right size

    <img src="http://localhost/wordpress/wp-content/uploads/2013/04/placeholder1.png" alt="text" width="425" height="299" style="opacity: 1;">

    But displays as 150×150

    This seems to be setting it, can only presume it’s css generated by the settings as it’s not in the css files

    .shop-traditional .products li img {
    width: 150px;
    height: 150px;
    }

    Should it not be

    .products li.category img {

    Any help is appreciated. Thanks

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter reyna12

    (@reyna12)

    Also, the products all seem to show on the categories page too. what the hell has gone on?

Viewing 1 replies (of 1 total)
  • The topic ‘Category thumbnails using catalog images size?’ is closed to new replies.