Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author Ajay

    (@ajay)

    What is your site URL?

    Thread Starter andrew

    (@adivirus)

    Here or any other post. here’s a capture on how i see it:
    CAPTURE

    thanks.

    Plugin Author Ajay

    (@ajay)

    What happens when you view this link in IE 11

    Thread Starter andrew

    (@adivirus)

    hi, i can see the thumb.

    Plugin Author Ajay

    (@ajay)

    andrew, it seems to be a bug in IE. I’ve checked this on IE 8 (and I know it’s ancient) but it also throws up the black boxes.

    What happens if you disable timthumb in the options?

    Thread Starter andrew

    (@adivirus)

    nothing, the same black boxes..

    Plugin Author Ajay

    (@ajay)

    Can you see the images if you disable the CSS?

    If you’ve got your own custom styles, you should save this in a txt document temporarily while testing

    Thread Starter andrew

    (@adivirus)

    yes, after i un-check the: ‘Use default style included in the plugin?’ option i can see the images.

    Plugin Author Ajay

    (@ajay)

    Seems like IE doesn’t render the CSS correctly.

    Can you try disabling the default CSS style and using the code here in your Custom styles box

    https://gist.github.com/ajaydsouza/9152222

    Excluding the last section i.e.:

    .crp_related .crp_thumb, .crp_related li, .crp_related .crp_title {
    vertical-align: bottom;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    Thread Starter andrew

    (@adivirus)

    done, i also removed the last section, but it’s still the same black box. have you tested and works on your side?

    Plugin Author Ajay

    (@ajay)

    I haven’t noticed the blackbox on my sites.

    Can you check if you see the thumbnails on my post:
    http://ajaydsouza.com/archives/2014/03/08/effective-signboards/

    Thread Starter andrew

    (@adivirus)

    update. works now with your custom css code, and timthumb enabled. i forgot to enable timthumb yesterday after i updated the css.
    Thanks allot ! πŸ™‚

    Thread Starter andrew

    (@adivirus)

    now it’s not working again, worked on 2 pages.. then black boxes. i will also try to investigate what’s happening.. it’s very strange.
    when i’m trying to inspect the code in IE i cannot see any img src in the a href .. with chrome for example i’m able to see the img src to the thumb. so that’s why not working.. 😐

    Thread Starter andrew

    (@adivirus)

    i think it’s something wrong with IE as i’ve noticed that even fooxbox looks bad when clicking on the image inside post. i don’t use IE so i didn’t noticed till now..

    Plugin Author Ajay

    (@ajay)

    I don’t think many people use IE πŸ˜‰

    But, that being said, is it possible to check with another theme?

    Were you able to see the thumbnails from my site in IE?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘black-box images with IE’ is closed to new replies.