Jump to content

Jennifer M

Clients
  • Posts

    602
  • Joined

  • Last visited

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Jennifer M

  1. While a few extra templates never hurt anyone I will say that extensibility is already there for 3-5 through custom Staff directory templates.

    This includes adding any custom details from their profile that you see fit as well as being able to make the variable sized layouts.

  2. On 11/16/2018 at 2:27 AM, TheJackal84 said:

    it will need to be font-awesome 4, if you have font awesome 5 it will not work, that is not just this app but the whole IPS suite, it is made for font-awesome 4, the reason why is that the fa fa- is now fas fa- and so on, so IPS will need to rewrite lots to make it work with 5, as soon as IPS support font awesome 5 I will add it all to this app and all my other apps, you will need to post in the feedback forums requesting font-awersome 5 in IPS 4.4 or something and hope it gets a lot of yes pleases on there, then IPS might look to doing it, I have not heard of any 5 coming soon though

    While IPS may not support FA5 yet as we have a lot to work on and consider there are ways to allow for this, in fact I personally use FA5 on my personal sites. It requires a minor edit to the custom.css and including the FA5 code. It would be beneficial if you allowed users to provide FA5 icons.

    If you include the CDN or similar the code you need to make both FA4 and FA5 to work is:

    .fa {
      font-family: "FontAwesome" !important;
    }

    With this and including the FA import code FA5 codes will work as well as all FA4 icons currently included on IPS.

×
×
  • Create New...