Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same issue with IE, but not only with version 10…version 9 displays the same issues.

    Thank God for developer tools. I was able to fix everything by adding the following CSS to my themes CSS:

    .wpc-img img {
    max-height: 151px;
    max-width: 212px;
    width: auto;
    height: auto;
    }
    
    .new-prdct-img img {
    max-height: 151px;
    max-width: 151px;
    width: auto;
    height: auto;
    }
    
    .product-img-view img {
    max-height: 358px;
    max-width: 500px;
    width:auto;
    height:auto;
    }

    Oh, you can sub the max-height and max-width numbers to whatever size you want.

    Thread Starter pauljoel

    (@pauljoel)

    Thanks, jdai! Adjusting the max-height fixed the images display issue! I hope they will be rolled into the next update to the plugin along with a fix to the formatting issue “Also noticed that IE places product images below the category list while Chrome and Firefox place them to the right.”

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks for reporting this fix @jdai. I’m aware of this issue and tryiing to find a fix for next release. The problem of course is that I can’t just hardcode the widths into css like you’ve done, because every user can set their own custom product image dimensions in the plugin….

    But working on it!

    Plugin Author Maeve Lander

    (@enigmaweb)

    Ok please update to v1.6 which has just been released and let me know if this fixes the IE problem for everyone.

    @pauljoel thanks for alerting me to the IE issue for my demo site. Fixed. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Your Demos do not work in Microsoft IE’ is closed to new replies.