When I change the discourse reaction like button to torii-gate on Font Awesome. 
I lose the like button entirely…
As you can see it is gone, but if I hover over where it is, It triggers. With a red box around where the icon should be.
If I change the Icon back to “thumbs-up” it displays properly
I really want the Torri Gate as my reaction icon, because the point of this Discourse forum is for an offshoot of Shinto called Bunrai Shinto.
Please help me.
             
            
              
            
           
          
            
              
                pfaffman  
              
                  
                    September 24, 2024,  5:08am
                   
                  2 
               
             
            
              It’s not a bug. Not all icons are loaded.
I can’t find it right now on my phone, but if you search you can find how to include additional font awesome icons.
             
            
              4 Likes 
            
            
           
          
            
              
                Lilly  
              
                  
                    September 24, 2024,  5:21am
                   
                  3 
               
             
            
              I think it’s because of this
  
  
    I think the Reaction code adds a ‘far’ to things, which will make them go blank if there’s no far version: 
 [Untitled]  
 [Untitled2] 
   
 
I feel like it should work, but when I gave it a try, I could only get it to load the non-far versions so that it only showed for already liked posts.  Also, the reaction emoji is called shinto_shrine so to get it into the reactions modal, you have to load the emoji in the reactions settings.
             
            
              5 Likes 
            
            
           
          
            
              
                Moin  
              
                  
                    September 24, 2024,  3:56pm
                   
                  5 
               
             
            
              I think the problem is the same as in
  
  
    I’m trying to add the free, solid, beer icon  as my discourse reactions like icon: 
[image] 
Unfortunately the far- prefix is added to the “beer” text 
 [image]  
and the regular icon is not included in the free tier: 
 [image]  
so the icon does not load: 
[image] 
If this is intended, is there a workaround for this?
   
 
There is only a solid torri gate.
             
            
              3 Likes 
            
            
           
          
            
            
              It is a sad day for Burai Shinto.
             
            
              1 Like 
            
            
           
          
            
              
                Lilly  
                
                  
                    September 25, 2024,  2:25am
                   
                  7 
               
             
            
              Ok here is a fix for a simple shinto priest 
far version)Go to Admin - Themes - Components, create a new theme or component, click the “Edit Code” button and go to the JS tab:
insert the following line of code in the place where it says // Your code here
    api.replaceIcon("far-torii-gate", "torii-gate");
Go to the reactions plugin settings.  This is the configuration you need to do, but it needs to be done in a certain order (from bottom to top):
First add the shinto_shrine to the discourse reactions enabled reactions setting, click the green check mark then refresh the browser page. 
Next, select the shinto_shrine emoji from the drop down for the discourse reactions reaction for like setting. 
Then add torii-gate to the discourse reactions like icon setting. 
 
That should do it.  Let me know if you need any more help.
             
            
              7 Likes 
            
                
            
           
          
            
            
              Thank you for the detailed reply
Thanks for trying to help me.
             
            
              
            
           
          
            
              
                system  
              
                  
                    December 6, 2024, 11:14pm
                   
                  10 
               
             
            
              This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.