Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #666100

    the wonderful flaticons integrated in one of the demos i think (or in enfold 3.6) are from http://www.flaticon.com/
    If you like those icons you can download them with the normal flat icon basic license. The zip file contains svgs too !!!
    These svgs you can upload to http://fontello.com/ by drag and drop the whole svgs at once into the “Custom Icons” Field.
    Download the font and import it to enfold icon fontmanager (Data import/export)

    i tested it with business seo 80 icons set – and allthough these svgs aren’t monochrom it works well.

    #666956

    Hey,

    Thanks for sharing that info Guenter.

    Best regards,
    Josue

    #850896

    I am trying to upload the the flaticon svg file, but it keeps on failing and saying that the server is not responding. Can anyone help on this?

    #850971

    you want to use svgs in wordpress ! The tip above is a bit different. It shows you the way to use these flaticons as font-icon set !

    Anyway – wordpress does not support on default the usage of svgs (something i do not understand)
    If you like to be able to upload an svg you can use some code in functions.php of your child-theme – or use that brilliant plugin “svg support”

    but try this first in your functions.php of child-theme:

    function custom_mtypes( $m ){
        $m['svg'] = 'image/svg+xml';
        $m['svgz'] = 'image/svg+xml';
        return $m;
    }
    add_filter( 'upload_mimes', 'custom_mtypes' );
    #851000

    Hi Willem7904,


    @Guenni007
    thank you :)

    Did the solution above work for you?

    Best regards,
    Victoria

    #954749

    @guenni007 is it possible to use colored icons? I don’t want black and white icons!

    #955231

    Hi afarahani,

    You can use css to adjust icon colors. Can you show us what you’ve got so far?

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.