Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 2, 20214 yr Hello, i've added the plugin that allows fontawesome icons in HTML. But when i try to add font awesome icons in the blog section or in a regular forum thread it doesn't work. Even when you go into the 'code' part and paste it there. It removes the code and doesnt display. Any fix or how can i make this work?
January 2, 20214 yr Author Plugin: https://invisioncommunity.com/files/file/9439-axen-font-awesome-5-in-ips/ Code example: <i class="fas fa-adjust"></i>
January 2, 20214 yr OK - that plugin doesn't provide this: Quote ....that allows fontawesome icons in HTML as the above is already possible...fontawesome 4.7 is already included with IPS. The plugin just allows FontAwesome 5 to also be used. Your actual issue is probably that the places you are trying to use the code doesn't allow HTML to be used. Elaborate on what you mean by all this: Quote But when i try to add font awesome icons in the blog section or in a regular forum thread it doesn't work. Even when you go into the 'code' part and paste it there. It removes the code and doesnt display. Where are you using the code exactly?
January 2, 20214 yr Author 14 minutes ago, Nathan Explosion said: Where are you using the code exactly? The IPS app "Blogs" , when i add a new blog then switch to Source. Then i add the code posted above into all the HTML that's already there. + Why can't we put those Fontawesome icons in the title of a thread? Edited January 2, 20214 yr by imsandertjeee
January 2, 20214 yr Do this instead - the Editor strips empty elements, which is what the <i></i> is...the non-breaking space sorts that for you. <i class="fa fa-bomb"> </i>
January 2, 20214 yr Author 14 minutes ago, Nathan Explosion said: Do this instead - the Editor strips empty elements, which is what the <i></i> is...the non-breaking space sorts that for you. <i class="fa fa-bomb"> </i> Thanks! This does work!! Is it possible to get these icons in the title of an thread/blog aswell ?
January 2, 20214 yr Doubt it, as I believe those are items that do not allow html. Use an emoji instead!!
January 2, 20214 yr Author 1 minute ago, Nathan Explosion said: Doubt it, as I believe those are items that do not allow html. Use an emoji instead!! Ahh yeah rip, downside to emoji's is that there arent very many (in comperason to FontAwesome icons)