Hi @qrac
PHP error notice on bottom of the page.
Notice: Undefined index: debug_mode in /var/www/wp-content/plugins/wp-ie-buster/includes/class-wp-ie-buster.php on line 42
My PHP version: 7.4.30
On the line 42 I got this code:
$debug_mode = $options['debug_mode'] && is_user_logged_in() ? true : false;
Please fix this Asap. Or let me know how can I fix this?
Thanks in advance
]]>PHP8の環境でWarningが発生します。
PHP7の環境だと再現できないので、
メッセージ通り変数が定義されていないからだと思いますのですが、
どのようにすれば対処できますでしょうか。
■メッセージ内容
Warning: Undefined array key “debug_mode” in /Users/pxlm/Local Sites/wpplugintest/app/public/wp-content/plugins/wp-ie-buster/includes/class-wp-ie-buster.php on line 42
■環境
WordPress最新版:5.8.2
プラグイン:公式ディレクトリ最新版
XSERVERのPHP8環境でも発生
LOCALのPHP8環境でも発生
We have a PHP error notice thats being generated – Directing the culprit as this plugin. Possible to be fixed?
]]>Hi, I’d like to make this pop-up full screen.
Can this be done?
]]>Hi,
Is there possibility to change ‘main_text’ and ‘link_text’ to gettext method?
43 main_text = ( ! empty( $options['main_text'] ) ) ? $options['main_text'] : self::$default_main_text;
44 $link_text = ( ! empty( $options['link_text'] ) ) ? $options['link_text'] : self::$default_link_text;
It is necessary for multi-language sites.
Regards,
Estal
Hello,
Please can you add support to redirect from opera mini mobile browser to chrome browser
]]>WP-IE-Buster works with OxygenBuilder but should have the following features added please:
#1. Enable me to add my own text in the prompt that IE users will see;
#2. Have an option to enable dismiss button, as I’m not able to click on my menu items in IE (because your message to IE users displays over my other menu items).
Thanks
]]>Dear Creator,
Thank you for your simple but awesome plugin!
Is it anyhow possible to integrate a link option to open it in MS Edge?
Like this URL: microsoft-edge:https://yourdomain.tdl
I don’t want to force my users to download a specific browser, instead I want to redirect them to the pre installed (uninstallable) MS Edge Browser that comes with Windows 10.
Need this solution for a client.
Thanks so far!
Sincerely
Marcel Fruntke
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
Hi
Maybe you can add to alert about Edge legacy?
Hi,
You should add compatibility with WPML and Polylang in order to be compatible with multi-langual functionality.
Your file should look like :
<wpml-config>
<admin-texts>
<key name="wp-ie-buster">
<key name="main_text"/>
<key name="link_text"/>
<key name="url"/>
</key>
</admin-texts>
</wpml-config>
Have a good day.
]]>