Hi,
I found a confirmed compatibility issue between Custom Prefixes & Banners and the Banner Link add-on:
Banner Link works correctly when Custom Prefixes & Banners is disabled.
I compared the final DOM output in both cases:
With Custom Prefixes & Banners disabled:
<strong>
<a href="…" class="userBanner--wubl">Standard</a>
</strong>
With Custom Prefixes & Banners enabled:
<strong>Standard</strong>
When Custom Prefixes & Banners is enabled, the `<a>` element generated by Banner Link is removed/replaced. As a result, the banner is no longer clickable.
This is not a CSS, cache, or permission issue: the link element itself is missing from the final HTML output.
Could you please check whether existing HTML in the user banner output can be preserved, or add compatibility support for Banner Link (`a.userBanner--wubl`)?
Thank you.
I found a confirmed compatibility issue between Custom Prefixes & Banners and the Banner Link add-on:
- /community/resources/xen-soluce-custom-prefixes-banners.9277/
- /community/resources/banner-link.10321/
Banner Link works correctly when Custom Prefixes & Banners is disabled.
I compared the final DOM output in both cases:
With Custom Prefixes & Banners disabled:
<strong>
<a href="…" class="userBanner--wubl">Standard</a>
</strong>
With Custom Prefixes & Banners enabled:
<strong>Standard</strong>
When Custom Prefixes & Banners is enabled, the `<a>` element generated by Banner Link is removed/replaced. As a result, the banner is no longer clickable.
This is not a CSS, cache, or permission issue: the link element itself is missing from the final HTML output.
Could you please check whether existing HTML in the user banner output can be preserved, or add compatibility support for Banner Link (`a.userBanner--wubl`)?
Thank you.