@ninostar: Cookillian will delete those generated by WordPress or other WordPress plugins.
However, if Javascript is used on the website and they generate cookies, then these may not be deleted. For this reason there’s the option to include Javascript only when the visitor has opted in.
Examples of Javascripts that set cookies are: Google Ads, Google Analytics, Tweet button, Facebook “Like” button, Add This bookmarklet and Disqus.
Note: under the Advanced Settings you can select whether to delete cookies before *or* after; in your case you’d have to ensure it’s before.
@sonderend: This can happen when the theme uses “absolute” positioning for the main <div>
element. There are a few options:
– You can set Display Alert to Manually. Then either within the theme itself, you need to add <php cookillian_insert_alert_block(); ?>
or in a footer/sidebar widget of Text-type, you add [cookillian_alert]
.
– Or, you can provide your own Alert Style, which includes a z-index of, say, 10 (the higher it is, the further on top of other content it appears).