Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #384717

    Polaradventures
    Participant

    If you open the website I am working on with Microsoft IE or Edge you will see that the page elements are not displaying correctly. The fade animations for example or the counters not showing. It will become clear when you open the website with Chrome for comparison.

    #384719

    Polaradventures
    Participant
    This reply has been marked as private.
    #384921

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Can you please specify the IE version that is not displaying correctly? Also let us know your OS too so we can test it on the same environment.

    Thanks!

    #385005

    Polaradventures
    Participant

    Tested on Windows 10 and 8.1.

    Latest versions of Edge and IE.

    #385053

    Rad
    Moderator
    This reply has been marked as private.
    #388015

    Polaradventures
    Participant

    Did you scroll down all the way to the end?

    There the counters won’t count. They will just be stuck at 0.

    I cleared my cache and also tested it on another machine with the same result.

    #388103

    Zeshan
    Member

    Hi there,

    I can replicate this issue on Edge, though it seems due to the reason you don’t have much content below the counters. If I reduce the browser’s size, it works just fine (see: http://prntscr.com/8g77ii). Can you try adding some content below the counters and see if that works when you load page on Edge or IE?

    Thanks!

    #389153

    Polaradventures
    Participant

    It surely should work then, since the upper counters are working. But what if I don’t want any additional content below that? The counters should still work, just like they do in Chrome!

    #389472

    Zeshan
    Member

    Hi there,

    I’ll pass this to our development team for further investigation.

    Thanks!

    #394878

    Polaradventures
    Participant

    Any news regarding the issue?

    #394973

    Zeshan
    Member

    Hi there,

    This issue is more likely related to the setup than the browser compatibility as in some cases it work on IE and edge and in other it does not. The same behaviour is even for Chrome as can be seen in this screencast: http://recordit.co/zP3exqYFa5.

    Though, I’ve already passed this to our developers for further investigation, but we cannot provide any ETA.

    Thank you.

    #617314

    Polaradventures
    Participant

    Has this been fixed yet?

    #617563

    Rad
    Moderator

    Hi there,

    Not yet, it’s still on our bug list. Stay tuned, though I can’t really tell any time frame.

    Thanks.

    #687856

    rgboyle
    Participant
    This reply has been marked as private.
    #688111

    John Ezra
    Member

    Hi @rgboyle,

    Thanks for writing in. Please remove this CSS:

    .masthead {
        opacity: 0.85;
    }

    and replace with this:

    .x-navbar {
        background-color: rgba(255,255,255,0.85);
    }

    Hope this helps – thanks!