I’ve implemented Cookie notice and it works as expected on MAC / PC versions of Chrome, Firefox, Outlook and Edge. Also works fine with Safari iOS. However, the banner will not display on MAC Safari. I’ve opened up the inspector on Safari and see the html and CSS that should show the banner, but the banner just does not display. I’ve included it at the end of the message FYI. Its Safari 11.1.2 running on the latest version of High Sierra. I’m running WordPress 4.9.8 on the server, and I’ve turned off cache and verified this problem on both my production site (caching enabled) and dev site (caching disabled).
Any ideas what this might be?
Thanks!
Gray
<div id=”cookie-notice” role=”banner” class=”cn-bottom wp-default” style=”color: rgb(240, 240, 240); background-color: rgb(132, 132, 132); visibility: visible; display: block;”><div class=”cookie-notice-container”><span id=”cn-notice-text”>We use cookies to ensure that we give you the best experience on our website. By clicking “Accept”, you are agreeing to our Cookie Policy and our Privacy Policy.</span>AcceptReject
</div>
<div class=”cookie-notice-revoke-container”>Revoke cookies</div>
</div>