Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @greedymind,

    I’ve tested our form with in two different websites with the “AdGuard Adblocker” extension installed in the browser and configured for blocking everything, and the forms are displaying fine in both websites, please, look the screenshots visiting the following links:

    https://wordpress.dwbooster.com/customdownloads/2017/12/06/screenshot_first_website.png
    https://wordpress.dwbooster.com/customdownloads/2017/12/06/screenshot_second_website.png

    So, I guess that in your website the issue should be different, in my opinion the “AdGuard Adblocker” extension should be blocking the code related with other plugin installed in your website causing an uncaught javascript error that is stopping the rest of javascript code in the webpage.

    A possible solution would be select the “Direct” option for the “Script load method” attribute in the settings page of the plugin (accessible through the menu option: “Settings/Calculated Fields Form”).

    Could you send me the link to your webpage for checking the issue in detail, please?

    Best regards.

    Thread Starter Damn!

    (@greedymind)

    Hmm! that is weird. Maybe it is blocking something code related.

    Here’s a screenshot of what I am experiencing: https://prntscr.com/hk57zd

    ref page: https://damnripped.com/weight-gain-calculator/

    Plugin Author codepeople

    (@codepeople)

    Hello @greedymind,

    As I said in the previous ticket the “AdGuard Adblocker” generates an error in following piece of code below that is not related with our plugin:

    
    jQuery(document).ready(function(){
    var fuckAdBlock = new FuckAdBlock({
    checkOnLoad: true,
    resetOnEnd: true
    });
    

    and stops the “onready” event where the form is rendered. Look the issue in the following screenshot:

    https://wordpress.dwbooster.com/customdownloads/2017/12/07/screenshot_website.png

    Please, go to the settings page of the plugin (through the menu option: “Settings/Calculated Fields Form”), select the “Direct’ option for the “Script load method” attribute, and press the “Update” button.

    Best regards.

    Thread Starter Damn!

    (@greedymind)

    Thanks for looking into this. That piece of code is from an anti-adblock plugin that im using and to be honest I’m frankly surprised to see a function with f-word. I’ll change the script load method and see how it goes. Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Forms not visible if AdGuard Adblocker extension is installed’ is closed to new replies.