• Resolved Ebo joe

    (@ebo-joe)


    Hello,

    This is my first ever forum entry so please be nice if I do not post well.

    I am using the twenty eleven theme on a price comparison website in conjunction with a Price Tapestry plugin.
    There are some pages which are showing fine in Firefox and Chrome but not in Internet Explorer.

    One of the problem pages in question can be viewed here:
    http://www.raversavers.com/brand/Butterfly-Twists/

    There are supposed to be thumbnail images of the products to the left of the screen which sit beside the accompanying text.
    These images show in Firefox and Chrome but not in IE.
    I believe it is a theme compatibility issue as the PT demo sites images show fine in IE and the images in the link above also show up fine when using another theme. but I cannot see how to fix this.

    Any help or suggestions would be appreciated.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • I believe it is a theme compatibility issue

    I don’t agree. THE acid test for any plugin is whether it works with the current default theme – which is Twenty Eleven. You need to refer this back to the plugin’s developer(s).

    Thread Starter Ebo joe

    (@ebo-joe)

    Hi Esmi,

    I asked the plugin developer and they also thought it could be a theme compatibility issue as the images are visible in the view source but not showing. PT also have a demo site with WordPress, their images seem to show up fine in IE.
    I tried the same plugin with the twenty ten theme and the images show up fine in IE, that’s what led me to think it could be to do with the theme itself or perhaps compatibility between the theme and the plugin, im not sure.

    The images in the page you listed above show fine for me using IE9.

    Hint hint
    <img src="http://www.awin1.com/cshow.php?s=213000&v=3030&q=108675&r=128130" border="0" alt="Fashion World " style="<strong>display: none !important; visibility: hidden !important; opacity: 0 !important; " width="0" height="0"</strong>>

    Here it shows in IE9, not in Chrome.

    Thread Starter Ebo joe

    (@ebo-joe)

    Hi

    I am using IE8 and Google Chrome 15.0.874.121

    My google chrome shows the images but smaller than the other browsers.

    Perhaps I will check with IE 9 and see what happens.

    Thanks for the hint Olavxxx

    Thread Starter Ebo joe

    (@ebo-joe)

    Managed to use this fix for the problem which was in the plugin’s css

    From this:

    .pto_search img {
    width:100px;
    }

    To this:
    .pto_search img {
    max-width:100px;
    width: expression(this.width > 100 ? 100: true);
    }

    That seemed to sort the problem.-)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘plugin images not showing in IE using twenty eleven theme’ is closed to new replies.