Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Reactions Overlay Blocking Social Buttons
meshugy
✭✭
I just noticed that the reactions overlay under each message is blocking the Facebook and Twitter buttons that normally appear there. Do you have a fix for this?
thanks!
0
Comments
That is a CSS conflict with your theme. It works out of the box with the Twitter button for sure (as far as I can remember).
If you share a link, you might get some help.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I took a look at the css in firebug but can't figure out what the conflict is. If you go to this link you'll see reactions display if you hover over the bottom a comment but the social buttons are hidden:
http://www.djangobooks.com/forum/discussion/12738/adrien-moignard-s-demos-his-rhythm-approach-on-minor-swing#latest
When I preview other themes I still have the same problem. The reactions appear but the social buttons are hidden.
I understand why this doesn't work now. Strictly speaking, the share buttons are still there. They are even visible on hover. The issue is that I override the bundled
ReactSprite
class but I don't have a definition forReactFacebook
orReactTwitter
classes.I added fixes in for 0.3.2, which I just uploaded: http://vanillaforums.org/addon/yaga-application
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight thanks, everything works now!
I just noticed a small typo in reactions.css.
Search for .ReactQuotes and change it to .ReactQuote to make your quote plugin also have an icon.
I already made the change for next release.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight I'm not sure if you changed it, because in reactions.css, it is still .ReactQuotes | I'll see if it works