Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1343346

    Hi,

    i’m using the the entypo fontello icon for instagram and twitter.
    I would like to use a thrid icon, which is not availible in the entypo fontello set.

    I got the icon i would like to use and i could make a vector out of it. But how con i use it with the other to icons, so that they fit together in my footer?

    Please see link…

    kind regards Jak

    • This topic was modified 2 years, 8 months ago by Jak73.
    #1343378

    you can replace these enfold predefined icons by quick css
    Then you can even use multicolor images
    f.e. a different telegram icon: see docu
    scroll to: “In case of using an image”

    #top #wrap_all .av-social-link-telegram a:before{
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(/wp-content/uploads/custom-telegram.png) no-repeat center center;
        background-size: contain;
    }
    
    #top #wrap_all .av-social-link-telegram:hover a {
      /*** if needed ***/
    }
    #1343382

    Hi Guenni,
    i’m just looking for an easy way to change just one of the entypo fontello in my footer…

    #1343423

    Hi,

    Did you check the documentation that @Guenni007 provided above? This is the link again.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    You can convert the svg file to an actual icon font on fontello.com and upload it to the theme using the Enfold > Import/Export > Iconfont Manager.

    Best regards,
    Ismael

    #1343443

    more easy than using some quick css code ?
    just uploading an image file for your icon to replace.
    The one thing you had to know is that enfolds nomenklatur for those social links is always:
    av-social-link-xyz
    the xyz is the name of the social media and that will be at your list point as class – e.g: av-social-link-twitter; av-social-link-facebook; av-social-link-linkedin … etc.
    The way over a new icon-font is more complex – but has some advantages.
    If you got a svg file you can upload that to fontello to create an own icon-font.

    #1343444

    Hi Guenni,

    i was confused. Thank you. I will try it now.

    kind regards Jak

    #1343446

    see here a result for socket ( not the footer links – those are shariff links to social media ) social links and custom instagram icon:
    https://webers-testseite.de/#socket

    #top #wrap_all #socket .social_bookmarks a {
     display: block;
    }
    #top #wrap_all #socket .av-social-link-instagram a:before {
     content:"";
     display:block;
     width:15px;
     height:15px;
     left: 50%;
     top: 50%;
     background:url('/wp-content/uploads/custom-instagram.png') no-repeat center center;
     background-size:contain;
     position: relative;
     transform: translate(-50%,-50%);
    }
    #top #wrap_all #socket .av-social-link-instagram:hover a {
     background-color: purple
    }
    #1343541

    Hi Guenni,
    what should i do, when i’m using a new platform, not like the common, if it a new icon, which is not listed in fontello?

    kind regards Jak

    #1343542

    on fontello you can upload svg files ( they have to meet a few conditions there, but then you can also make an iconfont out of any monochrome svg).
    you can upload to fontello svg’s by drag&drop into that custom icons field.

    after adding all your wanted svg files – mark them on fontello and give a name to the new icon-font.
    Upload that icon-font to enfold ( import/export – Icon font manager )

    after that – go and read on the docu how to get for an existing icon a different one.

    #1343544

    It seems i have only png’s. Can i use them too?

    Ploblem here is, that the plattform is not listed in enfold.
    Is there a workaround, to get it done with .av-social-link-telegram
    Take something else?

    #1343657

    can i use png

    https://kriesi.at/support/topic/ho-to-add-my-own-icon-instead-of-the-entypo-fontello-icons/#post-1343446

    Without more details, or links to the page to which the problem refers, I can expect you to be able to transfer enough to adapt it to your specific case.
    I think that the descriptions are precise enough; if they are read.

    The one thing you had to know is that enfolds nomenklatur for those social links is always:
    av-social-link-xyz
    the xyz is the name of the social media and that will be at your list point as class – e.g: av-social-link-twitter; av-social-link-facebook; av-social-link-linkedin … etc.

    #1343667

    Hi,

    Thanks for your help @guenni007 :)

    Cheers!
    Yigit

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