Suresh Chand
Forum Replies Created
-
Forum: Plugins
In reply to: [CHP Ads Block Detector] Plugin causes adsbygoogle.js to load repeatedlyHi @frkn64,
By default, the plugin will check ads blockers on a0.1 seconds
interval. You can increase this interval to any extends but right now, You cannot disable this repeatedly checking process completely. Hope, We will add this feature in upcoming versions.To increase this interval time, add the below code to the theme’s functions.php file
/** * Filter to change Request Time Interval * * @param int $time * @return int $time */ add_filter( 'adb/check/interval', function($time){ return 100000; //100 seconds });
Note: Your time interval must be in milliseconds.
1 seconds = 1000 millisecondsYou can disable the google ads request also. But after disabling google ads requests, some of the ad blockers may not be detected.
Hope it will work. For more details, Check documentation
Thanks
Suresh- This reply was modified 3 years, 7 months ago by Suresh Chand.
- This reply was modified 3 years, 7 months ago by Suresh Chand.
- This reply was modified 3 years, 7 months ago by Suresh Chand.
Forum: Reviews
In reply to: [CHP Ads Block Detector] Best ad detector plugin till date!Hi @strangeralph,
Thanks a lot for the review ??. If there is anything that needs to be an improvement or want an extra feature in the plugin then mail us at [email protected]
Thanks
SureshHi @frkn64,
Thanks a lot for the review ??. If there is anything that needs to be an improvement or want an extra feature in the plugin then mail us at [email protected]
Thanks
SureshForum: Plugins
In reply to: [CHP Ads Block Detector] Plugin always showing ad block warningHi @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.comForum: Plugins
In reply to: [CHP Ads Block Detector] Plugin always showing ad block warningHi @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.comForum: Plugins
In reply to: [CHP Ads Block Detector] Disabling adblock alert for specific user roleHi Furkan A?lar,
Please update plugin to latest version(2.5.2) and use below filter hook to disable the plugin. You can customize any plugin settings using this hook.
/** * Filter to disable all customize the settings. * * @param array $settings */ add_filter( 'adb/modify/settings', function($settings){ if ( current_user_can( 'subscriber' ) ) { $settings['enable'] = false; } return $settings; });
For more details, Check documentation
Forum: Plugins
In reply to: [CHP Ads Block Detector] Not working for built in OPERA MINIHello @amanijoseph86,
Can you please share your website URL where you have used our plugin.Thanks
Forum: Reviews
In reply to: [CHP Ads Block Detector] Great plugin!Hi @lom666,
Thanks a lot for the review ??. If there is anything that needs to be an improvement or want an extra feature in the plugin then mail us at [email protected]Forum: Reviews
In reply to: [CHP Ads Block Detector] Really WorksHi @djlogic,
Thanks a lot for the review ??. If there is anything that needs to be an improvement or want an extra feature in the plugin then mail us at [email protected]Forum: Plugins
In reply to: [CHP Ads Block Detector] False Adblock DetectionHi @embetronicx,
Please provide your issue with the screenshot that makes us easier for us to identify the issue and also prove the website URL if possible.Thanks
Forum: Plugins
In reply to: [CHP Ads Block Detector] This pluging doesn’t detect Adblock for chromeHi @embetronicx,
Please check the latest version. We have fixed the plugin for the extension Adblock for Chrome? that you have mentioned.Thanks for the support!!!
Forum: Plugins
In reply to: [CHP Ads Block Detector] Problem with the pluginHi @lom666,
Please mail us at [email protected]. We will provide you a paid version of the plugin that you can able to test the plugin.Forum: Plugins
In reply to: [CHP Ads Block Detector] Problem with the pluginHello @lom666,
The responsive issue is fixed in
Version 2.1
. Please check the latest version.Forum: Plugins
In reply to: [CHP Ads Block Detector] ublockHello @cyberloner,
We have fixed the issue for the unblock extension also. Please check our latestVersion 2.1
.If you find any other extensions that will not be detected by this plugin then please submit your ticket with the extension url.
And If you find the plugin helpful then please give your review.
Forum: Plugins
In reply to: [CHP Ads Block Detector] Problem with the pluginHi @lom666,
We have fixed all the issues in version
1.2
that you have reported. Now it will work perfectly for the opera default ads blocker extension also. Please let us know if there is any issue with the plugin.