Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter karloy

    (@karloy)

    I turned it off, since it was really inconsistant. Any guidance would be great..

    Plugin Author Andrew Yates

    (@andy7629)

    Hi Jens

    If you are able to re-enable the plugin and drop me a note here i’ll take a quick look for you.

    Thanks

    Thread Starter karloy

    (@karloy)

    Thanks – it’s turned back on!

    Plugin Author Andrew Yates

    (@andy7629)

    Thanks, is this happening in a specific browser at all? Can’t replicate it yet at my end.

    Thread Starter karloy

    (@karloy)

    To add, I thought about modifying the code to display the bar delayed with setTimeout – unfortunately I would need to do this with every update then.

    Plugin Author Andrew Yates

    (@andy7629)

    Figured out what the issue is… Digg Digg finds the start of the content (the text of the post). You use a post thumbnail above this which Digg Digg doesn’t take into account which is why it is displaying it further below in some cases. The cases where it is fine are when the image hasn’t quite loaded yet.

    I’ll see if we can move the anchor that Digg Digg uses to the title which would make more sense.

    Thread Starter karloy

    (@karloy)

    Thanks, that would be amazing! Is there maybe something I could quickly edit in the plugin source to patch it for now?

    Plugin Author Andrew Yates

    (@andy7629)

    If you want to fix it by editing the plugin find line 342 of digg-digg.php which reads…
    $dd_start_anchor = '<a id="dd_start"></a>';

    And remove the contents of that so it’s just…
    $dd_start_anchor = '';

    Then add the following to your theme files just above the post thumbnail.
    <a id="dd_start"></a>

    Warning: You’ll have to do this for each update of Digg Digg while this remains an issue.

    Thread Starter karloy

    (@karloy)

    Great, thanks! That works great.

    Thread Starter karloy

    (@karloy)

    On another note, the linked social media button doesn’t seem to show up in the float bar

    Plugin Author Andrew Yates

    (@andy7629)

    Have you got lazy load on for LinkedIn? If so can you try disabling it?

    Thanks

    Thread Starter karloy

    (@karloy)

    Yes, it was on – i turned if off, same issue though.

    I’m not following what this means please –

    Then add the following to your theme files just above the post thumbnail.

    What theme file exactly? And what is a post thumbnail? Some more clarification on this would be really helpful. This is leaving quite a bit of unwanted white space.

    Thank you!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: Digg Digg] Floating bar not consistant y position’ is closed to new replies.