Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Riyaz

    (@riyaznet)

    Homepage is kind of tricky as different themes implement it in different ways. It could be that the plugin scripts are not loading on the homepage. Will need to figure out the fix. Would recommend turning it off on homepage for now.

    I’m having the same issue on individual posts. I only have it enabled for posts and no matter what I set the offset from left to it sticks to the far left. Any ideas?

    Edit: if I check with Firebug I see this style being rendered for the bar:
    .getsocial {
    background: url(“../images/sharetitle_dark.png”) no-repeat scroll right bottom #DDDDDD;
    border: 1px solid #D9D9ED;
    border-radius: 3px 3px 3px 3px;
    left: 0;
    position: absolute;
    top: 200px;
    width: 73px;
    z-index: 200;
    }

    So the top is still set at 200px even though I set it to 230px in my settings. Left is set to 0, so that’s why it’s stuck to the left.

    Weird thing is that the background color is being rendered correctly, because I adjusted that too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: GetSocial] Sticks to the left on the home page’ is closed to new replies.