Closed (fixed)
Project:
Plus 1
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2012 at 20:36 UTC
Updated:
13 Oct 2012 at 04:21 UTC
Regards.
This is the problem: when configuring the Plus1 widget in control panel, you can specify a text for both voting and unvoting. The unvoting stuff works fine, but the voting stuff doesn't.
If you don't specify a text for the Vote action, such as "I like it!" or "awesome" or whatever, an arrow up appears in its place.OK, but if you do specify a text, the arrow is still there and there is no text.
I found this is a CSS issue. In the file: "plus1.css" just replace this:
div.plus1-widget .plus1-vote {
background: url(images/up.png) no-repeat center bottom;
text-indent: -999em;
}
by this:
div.plus1-widget .plus1-vote {
background: none;
}
and you're done.
Comments
Comment #1
rogical commentedfixed in the dev.