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 17 replies, 5 voices, and was last updated 7 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
12/16/2014 at 7:19 pm #312998
Nicole Brors
ParticipantI am using a shortcode for the form on this page:
http://creativenicolebeta.com/nhicollege/alumniI also have a link to submit an entry on this page: http://creativenicolebeta.com/nhicollege/directory
I love the plugin and the form…working awesome, but we really don’t need all of the extra fields around the name. We don’t use them in the display so it doesn’t make any sense to ask people for them. I’d like to keep everything on the first line and title is ok, but I really want to remove organization and department. I tried putting them in the shortcode but I don’t think they are supported. Any ideas??
12/17/2014 at 10:19 am #313017Steven Zahm
Keymaster@ Nicole
Add the following CSS to the theme’s custom CSS area:
div#cn-metabox-section-organization, div#cn-metabox-section-department { display: none; }
That’ll do it. Hope this helps!
12/17/2014 at 1:46 pm #313026Nicole
GuestThank you! I had to add !important to it but then it worked!
12/18/2014 at 9:55 am #313112Steven Zahm
Keymaster@ Nicole
Yes, sometimes !important s, uhm, important. :)
Glad to hear it worked for you. If you have a moment, I would truly appreciate a review because they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections12/18/2014 at 2:52 pm #313125Nikki Christiansen
ParticipantI don’t want to remove the fields from displaying, but rather change the Titles of those fields.
For example:
Title > Leads Group
Organization > Company Name
Department > Industry12/18/2014 at 4:13 pm #313128Steven Zahm
Keymaster12/18/2014 at 5:37 pm #313133Nikki Christiansen
Participantperfect! thanks
12/19/2014 at 8:41 am #313140Steven Zahm
Keymaster@ Nikki
No problem!
If you have a moment, I would truly appreciate a review because they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
01/08/2015 at 7:31 pm #314547Erin McCormick
GuestHi – I just got your program yesterday and loving it. I’m also trying to eliminate extra fields on the form. I just want to capture and show city and country – how can i remove address line 1, 2, 3 and longitude & latitude….
Thanks
01/09/2015 at 9:11 am #314569Steven Zahm
Keymaster@ Erin
Thanks!
The only way to hide those fields is to use CSS. Add the follow to the theme’s custom CSS area:
#cn-form .address-local, #cn-form .address-geo, #cn-form .address-state, #cn-form .address-zipcode, #cn-form a.geocode.button { display: none !important; }
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.