Guys, this is my 2nd purchase of your brill template, really happy with it. Great work.
I'm working on my local TEST site at moment only..
I'm confused about how the gdpr/cookie file works and I can't seem to stop the Modal window appearing every visit. I may not be implementing it correctly so apologises. Also sorry if this is done before but I can't find answer, not in your docs and I believe you say your docs will be updated with cookie/gdpr instructions soon but not yet !
My Code block on page..
<div class="gdpr-settings gdpr-settings-sm dark">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-12 mb-5 text-center">
<p class="lead mb-0">We use cookies on this website for navigation purposes only. No personal data is stored at all. Read about how we use cookies and how you can control them by clicking the "Privacy Policy" button below otherwise Accept and Close.</p>
</div>
<div class="col-12 text-center">
<button class="btn btn-lg btn-outline-warning gdpr-accept">Accept & Close</button><br>
Privacy Policy
</div>
</div>
</div>
</div>
...
this at bottom of page..
<script src="js/jquery.js"></script>
<script src="js/plugins-cookie.js"></script>
<script src="js/functions.js"></script>
...
In plugins-cookie.js file I have edit to set 'date-expire' to 7 (days)
All I want to do is allow the visitor to
Accept & Close and create the cookie for 7 days
They can also visit our Privacy page for reading if they wish
I do not wish to call the 'gdpr-preferences' modal window but just set/create the cookie after Accept&Close button clicked.
I do not want my modal Accept & Close window to reappear if they have set cookie.
Q. Can you advise if this is possible and how to get it working ?
Thanks in advance.
