Try below script on your body tag.
<script> (function(){ var test = document.createElement('div'); test.innerHTML = ' '; test.className = 'adsbox'; document.body.appendChild(test); window.setTimeout(function() { if (test.offsetHeight === 0) { window.alert('PLEASE, disable your AdBlocker !!!'); } test.remove(); }, 100); })(); </script>
You can add it from theme-base.php file.
Find public function body_script() and add there.
you can review my site neyseya.com/sor
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.