Alpha1

Customer
Im getting this error in console. This error seems to be related to viewBox in XB footer.

I'm also getting this one:
Code:
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Element with focus: <div.menu menu--structural menu--potentialFixed menu--left#js-XFUniqueId69>
Ancestor with aria-hidden: <div.menu menu--structural menu--potentialFixed menu--left#js-XFUniqueId69> <div class="menu menu--structural menu--potentialFixed menu--left" data-menu="menu" aria-hidden="true" id="js-XFUniqueId69" style="z-index: 500; left: 62.8889px; top: 212.882px;" tabindex="-1"></div>Understand this warning
The latter one may be related to the menu dropdown addon:
 
As far as I know the normal icon code:
Is this:
Code:
<xf:fa icon="fa-share"/>

Where you have:

Code:
<xf:fa icon="fa fa-share"/>

I don't know if that makes a difference. The donate icon you're using does not exist, you need to find them here:

Also, I'd wrap conditionals around links that need them (register as an example shouldn't show to logged in members).

Let me know if it's still happening after adjusting those items (conditionals won't fix this error but just a side recommendation).
 
Last edited:
Updated the link in my post above.
I replaced the code and added conditionals.

The link to font-awesome v5 is dead.
I'm trying to add this one:
Can I use this one and what is the correct code? I used this, but it fails:
Code:
<xf:fa icon="fas fa-hand-holding-dollar"/>
Looks like you might want: hand-holding-usd
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back