Home › Forums › Bee WordPress Theme › Radio buttons and check boxes
- This topic has 17 replies, 2 voices, and was last updated 11 years, 6 months ago by
Filipemus.
-
AuthorPosts
-
December 5, 2014 at 10:35 am #5618
Filipemus
ParticipantHi,
I am experiencing issues with radio boxes (they get cut in some pages) and checkboxes (they don’t work with certain plugins). Please check the screenshots attached for an example of each.
Another thing, is there any incompatibility with Gravity Forms?
Thank you,
FilipeDecember 5, 2014 at 12:24 pm #5621Hi,
Please try to remove
-webkit-appearance: none;in style.css (line52 and line 53)If it doesn’t work, please leave your wp-admin(url/user/pass) as private reply, I’ll log in to check it.
Best,Bwsm
Follow on @uiueux to get update news!December 9, 2014 at 9:12 am #5636Filipemus
ParticipantThis reply has been marked as private.December 9, 2014 at 11:26 am #5642HI, I checked your page, the radio can be shown(screenshot). Please try to clean the browser cache.
Best,Bwsm
December 9, 2014 at 12:30 pm #5644Filipemus
ParticipantThis reply has been marked as private.December 15, 2014 at 8:55 am #5700Filipemus
ParticipantHi,
I still experience the issues with radio buttons and check boxes.
Any progress on that?
Thank you,
FilipeDecember 15, 2014 at 10:55 am #5701please leave the page url, I can’t visit the mba-benchmark now.
December 15, 2014 at 11:00 am #5702Filipemus
ParticipantThis reply has been marked as private.December 15, 2014 at 11:44 am #5703For the radio buttons:
Please try to use the css:
div.tp-poll-container#tp-plaintext-default-preset .choices li label .input input { width: 20px; }For the check boxes:
Better leave the urlDecember 15, 2014 at 10:10 pm #5705Filipemus
ParticipantThis reply has been marked as private.December 16, 2014 at 1:05 am #5706Radio buttons:
the radio is not fully displayed, fix it by the css:
div.tp-poll-container#tp-plaintext-default-preset .choices li label > div { padding: 0.25em 0.5em 0.25em 0.5em; }I have entered the css code in Custom Css (login wp-admin, go to Bee / general settings)
the colour of radio depends on browser, if you want to change the default style, it needs custom css code (check the post: http://www.hongkiat.com/blog/css3-checkbox-radio/ )
Check boxes:
Did you mean the login form as the screenshot? I don’t know why “Remember Me” is not showing up. It is not part of Bee theme, do you use some plugin?
December 16, 2014 at 2:40 pm #5714Filipemus
ParticipantRadio buttons:
It is still not working – the radio buttons still have a small cut in them. Did it work on your side?
Check boxes:
“Remember Me” is showing up but not the check box – normally both would show up using the plugin (PA Modal Login). Do you have an idea what may be causing it?
Thank you,
FilipeDecember 17, 2014 at 2:14 am #5716Radio buttons:
Fixed, the css is changed as :div.tp-poll-container#tp-plaintext-default-preset .choices li label > div { padding: 0.25em 0.5em 0.25em 0.5em!important; }Check boxes:
I visit the page link you leave, I only see the login form as the screenshot, there is not “Remember Me”. Please let me know how to find it??
December 17, 2014 at 9:36 am #5722Filipemus
ParticipantHi,
I deactivated the maintenance mode so you can more easily find it.
If you click on Log In you will find the login form in the screenshot.
In that form, the “Remember Me” should have a check box.
Thank you for the help,
FilipeDecember 17, 2014 at 10:12 am #5726Hi, Fixed, please use the css:
input[type=checkbox] {display: block;}December 19, 2014 at 9:53 am #5746Filipemus
ParticipantEverything is perfect now – thanks for the great support.
The only thing is that some of the code is showing up in the footer of all pages (see screenshot):
div.tp-poll-container#tp-plaintext-default-preset .choices li label > div {
padding: 0.25em 0.5em 0.25em 0.5em!important;
}Can you help clean it out?
December 19, 2014 at 11:26 am #5748Hi, fixed, I moved the css code to style.css of child theme
December 19, 2014 at 12:31 pm #5749Filipemus
ParticipantGreat – everything is perfect now.
-
AuthorPosts
- You must be logged in to reply to this topic.
