Does the plugin fit to the german DSGVO/GDPR compliance?
]]>Advanced Browser Check 4.4.1
Running the below scripts causes the advanced browser plugin to fail.
This is the php program:-
function nbl_login_script() {
$a = “”;
$b = “”;
if(is_user_logged_in())
{
$b = do_shortcode(“[wpmem_field field=’display_name’]”);
$a = “Welcome “. $b . ““;
} else {
$a = “1Login” ;
}
?>
<script>
var nblLogin_passed = “<?php echo $a; ?>”;
</script>
<?php
wp_register_script(‘nblLogin’, get_stylesheet_directory_uri() . ‘/js/nblLogin.js’, array(‘jquery’), ‘1.1’, true);
wp_enqueue_script(‘nblLogin’);
}
add_action( ‘wp_enqueue_scripts’, ‘nbl_login_script’);
This is the Javascript:-
function nblLogin() {
document.getElementById(“nb-login-display”).innerHTML = nblLogin_passed;
}
jQuery (document).ready (function () {
nblLogin(”);
});
This is the html it deals with in the Avada header contact field.
<div id=”nb-login-display”>Login</div>
It would be nice to have a fix for it. ??
Bill
]]>I have a user with the following UA which doesn’t seem to be caught. I have set ABC to warn on Safari 13 or lower.
Mozilla/5.0 (iPad; CPU OS 11_1_2 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0 Mobile/15B202 Safari/604.1
]]>I really need this functionnality but it blocks all users with a black filter when I activate it?
Thank you
Hi Browser Check,
Its this plugin suppose to block particular browser can be access the site?
Anyhow, This is what I set to test for CHROME. Nothing happen, I still can see and access the site?
Let user hide the popup [uncheck]
Choose browsers to link [uncheck CHROME]
Browsers and versions to check [Do Not Block]
Please advise help, Thanks
]]>“Do not block” is selected and saved for Google Chrome, but the page displays the popup window: https://dev.adga.org/
Is this plugin still be updated? And are there any plans to assign this pluggin to be limited to a specific page or pages?
]]>The preference is not to have this service function on the HOME page, but rather an interior login page. Is it possible to have Advanced Browser Check work on specific selected pages in the WordPress environment?
]]>I have a client who has all their PCs on an Intranet to run internal apps with Internet Explorer. Unfortunately their business app only is compatible up to IE 7. They turned on Compatibility Mode and added the URL for their Intranet. This allows them to use IE11 with their old business app.
Unfortunately Advanced Browser Checker does not think they are using Internet Explorer 11. I’ve added the meta tag <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> to force the browser to render their public website as IE11. That works BUT Advanced Browser Check still thinks the browser is Less than IE9.
I added some temporary rudimentary code to abc-core.php at line 74:
if ( strtolower( $browser[‘short_name’] ) == ‘ie’ ) {
if ( stripos( $user_agent, ‘Trident/7.0’ ) !== false ) {
$version = 11;
}
}
I noticed the Trident/7.0 is only a IE11 thing. So I forced ABC to think IE11 is actually IE11.
This works for me. If this looks good, I request a feature request to do something similar on future updates.
Thanks
Dana
Hi, when I try to desactivate and remove the plugin, my website shows a full transparent a black screen (all browser and I can click nowhere).
I suppose the plugin changed something permanetly.
How do I uninstall properly please ?
Came across this plugin and wondered how you could adapt this to detect the extensions a browser has installed?
For instance WordPress Theme Detectors like https://chrome.google.com/webstore/detail/wordpress-theme-and-plugi/jdflfokckhmchfpokjmpcoblghjngjja?hl=en
Google has some docs on detecting extensions but have no idea how one would / could write a plugin or modify this plugin to detect extensions like this ??
https://developer.chrome.com/extensions/content_scripts#host-page-communication
https://developer.chrome.com/extensions/management
Hi,
I’ve set Advanced Browser Check to put up a notice for Internet Explorer version 10 and below. BUT my Internet Explorer 11 on two different PCs has the Browser Check notice popup. It doesn’t show the Browser Icons to upgrade to, just the header and text with the Close “X” button. It also shows up on every page view instead of waiting 24 hours.
My other browsers work as expected.
Anything I need to do to Not have the popup show on Internet Explorer 11 or higher?
Thanks
Dana
Hi Mattias… Thanks for an excellent plugin. Opera released version 41.0.2353.46 but the Plugin fails to check it. Thanks.
]]>I have got WP Fastest Cache plugin installed on the website.
If a request is to non-existing page, it ends up with 404, but 404 itself does not pick up HTTPS.
I’d appreciate if anyone pointed me to the right direction.
Thanks in advance, colleagues.
Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home3/limcoh/public_html/wp-content/plugins/advanced-browser-check/abc-core.php on line 105
This issue was not resolved on my website.
]]>Hi
The DIV with CSS class advanced-browser-check always display, just the black background olverlay, there is nothing else.
I looked at the source generetaed source and the display:none is missing, like this:
<div class="advanced-browser-check" style="".........
I’m not able to show you a live issue because it’s occur on live site ??
PS: if debug mode is activated, the user message is displayed…
]]>Version 4.3 of Advanced Browser Check works great. Updating to version 4.4 causes a fatal error that renders the site unusable. Can’t even deactivate or uninstall, have to use FTP to remove it. Tried reinstalling from download and same thing.
]]>Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /var/www/vhosts/->/plugins/advanced-browser-check/abc-core.php on line 105
Thanks!
]]>Is there some way to redirect older browser to an other (an old) site/url when the browser is considered outdated by the advanced browser check plugin?
]]>Hello,
This morning the person I’m working for called me and said that the browser check (we need it expecially for Safari, the theme is VERY broken for Safari) is not working.
Site is on https://www.milanocard.it
I have checked it on a website that do the rendering for IE and there is no check, just the (destroyed) web page.
How can I fix that?
Regards,
Giovanni
Hello, would love for you to add Microsoft Edge check.. I think Explorer check does not apply to it right?
THX
]]>Hello,
I noticed that my debug.log suddenly grew 5mb the other day. The recurring theme is:
PHP Notice: Undefined offset: 1 in /var/www/vhosts/my-site/wp-content/plugins/advanced-browser-check/abc-core.php on line 106
That code is:
$version = $matches['version'][1];
If this is not an issue with the plugin, can you suggest another possibility?
Thank you
]]>Hello.
I found a bug.
I’m using admin page with ssl by puting [define(‘FORCE_SSL_ADMIN’, true); ] this code in ‘wp-config.php’ file.
While using this setting, Advanced Browser Check doesn’t work. For example, it works in page that has set https but doesnt work in page with http.
I tested in many websites and any of them work.
]]>Advanced Browser Check work with WordPress 4.4.2?
]]>Hello,
I have translated to fr_CA (fr_FR is present too) and I found those problems:
“You can use basic HTML code in your message. Like …” is not in the .pot file so cannot be translated.
“You are using a web browser not supported by this website!” and the longer one don’t show up translated, tested in different browsers.
The description on the plugin page beginning with “Tell IE users to change browser?” don’t show up translated, even if present in .po file.
Let me know where to send fr_CA file for inclusion in next update.
Thanks!
]]>Hi, we need to detect if the site is going to run onto a nadroid default Browser that is seems to be a Mozilla sub system… how we can achieve this?
Thanks
]]>Hi,
when checking on IE10 or smaller, viewing the Blog MS Edge brings the message, that the bowser is not up2date. How can i fix that?
]]>For Opera, I’m selecting “Do Not Block”
It’s reporting an outdated version (even though I installed a fresh version the same day).
Looks like you have a bug with opera. I’m Windows 10 and obviously the latest version of Opera.
]]>I have the plugin set to block Firefox (v47 and lower), Safari (v4 and lower), and IE (v9 or lower), but it is blocking Safari 9.0.3 (the most current version).
]]>I have installed this on an intranet site which is inaccessible outside of our network. I have checked the header and footer and the required code is included. I have activated the debug mode and nothing happens, which is also what happens on all browsers… nothing. All browser’s display the webpage without any popup. Please advise what next steps need to be taken.
Thanks!
JL
Hi,
Is there a way to block UC Browser? Here the UA details of it:
? https://www.whatsmybrowser.org/b/434TWLW
? https://bit.ly/1YlL8fW
Thanks.
Shalin
]]>