• Closed
  • Terry Mason
    Spectator
    September 19, 2016 at 12:27 am #30291

    Currently I’ve got social sharing codes (twitter, facebook, etc) working fine on my posts, but they don’t seem to show up on my pages. Is there an easy way to enable this?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2672
    September 19, 2016 at 9:31 am #30303

    Hi,

    I just tried the theme’s sharing box shortcode.
    It seems to be broken.

    You may want to use the following plugin.
    https://wordpress.org/plugins/wp-social-sharing/
    It works on post and page.

    Thank you

    Terry Mason
    Spectator
    Posts: 17
    September 20, 2016 at 3:02 am #30312

    No, it works fine for posts, but it doesn’t seem to be available for pages at all. I was just hoping to edit my child theme and add the code.

    Terry Mason
    Spectator
    Posts: 17
    September 20, 2016 at 3:15 am #30313

    I found the code. In page.php just edit this:

    if ($evolve_share_this == 'all')

    evolve_sharethis();

    to this
    //if ($evolve_share_this == 'all')

    evolve_sharethis();

    Denzel Chia
    Moderator
    Posts: 2672
    September 20, 2016 at 7:17 am #30318

    Hi,

    Looks like I misunderstood your request. I thought you were referring to shortcode.
    Please revert back your edit in page.php

    Please go to Theme Options -> Blog -> General
    Find the setting -> ‘Share This’ buttons placement
    Select -> All pages
    Save your changes.

    Thank you.