briansol

Customer
double font awesome.png


Looks like font awesome is already being included from the netdna CDN. Why does xenbase re-include it?
 
If I'm not mistaken doesn't the gallery include font awesome?

Can't quite remember, we only call it once and we call it locally(configurable)

Style Properties -> [XB] Font Awesome, you can disable it there if you wanted too.
 
My fault, I should have checked first... it does seem to be coming from xenmediagallery add on, not oem XF.


double font awesome2.png


Killing that template to "" is the easy fix, but honestly, i'd rather use the remotely hosted one instead of local.
For future notes, i wrpped it in a conditional that should never fire:
Code:
<xen:if is="{$forum.node_id} == 99999999">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</xen:if>

An option in the style in a future release to use remotely hosted 3rd party assets would be a great addition.
 
We can do something like that, figure out a better option, for now if you wanted too you can edit page_container in your style

replace at the top:

Code:
<link rel="stylesheet" href="{$requestPaths.fullBasePath}@xb_fontAwesomeLink">

with:

Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
 

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