I think that my autoptimize plugin maybe interfering. Its really hard to get reproduceable results ie Only when using the Internet Explorer browser will the message appear.
Plugin Author
qrac
(@qrac)
@cathylesliebell
Hello! Thank you for your report.
However, I tried it in an environment with Autoptimize installed, but I was unable to reproduce it.
WP IE Buster uses “is_IE” from Global_Variables, so it may be that it’s not working properly due to some side effect.
https://codex.wordpress.org/Global_Variables
At the moment, I can’t deal with the plugin fix, but I might be able to get good results with custom CSS.
@supports not (-ms-high-contrast: none) {
#ie-buster-app {
display: none;
}
}
It was my server, the plugin works great now. My php version was 7.2, it should be 7.3.12 or higher. Works great at php 7.4.
Cathy
Plugin Author
qrac
(@qrac)
@cathylesliebell
That was good. Thanks for sharing!
Hi there,
I have the same issue with this plugin.
The message appears also in edge, avg secure browser and on safari on my phone (Not in chrome). I checked my php version and it is 7.4.
What can I do? It would solve a lot if it works!
Thank you in advance!
Plugin Author
qrac
(@qrac)
@lenie123
Hello! Thank you for your report.
We were unable to identify the cause of the problem, but we have enhanced the hiding.
Please try to update it!
Hi qrac,
Thank you! I believe it works correct now!
Have a nice day.