Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #732595

    Hi,

    I have a problem that is showing on particular IE11.0.38 on Windows 7. At least two of my friends have reported it, though I can’t see it on my IE11.0.38 on Windows 10 (installed on Virtualbox as I have Macbook).

    So the problem is that the text element is showing one or two lines of the content and then gets cropped. I added a quick’n’dirty hack to check if it’s about the P or H2 element height. The hack makes the element height fixed on IE10+ because IE11 does not respect min-height (used these classes on different sized text elements):
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie-fix-1 { height: 70px; }
    .ie-fix-2 { height: 130px; }
    .ie-fix-3 { height: 30px; }
    }

    The result is that the element takes more space but the text is still not visible. I provide you URL, screenshots and login credentials in private content. First H2 shows fine but the next one doesn’t show at all. Two P elements are hidden after one or two lines.

    #733045

    Any idea on this?

    #733970

    Support == none?

    #734033

    Hi,

    Sorry for the late reply!
    I asked my teammates to check your site. In the meantime, can you please upload your screenshots on imgur.com or Dropbox public folder? Currently we need permission to see them

    Best regards,
    Yigit

    #734307

    Hi,

    I made a super ugly fix (for IE only) to the front page with images instead of text. I moved the broken version in another url so check from there. That should be fixed somehow more cleaner way than that image tricky.. I attached imgur link for screenshot also.

    #735827

    Hi,

    The site is using a very old version of the theme, 3.5.3. Please update to version 3.8.3.

    Best regards,
    Ismael

    #735862

    Theme is now updated to v3.8.4 but the problem still exists.

    • This reply was modified 8 years, 6 months ago by teerik.
    #738138

    Hey!

    I checked the site on an actual IE11 browser and this is what I got.

    View post on imgur.com

    Are you getting this issue on a browser emulation?

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.