No checkboxes in polls & like icons not showing
-
AuthorPosts
-
erickuns
MemberHi. I haven’t been able to solve these problems.
1) When I insert a poll the check boxes don’t show up. You can click on the text itself, but that’s counter-intuitive, and I always saw the check-boxes before.
2) Under posts where it shows likes, it will only show a handful of icons, even if there are a lot more likes.
You can see both these things on a post from yesterday: https://artofericwayne.com/2019/10/13/25-of-my-best-images-23-bare-knuckle-brawl/
One more if those were too easy. Links are just a little darker or thicker font. It’s not really evident they are links unless you trouble to scroll over them. I”d prefer they were a tad more conspicious.
Thanks for any help
The blog I need help with is: (visible only to logged in users)
djordjegrubac
Theme AuthorHello,
Sorry for the late reply.
Here are the answers on your questions:
1. Q: When I insert a poll the check boxes don’t show up. You can click on the text itself, but that’s counter-intuitive, and I always saw the check-boxes before.
A: Please add this CSS class to Custom CSS:input[type=checkbox], input[type=radio], .woocommerce form .form-row .input-checkbox { display: block; }
2. Q: Under posts where it shows likes, it will only show a handful of icons, even if there are a lot more likes.
A: On my side all sharing icons are displayed. Can you tell me what browser you are using and what screen resolution?Thank you,
– DjordjeThanks for getting back to me.
Great! The CSS fixed the job!
For the second issue, I wasn’t talking about the sharing icons, I was talking about the avatars for likes. I probably misled you because I used the word “icons”. On a typical post I might have a dozen likes, but only 4 avatars show up, which makes me think the post wasn’t received particularly well.
Thanks again for your help,
Eric
djordjegrubac
Theme AuthorHey,
Thank you for the explanation.
To display more avatars, please add this class to Custom CSS:
div.jetpack-likes-widget-wrapper { width: 100%!important; }
Thank you,
– Djordje
- The topic ‘No checkboxes in polls & like icons not showing’ is closed to new replies.