oslo like button on comment page

  • Unknown's avatar

    I recently purchased the Oslo theme and am having trouble getting support for a few questions I have. The “like” button doesn’t exist per se on the comment page of the post, there is a small star the reader is supposed to click, and only then can you see the like button and the icons of bloggers who have “liked.” I’d like to change that to traditional set-up with the Like button clearly visible, along with the bloggers who have liked the post. Can someone help me with this? I have the CSS upgrade.
    Thank you,
    elisaruland.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, give the following a try. It makes the buttons visible all the time to the right of the post metadata.

  • Unknown's avatar

    Oops, forgot the code. :( I made a couple further modifications and put the sharing stuff below the metadata since it was getting kind of wonky at smaller screen sizes.

    div.sharedaddy {
        display: block !important;
    }
    .entry-meta-shares {
        padding-right: 40px;
        padding-left: 20px
    }
    .likemenu-button, .baremenu-button {
        display: none;
    }
    .sharedaddy.sd-like.likemenu {
        display: none !important;
    }
    .has-share .entry-meta .entry-meta-items {
        display: block;
        margin-bottom: 40px;
    }
    .post-likes-widget {
        float: right;
    }
  • The topic ‘oslo like button on comment page’ is closed to new replies.