Hello,
I upgraded to the latest version of PiWik from version 2.5.1 (??) and the opt-out iFrame is not showing up any more. This is very similar to the issue shown here. I tried:
These are the site details:
URL: https://talkingcouch.uk/article/core/cookie-policy
IFrame code:
The problem is visible in IE11, Firefox and Chrome.
Does anyone have any suggestions?
I upgraded to the latest version of PiWik from version 2.5.1 (??) and the opt-out iFrame is not showing up any more. This is very similar to the issue shown here. I tried:
- Copying plugins/CoreAdminHome/templates/optOut.twig to plugins/CoreAdminHome/templates/outOut.twig
- adding siteId to the iFrames querystring so that it read https://analytics.prodia.co.uk/index.php?module=CoreAdminHome&action=optOut&language=en&siteId=0
These are the site details:
URL: https://talkingcouch.uk/article/core/cookie-policy
IFrame code:
<iframe src="https://analytics.prodia.co.uk/index.php?module=CoreAdminHome&action=optOut&language=en" style="border: 0; min-height: 200px;"></iframe>
The problem is visible in IE11, Firefox and Chrome.
Does anyone have any suggestions?