Base solution for your next web application
Open Closed

Flaticons changed after v7.0.0 => v7.2.2 #7700


User avatar
1
mika created

I updated my Core+Angular project to V7.2.2 and now flaticons are wrong? Any adwise? For example I have flaticon2-trash being used but now the symbol looks like flaticon2-user-outline-symbol..


8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi mika

    Can you share a few screenshots to illustrate the problem?

  • User Avatar
    0
    XugoWebTeam created

    @mika - I also encountered this problem. Two or three of our icons were incorrect after the 7.2 update.

    To fix the issue I went into vendors.bundle.css and re-mapped the classes with the right codes where necessary.

    This might be of use to you

    https://keenthemes.com/metronic/preview/demo1/components/icons/flaticon.html

  • User Avatar
    0
    mika created

    @xugowebteam Could you explain bit more how did you re-map the classes? How did you get the right code?

    For example I have flaticon2-trash:before{content:"\f186"}

  • User Avatar
    0
    XugoWebTeam created

    @mika,

    I think I just used the Metronic resource that I posted above. I inspected the icons in Chrome devtools. You need to expand the <i element in order to see the** ::before** pseudo element inside

    So in your example it looks like that the code you're looking for is "\f17c"

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi mika

    I couldn't see such a breaking change in Metronic changelogs but it seems like it changed. Could you create an issue on GitHub and let us check this ?

    Thanks.

  • User Avatar
    0
    SASIMEXICO created

    Hi everyone, I have the same problem. After updating to V=7.2.2, some flaticons are not working correctly, because despite showing an image, it is not the corresponding one to these icon.

    This problem seems to be only with the "flaticon2". Could it be?

    Hope to find a solution soon.

    Thanks.

  • User Avatar
    0
    mika created

    Hi all

    Github issue created by someone else: Issue

    @xugowebteam Thank you, I found the codes after pressing the ::before as you suggested. I changed the codes in vendors.bundle.css and it now works. I hope that there will be soon fixed file with all codes at the github.

    @SASIMEXICO I searched with visual studio "flaticon2-" in all my angular files and figured out all the icons I needed to check for a quick fix.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thank you @mika for reporting this, it will be fixed, please follow the GitHub issue.