I got #2- figured it out.
Plugin Author
YOP
(@yourownprogrammer)
Hello
I’ve included below the answers to your questions
1. Currently, there’s no such option in admin.
However, it can be easily changed with css (happy to provide the code if needed)
2. Happy you got this one sorted out 🙂
3. Currently, title of the poll is only used in admin to identify polls.
You would need to hardcode it on the website if you want to use it.
4. Are you referring to Display Results screen?
If so, what display are you looking for?
Hi YOP
Getting there.
1) Yes, can you please provide sinple CSS just to enlarge and color change for the total votes “ex 7 Votes”
2) Yes, I was referring to the display results screen that the visitor sees. I am surprised no one has brought it up that putting the % and # votes on the SAME line as the question choices and in the same color (I tried changing the text color of the choices and it also changd the % and # votes) is a bit messy. It looks liek it is part of the choice. In all other polls i Have seen, the % and # votes is either
1) in ( ) on the same line like jfkjdfdjkdfd (6 votes, 24%)
2) different color if has to be on the same line as the choice
3) ideally it is usually after the bar |||||||||||||| 6 votes, 24%
just some sugegstions to improve.
thanks for the code when you can and for listening!
Barry
I just noticed, you DO have the # of votes in ( ) afer the answer choice. But why not the % as well? Having the % OUTSIDE and before the ( ) is the part that was confusing as anything out the ( ) would assume to be part of the answer choice.
I think if you slide it inside you are golden like this
jdkfjksfkjsdfjfkljdfd (14%, 9 votes)
Ideally if we could adjust the color of the choice independently of that stats great, but if not, this would improve the way your results look for everyone.
Thanks.
Barry
Plugin Author
YOP
(@yourownprogrammer)
Hello
1. Here’s the code
.basic-yop-poll-container .basic-stats-votes {
font-size: 10px;
color: red;
}
.basic-yop-poll-container .basic-stats-answers {
font-size: 10px;
color: red;
}
You will need to adjust the size and colour per your needs.
As for displaying % on results, you can do so by setting “Show Details as” to “Votes Number” and “Percentages” when adding/editing a poll on Options->Results tab.
trying code now. Thanks.
Yes I know I can add both the % and # votes on results, but my long comment was about how it shows.Did you happen to see above? if not here it is:
I just noticed, you DO have the # of votes in ( ) afer the answer choice. But why not the % as well? Having the % OUTSIDE and before the ( ) is the part that was confusing as anything out the ( ) would assume to be part of the answer choice.
I think if you slide it inside you are golden like this
jdkfjksfkjsdfjfkljdfd (14%, 9 votes)
Ideally if we could adjust the color of the choice independently of that stats great, but if not, this would improve the way your results look for everyone.
thanks again,
Barry
What do you think about putting the % with the # of votes in the ( ) after the answer choices?
done with added css code or no?
Plugin Author
YOP
(@yourownprogrammer)
Hey Barry
This can’t be done with css.
But it can be done with a piece of javascript code.
Would this work for you?
Hi,
I do not know much more than copying and pasting CSS in the Adavnced area. Is it much more than that?
If so, I will just leave as is for a while but wish you would reconsider it as a global change. Or ultimately put the % at the END of the BAR like most others.
Barry