• Resolved msistemas

    (@msistemas)


    Since update to 2.5.3 one of my sites is showing always the warning even if there is no ad block extension.

    I had to rollback to 2.5.1,to have normal behavior restored, if you want some logging please inform me how i can give find it.

    Server: Linux 3.10.0-1160.11.1.el7.x86_64 x86_64 APACHE
    PHP: 7.4.19
    Mysql: 10.3.25-MariaDB

    Wordpress: 5.7.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Suresh Chand

    (@sureshchand12a)

    Hi @msistemas,

    Can you please provide the website URL that we can check on your site. Before that, check 2.5.4. If you faced same problem then You can send us on [email protected]

    Thanks
    CodeHelpPro.com

    Plugin Author Suresh Chand

    (@sureshchand12a)

    Hi @msistemas,

    We tried to fixed your problem in Version 2.5.5. If you are facing problem same problem then try to add below code in theme’s functions.php file and see browser console.

    add_filter('adb/debug/js', function($enable){
    	return true;
    });

    Check the documentation for more details about debuging.

    Thanks
    CodeHelpPro.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin always showing ad block warning’ is closed to new replies.