Viewing 1 replies (of 1 total)
  • @guvenck this is Vova from Freemius, and I’m here to help you out. Any chance you are browsing from Turkey or Russia? We recently learned that some local ISPs started to block CloudFlare IPs. If that’s the case, this is what you can do to work around the problem:

    1. Install a free VPN like TunnelBear and try to skip (or opt-in if you want) again.
    2. If it doesn’t work, go to: https://www.us-proxy.org/
    3. Get the 1st proxy record IP and port, and add the following code to your theme’s functions.php file:
       add_action('http_api_curl', function( $handle ){
          curl_setopt($handle, CURLOPT_PROXY, "REPLACE_WITH_IP");
          curl_setopt($handle, CURLOPT_PROXYPORT, REPLACE_WITH_PORT);
       }, 10);
    4. Now it should work for sure.
    5. Don’t forget to remove that code after you done.

    Please let me know if that helped.

    • This reply was modified 6 years, 1 month ago by Vova Feldman.
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t Allow and Continue & Can’t Skip Opt-in Window’ is closed to new replies.