Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #947298

    Hi
    Its defined in the footer.php file
    you want to remove the share button then edit this file

    /templates/ja_healthcare/tpls/blocks/footer.php and remove the section

    
    <!-- ADDTHIS -->
    <div id="addthis-wrap" class="addthis-wrap">
      <button class="btn btn-primary" title="Addthis"><i class="fa fa-share-alt"></i></button>
      <!-- Go to www.addthis.com/dashboard to customize your tools -->
      <div class="addthis_vertical_follow_toolbox"></div>
    </div>

    Hope it helps

    puntje Friend
    #947343

    And how must i change for example Facebook and remove twitter! I cannot find where that is standing also.

    Pankaj Sharma Moderator
    #947518

    Hi
    This is auto generated button call from AddThis site .
    You need to create an Addthis account and then manage the buttons from the account .
    Copy the script of your account and replace it with the current script that is present in the Template options > Custom code area .

    If you want to show only one custom button , then you can take a look on my suggestion given here

    puntje Friend
    #947779

    Thanks it worked. And if i want only twitter, what must i do than

    Pankaj Sharma Moderator
    #947845

    Hi
    For twitter just changed the facebook class and icon in the suggested code Here

    jeffhoneyager Friend
    #1073421

    Why would this ever be placed in a .php file?
    And why would it NOT be in the documentation?
    It should be in – at least – a plugin.

    Sorry for the rant – Thank you for posting a solution – it worked great.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  jeffhoneyager 6 years, 5 months ago.

The topic ‘How can i change or remove the twitter or Facebook module!’ is closed to new replies.