• Resolved cathylesliebell

    (@cathylesliebell)


    As I understand the message is supposed to appear only when the user is using Internet Explorer as a browser.. But if I switch to Firefox, or Opera the message also appears. I did not bother trying any other browsers. Isn’t the message only supposed to appear if the user is using Internet Explorer? Your plugin is exactly what I was looking for except for this…

    Thanks,
    Cathy Bell

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cathylesliebell

    (@cathylesliebell)

    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.www.ads-software.com/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;
      }
    }
    Thread Starter cathylesliebell

    (@cathylesliebell)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Message appears in other Browsers’ is closed to new replies.