Viewing 10 replies - 1 through 10 (of 10 total)
  • Anonymous User

    (@anonymized-1391468)

    It looks ok to me. What version of IE are you using and what device?

    Thread Starter leojez

    (@leojez)

    Hi Bev,

    Thanks for answering.

    Windows 7 PC with IE11. It took me a few clicks around to see the issue, but it is there as the owner of the site has reported it and he says some of his users have mentioned it.

    Thanks,
    Jeremy

    Anonymous User

    (@anonymized-1391468)

    I managed to dig up a Windows 7 PC and IE11. I see what you see with the occasional display hiccup.

    It appears that the script is running before the images are finished loading, so the height is calculated wrong. You could try setting a minimum height of 352px to #wpif2_images_1 since your display is not responsive.

    I didn’t have the problem on any other website using IE11. I’m not sure if this is a conflict with your theme or a more widespread issue.

    Thread Starter leojez

    (@leojez)

    Hi Bev,

    Thank you very much for your reply. I tried the following:

    #wpif2_images_1 {
    margin-top: -110px;
    margin-bottom: -20px;
    height: 352px;
    }

    But unfortunately that didn’t make any difference.

    Would you be able to suggest something else?

    Thank you,
    Jeremy

    Anonymous User

    (@anonymized-1391468)

    I would suggest

    min-height: 352px !important;

    Thread Starter leojez

    (@leojez)

    Hi Bev,

    Thanks. It made a slight change – the titles are showing but it is still stuck up in the corner. Any other suggestions?

    Thanks!
    Jeremy

    Thread Starter leojez

    (@leojez)

    Just to let you know, I’ve got the following:

    #wpif2_images_1 {
    margin-top: -110px;
    margin-bottom: -20px;
    min-height: 352px !important;
    }

    #wpif2_flowplus_1 {height: 300px !important;}

    Anonymous User

    (@anonymized-1391468)

    It is working properly consistantly for me now. Did you do a hard refresh to force the new CSS to load?

    Thread Starter leojez

    (@leojez)

    Hi Bev,

    Sorry, that doesn’t seem to fix the issue. For some strange reason, it seems to work ok on the home page, so maybe you were looking there.

    Please try http://www.j-hangarspace.jp/jasdf-order-of-battle

    After loading, refresh the page or click on another link – the issue will soon show.

    Would it be possible to pay you to fix my issue? How can I contact you outside of this forum?

    Many thanks,
    Jeremy

    Anonymous User

    (@anonymized-1391468)

    I did try several pages and links, but I will try again.

    You can email [email protected] to continue this discussion.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Strange IE issue’ is closed to new replies.