• Resolved dmcleod87

    (@dmcleod87)


    WordPress version: 3.7.1
    Plugin version: 1.7.1
    Link to my site: Website (based on genesis framework child theme)

    I’m not sure why but instead of displaying a small thumbnail next to the large preview on the individual product page, it displays at full size.

    I’ve tried changing both image settings from scale to crop/scale to fit and vice versa.

    any ideas on how to fix? thanks!

    https://wordpress.org/plugins/wp-catalogue/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    It could be something interfering with the image upload/scale function. To test that, please may I ask you to try deactivating your other plugins and switch to the default twentytwelve theme? See if that fixes it, and report back for further troubleshooting help.

    Thanks 🙂

    Thread Starter dmcleod87

    (@dmcleod87)

    thanks for your reply.

    i deactivated all plugins except wp catalogue and still the issue appeared. then i switched to 2014 theme and it worked fine.

    so i’m guessing the problem is with the genesis child theme/framework?

    Hi,

    If you remove the rule

    img {
    height: auto;
    width: auto;
    }

    from your style.css at line 290 then the images will be the correct size.

    It clashes with the css in the plugin

    .entry-content img {
    max-width: inherit !important;
    }

    Thanks

    Thread Starter dmcleod87

    (@dmcleod87)

    that did the trick! thanks so much for your help…much appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘thumbnail displays as full size on individual product page’ is closed to new replies.