Notifications
Clear all

wpForo 1.x.x [Solved] Some posts icons won't show up!

11 Posts
2 Users
0 Reactions
656 Views
Posts: 109
Topic starter
(@beyondforce)
Estimable Member
Joined: 6 years ago

Hey guys,

I noticed that some posts icon won't show up and I don't understand why.

I hope someone could help me. This is a link to a sample page: https://tesreg.com/community/fusion-360/

 

Thanks.

 

10 Replies
Sofy
Posts: 5002
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @beyondforce,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the CSS code in the "Custom CSS code" textarea.

.fa-file:before {
content: "\f15b" !important;
}

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

9 Replies
(@beyondforce)
Joined: 6 years ago

Estimable Member
Posts: 109
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5002

@beyondforce,

Don't see any issue with the icon (See screenshot is below).

 

(@beyondforce)
Joined: 6 years ago

Estimable Member
Posts: 109

@sofy

You are right, I need to do a deep cleaning to my browser.

 

Thanks 👍

 

(@beyondforce)
Joined: 6 years ago

Estimable Member
Posts: 109

@sofy

Sorry, I was too fast! It's working fine when you are not logged in. But if you logged in then you can see that the icon is not an attachment icon.

 

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5002

@beyondforce,

Please register some new testing user and send the login details to info[at]gvectors.com email address to allow us to check it. 

 

(@beyondforce)
Joined: 6 years ago

Estimable Member
Posts: 109

@sofy

Here you go:

User: removed

Password: removed

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5002

@beyondforce,

Please add this code as well and check again. The issue should be solved. 

.wpfa-file .fa-file:before {
content: "\f0c6" !important;
}

Note: the topic is private.

 

(@beyondforce)
Joined: 6 years ago

Estimable Member
Posts: 109

@sofy

Thanks, it's working now.

Do you have any idea why is it happing? Is it because of another plugin that causes this conflict?

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5002

@beyondforce,

Do you have any idea why is it happing? Is it because of another plugin that causes this conflict?

Yes, this is a plugin conflict for sure. I'm sorry, but I cannot point you the plugin that caused this CSS issue.