Plugin Author
Aert
(@aahulsebos)
Hi @maigret,
This is the HTML <a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Read more about these purposes</a>
The nofollow attribute is based on; https://developers.google.com/search/blog/2019/09/evolving-nofollow-new-ways-to-identify
If this is not correct, please let me know.
The why:
The cookie banner, no matter the region or configuration is built on one HTML template, and an aggregated CSS file. This means it can be in essence anything you’d like. For example, removing all unnecessary HTML is possible as well:
Under 3. Start from scratch, edit your custom HTML template and custom CSS at https://complianz.io/create-your-own-banner-from-scratch/
It’s a pretty simple approach, and will take 5 minutes with FTP ready.
Hope this helps,
regards Aert
-
This reply was modified 3 years, 8 months ago by
Aert.
Hi @maigret,
We haven’t heard from you in a while, is the issue resolved? We are happy to help you further.
Kind regards, Kim van Dijk
Hi, thanks for your anwser!
Obviously I can create a custom HTML template for the cookie banner but it’s still strange for me that something that was checked to be disable is just hidden in front.
Plugin Author
Aert
(@aahulsebos)
Hi @maigret,
This is due to the one template, modular set-up as explained above. Please tell me why this would be an issue with the HTML attributes provided so we can see what we can do.
Thanks, regards Aert
Hi,
let’s say you make a big update on the HTML template that I’m using in my custom development. It could have impact on my customers websites and add costs to update it according to these updates.
I always prefer using PHP hooks to filter original code.
In my case, disabling some features here could be done with this approach like almost every WordPress plugins did. 🙂
Plugin Author
Aert
(@aahulsebos)
Hi @maigret,
The custom template has a filter. If we update afterwards nothing will change for you, or your clients.
If you follow this; https://complianz.io/create-your-own-banner-from-scratch/ everything should work as you desire.
regards Aert
Hi @aahulsebos!
All right, I’ll give it a try.