Hi @drauth,
We checked the site but couldn’t find any issues. Guess you managed to fix the issue yourself.
Feel free to revert if anything else.
Thread Starter
Drauth
(@drauth)
Hi,
thanks for the quick reply.
Did you scroll down till the bottom of the page, see here: http://prntscr.com/128vo4u
The problem is there…
Thanks
Simone aka Drauth
Hi @drauth,
We checked your site and it looks like all our plugin CSS files are loaded with a different/modified URL. It could be caused by some caching or optimization plugins in the site.
The current style reference on the website is as below:
<link rel='stylesheet' id='cookie-law-info-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/A.cookie-law-info-public.css,qver=2.0.1.pagespeed.cf.5m7c7Jutf5.css' type='text/css' media='all'/>
<link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/A.cookie-law-info-gdpr.css,qver=2.0.1.pagespeed.cf.JhbFcEUmGZ.css' type='text/css' media='all'/>
To work correctly, it should be as below:
<link rel='stylesheet' id='cookie-law-info-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css?ver=2.0.1' media='all'/>
<link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.1' media='all'/>
Please check issue and exclude our plugin CSS files if needed to fix the issue.