Okay
  Public Ticket #1116031
More Chinese Social Media support
Closed

Comments

  •  1
    averca started the conversation

    Hello, I really hope more Chinese social media sharing link can be added into the option. Because our customers are mostly Chinese and now more than 1 billion people are using WeChat , Weibo, Douban and many other Chinese social media.

  •  9,022
    Tahir replied

    Hey Again,

    Font Awesome does have those icons available so you can use one of the Existing icons and replace the code using some simple css .  Let us know when you have setup the icons so we can write the css for you . 


    Best.


    ThemeNectar Support Team 

  •  1
    Morten replied

    Hi,

    Would it be possible to make a css snippet that we can input in the salient options to give us both Weibo and WeChat instead of some of the other social media icons not in use?

    For instance, I will never be using VK and Vine. So could I replace those and not lose that every time I update the theme.

    I know it's a pretty specific request, but I thought it was worth a shot :)


    Morten

  •  9,022
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* change vk icon to wiebo  */
    .fa-vk:before {
        content: "\f18a" !important;
    }
    #header-outer #social-in-menu .fa-vk:after {
        content: "\f18a" !important;
    }
    /* change vine icon to wwechat  */
    .fa-vine:before {
        content: "\f1d7" !important ;
    }
    #header-outer #social-in-menu .fa-vine:after {
        content: "\f1d7" !important ;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Morten replied

    Thanks Tahir! You're a genius. This is perfect, I can use this to implement other icons if I need them in the future.
    I don't know how often this is requested but maybe it's worth making a quick article to inform people of the possibility to swap the icons out if needed.

    Anyway, thanks once again :)

    Morten