To disable ad blocking detection you can insert shortcode [adinserter adb="disabled"]
on all pages. But this would work only with serverside insertion and with serverside device detection, i.e. when caching is not used.
To diagnose what triggers false ad blocking detection do the following:
Make sure remote debugging is enabled and provide the following instructions to those who get false positive:
Visit any page where you get the message of ad blocking detected and append
?ai-debug=1&ai-debug-js=1&ai-debug-adb-status=1&ai-debug-adb-events=1
to the url.
For example:
https://test.com/?ai-debug=1&ai-debug-js=1&ai-debug-adb-status=1&ai-debug-adb-events=1
This should display AD BLOCKING DETECTED bar on the top showing some event numbers.
Provide those numbers and then I’ll check.