Skip to main content

When I updated Breezy to the latest version, my site was busted in ie11 .

Comments

14 comments

  • Sandra Prunici

    Hi,

    Unfortunately, we know that in the Internet Explorer can be some inconveniences with Brizy pages but I can’t promise we could solve it. Internet Explorer has a lot of restrictions as a browser and some classes or new methods of the page builder we are using (for optimization reasons, security reasons etc.) aren’t implemented by Internet Explorer and this makes difficult to fix inconveniences of displaying pages. Could you try using the Chrome browser?
    Thanks!

     

    Best regards,
    Sandra

    0
  • Leonel Ibarra

    Hi,

    I am experiencing the same issue. All of my websites are for a government entity in the US. I can't control what browser our visitors use, most of them use chrome, but still a good number of my visitors use IE. Our website is total chaos in IE, can you give me some advice? 

    0
  • Arimichi Kondo

    I carefully compared the old Brizy with the new Brizy to find out what causes content to collapse in ie11.
    If you are having trouble with a similar phenomenon, please refer to it.

    @media all and (-ms-high-contrast: none) {
    * {
    opacity: 1 !important; // this is animation fix
    }
    }

    _:-ms-lang(x)::-ms-backdrop,.brz .brz-section__content .brz-container__wrap{
    -ms-flex:auto!important; //this is block height burst fix
    flex:auto!important;//this is block height burst fix
    }

    2
  • Leonel Ibarra

    Thank you very much Arimichi Kondo, I added those lines to my theme CSS and it solved the problem. Some details don't show up still but it fixes the problem I would say 90%, which is very good!

     

    Thank you, 

    1
  • Lenie Vd Gijp Barendregt

    This is great! Thanks Arimichi Kondo for solving also my IE problem!

    1
  • Arimichi Kondo

    I'm glad I was able to help you all.

    0
  • Trevor Tunnacliffe

    Brizy team - can you confirm that you will apply the fix provided by Arimichi Kondo in your next Brizy update?

    Thanks for the initiative Arimichi!

    0
  • Sandra Prunici

    Hello, Trevor,

    I informed the team regarding the fix provided by Arimichi. They will investigate it and if they found that it can be added globally in Brizy code, we will add it. Unfortunately, I can't promise that this will come in the next updates but I can ensure you that our team will take into consideration this fix.

    Thank you, Arimichi, for this fix!

    Best regards,
    Sandra

    0
  • Hock Teo

    Arimichi, this is LIFE SAVING tip!

    1
  • Silva Amy

    Thank you Arimichi for sharing. 

    Sites now show design, but still not quite right.  Definitely needs to be fixed in next update. 

    0
  • Florian Meissner

    I just tried this, and with Arimichi's code it kind of works. Please fix this issue ASAP...

    0
  • Fouad

    Hi before we had a custom css section to add it but with the new screen i don't understant how to do it because i add CSS ID class CSS and custom attributes and it doesn't work

    So where could I put this ?

    @media all and (-ms-high-contrast: none) {
    * {
    opacity: 1 !important; // this is animation fix
    }
    }

    _:-ms-lang(x)::-ms-backdrop,.brz .brz-section__content .brz-container__wrap{
    -ms-flex:auto!important; //this is block height burst fix
    flex:auto!important;//this is block height burst fix
    }

     

     

    thanks a lot

    0
  • Michael Lombardo

    Went to appearance -> Theme Editor -> Style.css   Then I copy-pasted Arimichi's code.. and yea still not getting anything.. copied it to the bottom and top of the CSS file, no luck. I could use a quick fix like that... need some help as soon as possible please. Dentalsleepdisorders.com

    Just seems like all the sections are not expanded to their 100% auto height and overlapping one section after another. 

    Thanks!

    0
  • Sandra Prunici

    Hi Mike,

    Do you have the latest versions for Brizy Free 2.2.17 and Brizy Pro 2.2.11? Are you encountering this problem only in the IE browsers? At the moment, we are doing our best but as I said before IE as a browser has many limitations and some of the new classes and methods aren't available there.

    Best regards,
    Sandra

    0

Please sign in to leave a comment.