Bug Reports
        
    
    
                    
                        
                        21                    
            Posts
        
        
                    
                        
                        3                    
            Users
        
        
                    
                        
                        4                    
            Reactions
        
        
                    
                        
                        3,858                    
            Views
        
        Oct 28, 2021 8:14 am
                        Just testing the plugin, but some of the icons are missing? How to fix this?
Theme is Salient Theme
                         20 Replies                    
                Oct 28, 2021 9:19 am
                        Hi @rainerpuschner,
1. Find an option in your theme and disable the Font-Awesome Lib. Then navigate to Dashboard > Forums > Settings > Features admin page and enable wpForo Font-Awesome for whole website:
2. OR put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and check it.
#wpforo #wpforo-wrap .fas{
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap .far{
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap .fab{
    font-family: "Font Awesome 5 Brands" !important;
    top: 0 !important;
}
IMPORTANT: The both solutions will fix all icons.
Oct 28, 2021 9:38 am
                        Thanks for your suggestions. Unfortunately both solutions do NOT work? Same icons as before 🙁
Oct 28, 2021 9:41 am
                        In firefox i could read the inside of the icon - maybe this helps to track down the problem? F3B1
                
                    Page 1 / 2                
                                
                                    
                        Next 
                    
                            
        


