Hi
Can you post a link to your site?
Thanks
Gareth
Little more info, I entered these files for minify:
wp-content/plugins/uk-cookie-consent/assets/js/uk-cookie-consent-js.js
wp-content/plugins/uk-cookie-consent/assets/css/style.css
Before </head> Embed type: Non-blocking using “defer”
-
This reply was modified 8 years, 9 months ago by
mmdollar.
-
This reply was modified 8 years, 9 months ago by
mmdollar.
You have a couple of JS errors in the console, either from the theme or another plugin. You need to try a standard WP theme first to see if the theme is at fault. Otherwise, disable all plugins then re-enable one at a time, testing each time, to see when the problem occurs.
The JS errors is from the plugin Enlighter, I haven’t minified it but it gives this error (plugin is working). I will try to test one by one the plugins.
If the JS error is from Enlighter, disable Enlighter and the Cookie Consent notification should show correctly.
I removed it, then I saw another error. It seems it was not from that plugin, I have a suspicion that it is the theme. There is an error with Uncaught ReferenceError: jQuery is not defined with a JS file (html5.js) in the theme asssets folder. I will try to figure it out with the theme author. Thanks for all the help.