Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alysa 15 posts 125 karma points
    Apr 10, 2017 @ 12:40
    Alysa
    0

    Regex pattern for Material Design Icons in Iconator Umbraco

    can you please help me to resolve Regex class name for Material Design Icons.

    As for font-awesome its working fine i.e (fa [^:]*?):before

    For Material Design Icons i have used (zmdi [^:]*?):before but it fails to work. its showing no result to me.

    Can someone please let me know about this regex expression. I am eagerly waiting for response.

    Thanks in advance !

    Share your views.

  • Alysa 15 posts 125 karma points
    Apr 10, 2017 @ 13:28
    Alysa
    0

    any views & suggestions ?

  • Micha Somers 134 posts 597 karma points
    Apr 10, 2017 @ 15:02
    Micha Somers
    0

    Since these icons are prefixed with: zmdi-

    can you try to change it to:

    (zmdi-[^:]*?):before
    
  • Alysa 15 posts 125 karma points
    Apr 11, 2017 @ 07:06
    Alysa
    0

    i used this and then its start giving issue

    Error: Duplicates in a repeater are not allowed. Repeater: icon in model.icons | filter: searchTerm key: string:zmdi-airplane-off.

    I resolve this by remove duplicates record.

    But now i am stuck with Icon Pattern :(

    insertchart , this is the icon pattern for using Material Design but for iconator when i use this in Data type under Icon Pattern then it just print insertchart at the content node when click on pick an icon .

    any suggestions for this. I will thankful to you .

  • Micha Somers 134 posts 597 karma points
    Apr 11, 2017 @ 09:51
    Micha Somers
    0

    Concerning duplicates, best is to remove them as you mentioned.

    Seems to be an open issue (for a long time): https://github.com/zavoloklom/material-design-iconic-font/issues/72

    Hopefully someone else is able to answer your question about insertchart...

  • Alysa 15 posts 125 karma points
    Apr 20, 2017 @ 05:06
    Alysa
    100

    hey

    I implemented now material design icons-webfont. Download the webfonts and use them.

    Regex for material design for this i have used (mdi-[^:]*?):before

    Now its works fine. :)

    https://materialdesignicons.com/getting-started

    Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft