• Resolved pandem

    (@pandem)


    I am using this CSS

    body:not(.single-post) .a2a_floating_style { 
    	display: none; 
    }

    to show floating buttons on single-post pages only, with settings “Adjust to content”, 360px from top, 680px from left. The vertical button bar is shown, as expected, to the right of the post content, but another bar is added at the top left of the page, directly under the body element. Why is this second bar shown and how can I hide it?

    • This topic was modified 5 years, 11 months ago by pandem.

    The page I need help with: [log in to see the link]

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

    (@micropat)

    Thanks for posting — that ‘extra floating bar’ bug will be fixed in the next plugin update.

    In the meantime you can hide it with some CSS:

    body > .a2a_vertical_style { display: none; }

    Thread Starter pandem

    (@pandem)

    That did the trick, thanks a lot for your prompt support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate floating buttons’ is closed to new replies.