- Issue created by @jan kellermann
- Merge request !70Resolve #3496107 "Add alternative link to open Klaro! Consent Manager" → (Open) created by jan kellermann
- 🇩🇪Germany joachim namyslo Kulmbach 🇩🇪 🇪🇺
Thank you, for adding this one. I didn't had time to debug that issue quite well,but it seems that some twig templates suppress adding of the rel attribute. In my case it was https://www.drupal.org/project/ui_suite_dsfr → . So I am happy, to say, that this is not an issue with Drupal CMS. But none the less it's good to have this option in case there is some mess in a theme.
Thanks again for adding that issue here.
- First commit to issue fork.
- Status changed to Needs review
8 days ago 7:17pm 15 June 2025 - 🇩🇪Germany jan kellermann
See also this issue https://www.drupal.org/project/klaro/issues/3491564 ✨ Add a "Manage cookies" menu item Active
I think we should implement the possibility to create a menu item without 3rd party modules.
Please test and feedback (is "#klaro" a good link target?).
- First commit to issue fork.
- 🇩🇪Germany sascha_meissner Planet earth
Simplified the code + added additional selector ".klaroLink"
tested with:
<button class="klaroLink">test</button> <a href="#klaro">test2</a> <a rel="open-consent-manager">test3</a>
works fine