FontAwesome Icons in Visitor Tab & Account Wrapper

FontAwesome Icons in Visitor Tab & Account Wrapper

I ended up reverting my template and manually editing the icon code myself. A couple of the icons I used were different than suggested:

tab.webp
 
Anybody please help. Just need the default code to replace back?

Try moving your fontawesome directory under your styles directory, and rename it to something shorter. This is what I'm using:

Code:
<link rel="stylesheet" href="/styles/fa/css/font-awesome.min.css">

Then refer to this page on the fontawesome website: http://fontawesome.io/icons/
and refer to this page for styling guidance: http://fontawesome.io/examples/

An example of a proper user icon from fontawesome 4.0.3 would be:

Code:
<i class="fa fa-user fa-lg fa-fw" style="padding-right:5px;"></i>
 
Try moving your fontawesome directory under your styles directory, and rename it to something shorter. This is what I'm using:

Code:
<link rel="stylesheet" href="/styles/fa/css/font-awesome.min.css">

Then refer to this page on the fontawesome website: http://fontawesome.io/icons/
and refer to this page for styling guidance: http://fontawesome.io/examples/

An example of a proper user icon from fontawesome 4.0.3 would be:

Code:
<i class="fa fa-user fa-lg fa-fw" style="padding-right:5px;"></i>


I have done the
<i class="fa fa-user fa-lg fa-fw" style="padding-right:5px;"></i>

Still the issue persists. Would you mind sharing your code?
 
I have done the
<i class="fa fa-user fa-lg fa-fw" style="padding-right:5px;"></i>

Still the issue persists. Would you mind sharing your code?

I checked your site's home page code, and you aren't linking to a fontawesome 4.0.3 style sheet. You are linking to two different style sheets. One appear to be linked to something with "xenbase" that is a subset of 4.0.2; and the other is a fontawesome v3.2.1 style sheet.
 
@Gizzymomo

XenBase comes with an option to enable xenbase via a style property, Style Properties -> [XB] Options Enable Font Awesome, leave the directory alone(you need to have xenbase folder uploaded.
 
@Matthew Hawley your latest version for the 4.0.x update is a bit messed up on a few lines. Avatar/Your Content/People You Ignore/Alerts I think were using invalid classes(some old 3.x series + a mix of 3.x and 4.x causing them to break too.

Edit Preferences too.
 
Top Bottom