• Resolved danielz4studios

    (@danielz4studios)


    There is a problem for a long time, I can’t click on “Authorize” or “Reauthorize” at Cloudflare extension settings if the WordPress language is different than “English”.

    I have avoided that problem setting temporally English language at WordPress general settings to configure this, but if I use WPML plugin in a multi lenguage site, I can’t do this and I cannot configure Cloudflare settings!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @danielz4studios

    Thank you for reaching out and I am happy to assist you with this.
    We are aware of some issues when it comes to the translation and the Authorize button. The reason for this is that the function of this button is in English and once translated it does not follow the logic.
    We are working on improving this and we already have a ticket opened in GitHub that is somewhat similar to this issue.
    What you can do for the time being is to manually edit the wp-content/w3tc-config/master.php file and add the information manually, around line 1050, depending on the configuration:

    "cloudflare": {
            "email": "[email protected]",
            "key": "yourkey",
            "zone_id": "zoneid sequence",
            "zone_name": "yourwebsite.com",

    As mentioned, we are working on fixing this and we are addressing this problem for future updates.

    Thanks!

    Thread Starter danielz4studios

    (@danielz4studios)

    Perfect! I can do that workaround by now, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t configure Cloudflare extension’ is closed to new replies.