I'm not sure what's happening with the Attachments on the site. Can you tell me what browser you're using, and we'll gladly investigate further.
As for the G+1 button itself, it looks like there's a slight bug in our code that's not using the top/bottom display for button and count. Instead, it's showing left-to-right in that view, and likely causing the problem you're having. We have an issue in our tracker to fix this for the next release. In the meantime, you can edit the following file:
/components/com_jfbconnect/libraries/provider/google/widget/plusone.php
In there, there are multiple lines that end with things like "data-size", "data-annotation", etc. Remove the "data-" portion from each of those so it looks like:
$tag .= $this->getField('size', null, null, '', 'size');
$tag .= $this->getField('annotation', null, null, '', 'annotation');There are 6 total lines to update.
Fixing that should make the button display similarly to the others and, hopefully, fix you right up.
I hope that helps, but if not, just let me know.
Thanks,
Alex