Add a Link to the Footer
If, for any reason, you do not want to add a floating button to the site, you can implement the reopening of the preferences panel using JavaScript.
To resurface the banner, simply add a link in the footer and insert the following JavaScript code in the href
attribute:
AVACY.showPreferenceCenter('absolute')
An implementation example could be the following:
<footer>
<a href="AVACY.showPreferenceCenter('absolute')">Preferenze Cookie</a>
</footer>