Hi
I've recently implemented Cookillian on one of my own websites, & am very pleased with the results. So I've now implemented it on a client's website, only to find that the notification doesn't display.
On further investigation, I can see this on the site on which it works:
<div class="cookillian-alert" style="">
... whereas on the site on which it doesn't display I can see this:
<div class="cookillian-alert" style="display:none;">
I am opening both sites in one of Google's 'incognito' windows, so neither are logged in or have cookies stating that it should or shouldn't be displayed, so I've no idea why the client's website has added style="display: none;" to its tag. The Cookillian Settings are set exactly the same on both sites.
Does anyone have any idea why this could be happening?