Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 5 replies, 2 voices, and was last updated 9 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
02/22/2014 at 7:04 am #280835
Global Cultura
ParticipantHi, Steven
We have a problem with the Form in, at least, Chrome and Safari, (not in Firefox or IE9)
Problem is that radio buttons are not shown. You can see in attachments files. If you want to see in action i can send you url privately (Form is not in use yet)
Can you help us?
Thanks in advance
Attachments:
You must be logged in to view attached files.02/22/2014 at 9:22 am #280846Steven Zahm
Keymaster@ Global Cultura
The issue is like being caused by the theme’s CSS. The only way I can know what the fix will be is if I can have access to the page to see what CSS statement needs to be added to override the theme.
02/22/2014 at 1:43 pm #280872Global Cultura
ParticipantThis reply has been marked as private.02/23/2014 at 1:56 pm #280902Steven Zahm
Keymaster@ Global Cultura
Interestingly enough the theme author decided to do this:
select, input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
You can find it right here.
You see this,
-webkit-appearance: none;
, in Chrome and Safari, they basically hide selects, inputs (like radios and checkboxes) and textareas; globally overriding the browser default. I’m not sure why one would do that. I guess there must a a reason. I suspect this will cause you problems with other plugins that show those fields expecting the global default (being visible).To fix Form, add the following to the theme’s custom CSS area or to the end of the theme’s
styles.css
file:#cn-form h3 input[type="radio"] { -webkit-appearance: radio; }
That’ll fix it.
I do suggest asking the theme author if there will be any adverse effects to the theme if remove the offending CSS from the
styles.css
to prevent it from causing you issues with other plugins.Hope that helps.
02/23/2014 at 3:12 pm #280908Global Cultura
ParticipantThanks a lot, Steven
Problem solved!
02/23/2014 at 5:04 pm #280913Steven Zahm
Keymaster@ Global Cultura
Great to hear!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.