Title: Plugin Setting not showing
Last modified: October 6, 2017

---

# Plugin Setting not showing

 *  [wordpressmz](https://wordpress.org/support/users/wordpressmz/)
 * (@wordpressmz)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/)
 * Hi all,
 * I have created a cookie free domain, then after all the setting are done, the
   plugin setting are gone. Any suggestion?

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-setting-not-showing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-setting-not-showing/page/2/?output_format=md)

 *  [thellimist](https://wordpress.org/support/users/furkan811/)
 * (@furkan811)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9414483)
 * > plugin setting are gone.
 * Do you deactivate and reactivate the plugin?
 * The only setting which may be undone is “Automatic Cache Management”. All of 
   the other settings should be permanent and can be changed from cloudflare.com
 * Thanks
 *  Thread Starter [wordpressmz](https://wordpress.org/support/users/wordpressmz/)
 * (@wordpressmz)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415476)
 * I did all this, even reinstalled the plugin but no effect
 *  [jwineman](https://wordpress.org/support/users/jwineman/)
 * (@jwineman)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415483)
 * Hi,
 * Can you elaborate on what you mean by a “cookie free domain”? The plugin calls
   our API to modify the settings on your Cloudflare account and doesn’t use cookies
   to accomplish this.
 * Which plugin settings are missing?
 * Thanks,
    John
 *  Thread Starter [wordpressmz](https://wordpress.org/support/users/wordpressmz/)
 * (@wordpressmz)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415617)
 * If you test your site on GTMatrix, there is a speed improvment oprtion shown 
   in YSlow to use cookie free domain, I meant that, I configured it, then added
   following code in WP-CONFIG
 * define(“WP_CONTENT_URL”, “[http://static.example.com&#8221](http://static.example.com&#8221););
   
   define(‘COOKIE_DOMAIN’, ‘example.com’); // Added by W3 Total Cache define(“WP_PLUGIN_URL”,“
   [http://static.example.com/plugins&#8221](http://static.example.com/plugins&#8221););
 * ********************************************************************
 * define(‘WP_HOME’,’[http://example.com&#8217](http://example.com&#8217););
    define(‘
   WP_SITEURL’,’[http://example.com&#8217](http://example.com&#8217););
 *  [jwineman](https://wordpress.org/support/users/jwineman/)
 * (@jwineman)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415623)
 * And which plugin settings are missing after you define those constants?
 * Thanks,
    John
 *  Thread Starter [wordpressmz](https://wordpress.org/support/users/wordpressmz/)
 * (@wordpressmz)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415853)
 * the whole setting for the plugin is not shown, the login section for example
 *  [jwineman](https://wordpress.org/support/users/jwineman/)
 * (@jwineman)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415905)
 * Ah the plugin isn’t loading. Do you see any errors in the browser console?
 *  Thread Starter [wordpressmz](https://wordpress.org/support/users/wordpressmz/)
 * (@wordpressmz)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9415914)
 * thats the issue, if there is an error then I could see for the exact solution.
 * When I comment out the about mentioned code, then It load but that break up the
   site.
 *  [thellimist](https://wordpress.org/support/users/furkan811/)
 * (@furkan811)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9417385)
 * The plugin uses `WP_SITEURL` field to get the domain name of the blog. Changing
   it to an invalid url could cause issues.
 * Is there any errors in the browser console?
 * You can follow this [guide](https://khanacademy.zendesk.com/hc/en-us/articles/203580770-How-to-find-the-console-window-on-your-browser)
   to open browser console.
 * Thanks
 *  Thread Starter [wordpressmz](https://wordpress.org/support/users/wordpressmz/)
 * (@wordpressmz)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9418044)
 * No boss there is no error.
 *  [thellimist](https://wordpress.org/support/users/furkan811/)
 * (@furkan811)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9418256)
 * Could you send me a screenshot of what you are seeing?
 * Thanks
 *  [Paul Scollon](https://wordpress.org/support/users/scollonp/)
 * (@scollonp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9450342)
 * I have a similar issue, but DO get an error in the console. The error is “Failed
   to load resource: /wp-content/plugins/cloudflare/config.js?ver=3.3.1 the server
   responded with a status of 403 (Forbidden)”
 * Trying to visit the actual URL of the JS file confirms it is indeed forbidden
 * [http://www.michaelstaffordartist.ie/wp-content/plugins/cloudflare/config.js?ver=3.3.1](http://www.michaelstaffordartist.ie/wp-content/plugins/cloudflare/config.js?ver=3.3.1)
 * This happens on random sites out of about 50 that I manage. They all have the
   latest WP version and a similar set of plugins, including Wordfence security.
 *  [Paul Scollon](https://wordpress.org/support/users/scollonp/)
 * (@scollonp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9450345)
 * I can provide the author with a login if required….
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9450418)
 * > I can provide the author with a login if required….
 * If the author gets that then I’ll toss a brick at his account.
 * _*Drinks coffee*_
 * Please do not offer anyone, author or otherwise, an account on your site. That
   will get the author into real trouble here.
 * I’m am 100% sure you mean well but please _never ask for or offer credentials
   on these forums._
 * [https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff](https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff)
 * Now for the why: The internet is a wonderful place full of very nice people and
   a few very bad ones. I’m sure everyone here is very nice however, by giving some
   ones keys to your house you are trusting they wont steal anything. Likewise the
   person who takes the keys is now responsible for the house FOREVER.
 * If something was to go wrong, then you the author may well legally become liable
   for damages, which they would not normally have been as their software is provided
   without warranty.
 * Please be aware that any author receiving logins will result in us asking people
   to repeatedly stop before escalating up to the plugins team.
 *  [thellimist](https://wordpress.org/support/users/furkan811/)
 * (@furkan811)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/#post-9450540)
 * Hi [@scollonp](https://wordpress.org/support/users/scollonp/),
 * Please do **not** post your login information 🙂
 * > This happens on random sites out of about 50 that I manage. They all have the
   > latest WP version and a similar set of plugins, including Wordfence security.
 * Are there any differences between the sites which has this issue and which doesn’t
   have this issue?
    In Wordfence Security settings, do you have a rule which might
   block loading javascript (.js) files or “wp-content/*” urls? In your servers 
   apache settings is there any rules to block these kinds of requests?
 * Thanks

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-setting-not-showing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-setting-not-showing/page/2/?output_format=md)

The topic ‘Plugin Setting not showing’ is closed to new replies.

 * ![](https://ps.w.org/cloudflare/assets/icon-256x256.png?rev=2471183)
 * [Cloudflare](https://wordpress.org/plugins/cloudflare/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cloudflare/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cloudflare/)
 * [Active Topics](https://wordpress.org/support/plugin/cloudflare/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cloudflare/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cloudflare/reviews/)

 * 18 replies
 * 6 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-setting-not-showing/page/2/#post-9563148)
 * Status: not resolved