• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Font awesome problem in rate and review page

Dadparvar

Member
AMS Premium
CAS Premium
RMS Premium
SC Premium
UBS Premium
Hi,

Font Awesome everywhere is OK (either Font Awesome Include be disabled or not).
But in rate and review page its not working.
2015-12-04_15-03-38.png2015-12-04_15-11-16.png
Any idea will be appreciated.
 
Last edited:
This is happening on the Core XF Default Style? This has been in place for over a YEAR now. I find it hard to believe that its just NOW a bug. Must have something to do with your 3rd party style. btw, PICTURES of style issues are worthless to me. I need to SEE the HTML/CSS (so I'll need a URL to your site so I can inspect with chrome tools (and in this case, I will need an Admin Login as I can't see an EDIT forum without being able to edit an existing Item). You can inbox with with the URL and Login and I will take a look sometime today :)
 
I just solved it by adding the code below to "EXTRA.css":
Code:
.star,.star.Full,.ctrlUnit.rating.ratings.CustomRatingField{
    font-family:'FontAwesome' !important;
}
Result:
Untitled.png
 
  • Like
Reactions: Bob
Back
Top