- Issue created by @Anybody
- Status changed to Postponed: needs info
4 months ago 11:22pm 7 August 2024 - 🇨🇦Canada b_sharpe
Have you tried using
data-replace-inner
as described on both the project page → and README?
Needing a more complex link structure to display the email link combined with other elements like icons / symbols:
<a class="item icon-combo icon-combo--linked align-middle icon-combo--ico-position-left" href="mailto:info@example.com" target="_blank">
<i class="icon-combo__icon ico ico-mail ico--lg bg-white text-black ico--circled ico--center" aria-hidden="true"></i>
<div class="icon-combo__text-wrapper">
<div class="icon-combo__text">info@example.com</div>
</div>
</a>
Sadly now with obfuscate_email enabled, all the link contents are being replaced by the email address, which makes the module unusable on the whole project.
The result with obfuscate_email enabled is:
info@example.com
Enable obfuscate_email filter for a text format
Use the example above in a text using that format to reproduce the issue
Ensure online the email address is replaced and all other structures are preserved
Postponed: needs info
2.0
Code
Have you tried using data-replace-inner
as described on both the
project page →
and README?