• It looks like this plugin is loading an external js script , which is causing chrome to block the script if you have a https site.

    Mixed Content: The page at (site) was loaded over HTTPS, but requested an insecure script ‘https://code.jquery.com/ui/1.11.0/jquery-ui.min.js’. This request has been blocked; the content must be served over HTTPS.

    Doesn’t seem right to be calling external js for a wordpress plugin – should be packagaed with the plugin if needed.

Viewing 1 replies (of 1 total)
  • Hi @jamescl,

    You will get updated code in next version of plugin.
    If you need to fix it now, just replace https:// with https:// in file user-blocker/includes/user_blocker_common_functions.php.

    Thank you and regards,

Viewing 1 replies (of 1 total)
  • The topic ‘loading external script causes issues’ is closed to new replies.