Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Clark

    (@pdclark)

    Hi navindesigns,

    I think these two threads will help answer your question and offer some alternative solutions for loading other icons or the vimeo logo specifically:

    In short, this plugin relies on FontAwesome, so you either have to use another icon from that library with one of the provided filters, or load up another font library using custom CSS and PHP. The replies in those threads go into more detail.

    I’m glad you’re enjoying the plugin. I’m sorry I can’t add a Vimeo icon right away for you!

    Plugin Author Paul Clark

    (@pdclark)

    Hi navindesigns,

    A Vimeo icon was added to FontAwesome 4.0, which was added in Menu Social Icons 1.3.

    FontAwesome 4.0 drops support for IE7, so to turn it on, you’ll have to add this to your theme’s functions.php after updating:

    add_filter( 'storm_social_icons_use_latest', '__return_true' );

    Requiring this filter allows all other users who don’t need Vimeo to still have IE7 support.

    Thread Starter navindesigns

    (@navindesigns)

    thanks guys

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please add vimeo icon’ is closed to new replies.