Hallo,
ich habe bei einer neuen Website einen Anzeigefehler im Internext Explorer 11 unter Windows 7 und 10.
Die Farb-Sektion ist auf 100% mindesthöhe gestellt, hat ein Hintergrundbild und enthält einen Textblock.
Nun zum Fehler:
1. Zuerst war kein Inhalt sichtbar, dass habe ich aber über CSS gelöst:
.js_active .av-minimum-height .container {
opacity: 1;
}
2. Die Höhe des Containers ist ca. 200%, obwohl ich es auf 100 % gestellt habe, ist hier eine Berechnung im JS falsch?
Wordpress Version: 5.2.2
Enfold Theme Version: 4.5.7
Das ganze tritt auch auf anderen Seiten (Qualität, Über Uns, …) auf.
Danke für eure Hilfe!
Ich habe herausgefunden das es an folgendem CSS-Wert liegt der mit window.resize immer neu geschrieben wird:
.av-minimum-height-100 .container{
height: XXXpx
}
Beim Internet-Explorer wird der Wert nie verändert sondern der Standardwert vom avia-merged-styles.css mit 1500px verwendet.
Hi,
Glad that you found the cause of the issue.
The script modification in the following thread is not directly related to the color section, but the error that the fix was intended to might be affecting the height calculation.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/#post-1109429
Let us know if that helps. Thank you for using Enfold.
Best regards,
Ismael
Hi Ismael,
thank you that helped.
I also have the problem that the animated numbers won´t work in IE11.
But i think the whole JS-IE compatibility thing will be part of the next update.