• Resolved thatnzguy

    (@thatnzguy)


    The button doesn’t seem to get pushed under images, and sits next to them. Works fine with posts that have text all the way to the bottom.
    See: http://joelschroyen.co.nz/blog/

    How can I make it sit right at the bottom of a post? It would be preferable for it to be inline with the post’s meta data tags, in the individual post’s footer.

    I managed to get the AddtoAny button in a single page footer (single.php), or the main footer (footer.php), I couldn’t find out how to put it into the individual post’s footer. (I’m using theme constructor).

    I’d love some tips 🙂

    Thanks!

    Joel

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

    (@micropat)

    Hi Joel,

    To fix this you can add the following line of CSS to your theme’s stylesheet:
    .addtoany_share_save_container { clear: both; }

    This fix will likely be included in the next release. 🙂

    Thread Starter thatnzguy

    (@thatnzguy)

    Works, thanks :]
    Would be even better to get it into the post footer though!

    Plugin Author micropat

    (@micropat)

    That’s supported but requires some work. You’d have to disable the automatic button placement, manually install a special line of code in your theme files, and adjust the CSS to fit the button nicely in your theme’s footer. Check out the FAQ for more info if you feel comfortable dealing with and adjusting some code.

    Thread Starter thatnzguy

    (@thatnzguy)

    I have no problem with any of that, as mentioned above, I managed to get it into the footer for single.php and footer.php and it worked fine, but I’m new to WordPress and can’t figure out where it draws the footers for the posts from 😉 I think it may be theme dependant too..

    Plugin Author micropat

    (@micropat)

    You’re right, it’s totally unique to all themes in WordPress.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: AddToAny: Share/Bookmark/Email Button] Button not at bottom of post’ is closed to new replies.