Okay
  Public Ticket #2701793
Social Share Customisation
Closed

Comments

  • nshankar started the conversation

    Is there a way I can remove some icons from the social share feature? Google plus is no longer required since its dead and I would like to add Whatsapp if possible. I couldn't find any options to configure social share plugin of amartha. 

  •  675
    Neuron replied

    Hi,

    Unfortunately, there's no way to add WhatsApp, since that's only a basic share function. If you need it, we can add it via the child theme.

    As for the social media, we'll remove Google Plus in the upcoming feature. For now, you can add the following CSS.

    .m-social-media .google-plus {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • nshankar replied

    I need a basic share function in WhatsApp too. Nothing special. Something like what is in the link below? If you can tell me which php file has the social share functionality I can try working on it. 

    https://forwardaction.uk/2019/08/tool-whatsapp-share-link-generator/

    Just a WhatsApp share link has to be generated. 


  •  867
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    The social share icons are included at Plugins > Neuron Core > functions.php file, and just search for Share Social Medias, if you can't manage to add it, we can do it for you.

    Feel free to ask for anything you ned.

    Kind Regards


  • nshankar replied

    Request you to add WhatsApp. Thanks so much in advance. 


  •  867
    Neuron replied

    Hi,

    I've added Whatsapp to the share icons, so no all you need to do is to replace the number that I've added with your number, so please go to Dashboard > Plugins > Plugin Editor > Neuron Core > function.php > line 70.

    https://prnt.sc/10bew82

    Feel free to ask for anything you need.

    Kind Regards


  • nshankar replied

    Thanks. I have modified it. It's working as expected. In case the client wants to change the icon to the usual green WhatsApp icon is there an option? They wanted the WhatsApp share icon to stand out.

  •  867
    Neuron replied

    Hi,

    You can add the following code to change the color of the WhatsApp icon.

    li.whatsapp .fab {
        color: green !important;
    } 

    Feel free to ask for anything you need.

    Kind Regards


  • nshankar replied

    Awesome. Thanks

  •  867
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  • jessen1589 replied

    how can i remove google plus sharing icon, i have used 

    .m-social-media .google-plus {
        display: none !important;
    }
    

    in appearance>customizing>addition css, but it didn't work

  •  867
    Neuron replied

    Hi,

    I'm seeing that you've managed to remove Google+ from the share icons.

    - https://prnt.sc/1bp19cu

    Feel free to ask for anything you need.

    Kind Regards