If you are experiencing issues and not seeing the banner after publishing, please use the following methods: 

If you use a caching plugin (e.g. WP Super Cache, WP Total Cache, WP Rocket, WP Fastest Cache):

The root of the issue may be in the usage of minification / compression, or script deferring. Some of these features can change the order of how scripts are loaded on a website, or can generate unexpected behavior on the JavaScript (JS) side. In this case, the caching plugin takes all the scripts on a website and puts them in a cached file – this might result in changing the order of the scripts execution. 

  • Try to disable these features one-by-one; minification / compression can generally be used if they do not generate any issues, however script deferring will cause the banner to malfunction. Script deferring changes the way scripts are executed on a website. Our script cannot be deferred because it has to be initialized before any other scripts are executed in order to function correctly. 
  • Once disabled, clear your browser cache, then go to your WordPress plugin settings page for Cookie Compliance and click the “Purge Cache” button, then Save Changes before proceeding to the next step.
  • Go to the Configuration page and click “Publish Now”. Allow a minute before checking whether the translation has been published as expected. 
Was this article helpful?
YesNo