• Resolved JMaartenW

    (@jmaartenw)


    I had to disable this plugin on several sites today because it was causing this error when accessing the website

    “Please close the developer tools to continue using this site” 

    I saw a post from someone else with the same issue.

    i’ve not seen any notes from the developer about a fix

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WP Folio Team

    (@buildwps)

    Hi @jmaartenw,

    Thanks for reporting this. The developer tools alert is meant to prevent unauthorized access, but if it’s triggering randomly, that’s not expected. We’ve seen a few reports of this, mainly on MacOS and iOS, but haven’t been able to replicate it yet.

    As a temporary fix, you can disable the alert by adding this to your theme’s functions.php or a custom plugin:

    add_filter('pda_disable_developer_tools', '__return_false');

    Could you also share your device, browser, and PDA plugin version? This will help us investigate further. Feel free to reach out via our contact form with details.

    We appreciate your patience!

Viewing 1 replies (of 1 total)

The topic ‘error “Please close the developer tools to continue using this site”’ is closed to new replies.