Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

font-awsome with Galeria not working in ClearPass Guest 6.6.5

This thread has been viewed 0 times
  • 1.  font-awsome with Galeria not working in ClearPass Guest 6.6.5

    Posted Jun 01, 2017 04:40 PM

    fontawesome fonts not working in ClearPass 6.6.5 when using the Galeria Skin.

     

    It looks like the something got changed in the Web Pages

    The font picture is called from:

      <span class="fa fa-cogs" style="font-size: 200px; color: #F5821F;"></span>

    Changing the web page back to the pre-6.6.5 update appears to resolve the issue.

      <i class="fa fa-cogs" style="font-size: 200px; color: #F5821F;"></i>



  • 2.  RE: font-awsome with Galeria not working in ClearPass Guest 6.6.5
    Best Answer

    Posted Jun 01, 2017 07:39 PM

    There was a bug that was fixed in earlier versions -- I just tested in my lab on a fresh box, and it works OK, so I'm assuming your box was upgraded from an older version?

    If so, you're seeing the bug because your old config is still there. If this is for one of the pre-built error pages (e.g. Posture, Jailbroken, etc.), reset the config for that web page:


    CPGuest > Config > Pages > Web Pages > (click yours) > Reset to Defaults

     

    From a code-perspective, this is simply changing your [old] code from a <span>...</span>:

      <span class="fa fa-cogs" style="font-size: 200px; color: #F5821F;"></span>

    And changing it to an <i>...</i>:

    <i class="fa fa-cogs" style="font-size: 200px; color: #F5821F;"></i>

     E.g. the <i>...</i> will be the snippet that works fine with Galleria.


    Let me know if this is resolved, or if you still see any issues?