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 14 replies, 3 voices, and was last updated 9 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
02/04/2014 at 5:33 pm #279139
Tara Simpson
ParticipantThe form was working perfectly when I first installed it, but now you can not select the social media channels from the drop down menu. http://www.candidtesting.com/directory-form/
I’m also wondering if it is possible to remove the department field and rename organization?
02/04/2014 at 5:35 pm #279140Tara Simpson
ParticipantI do get this error when i tried the F12 in Google Chrome. See attachment.
Attachments:
You must be logged in to view attached files.02/04/2014 at 9:02 pm #279152Steven Zahm
Keymaster@ Tara
If it was fine originally using the same theme (I’m assuming you haven’t switched themes) then it likely another plugin that was installed or updated is causing the issue. It doesn’t look like you have many plugins installed and none of those that are installed have any conflict issues that I am aware of … with that said, the issue I’m seeing is usually always caused by themes (generally from ThemeForest). My first suggestion … try the raw and noformat suggestion from this FAQ. The setting option mentioned in this FAQ only effects templates so there is no need to change that setting. Let me know if that resolves it or not.
02/04/2014 at 9:13 pm #279155Tara
GuestThanks, that worked. I had just figured out that the social media drop down appeared after I filled out the organization name. No format code did make it appear automatically.
Is it possible to remove the department field?
And, I will definitely complete an online review. I appreciate how responsive you’ve been!
02/04/2014 at 9:40 pm #279159Steven Zahm
Keymaster@ Tara
That field can only be removed by using CSS. Add the following to the theme’s custom CSS area if it has one. If it does not, add it to the end of the theme’s
styles.css
file:#cn-org-unit label:nth-of-type(2) { display: none !important; }
I would truly appreciate a review. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections07/15/2014 at 2:08 pm #297036@JoselinMane
GuestI have added the code to the custom.css to the wpzoon Diamond theme but it didn’t seem to work.
What can be causing the issue.
Are there two places to change this ie one the public add entry form plugin and the private admin add entry form.
Does the code work for both?
Thanks
07/17/2014 at 10:56 am #297336Steven Zahm
Keymaster@ JoselinMane
That is because the CSS is no longer valid with Form 2.0 which has better markup and tighter integration with Connections core.
This will do it now:
div#cn-metabox-section-department { display: none; }
Well, almost, this will only work for Form in the front-end, not the admin. Well actually it will work in the admin, the problem is there is no CSS file it can be added to… I suppose you could add it to the
cn-admin.css
and cn-admin.min.css` files but any time there is an update to Connections you’ll have to readd it.Hope that helps!
07/20/2014 at 7:15 pm #297611@JoselinMane
Guestthanks I made the update but I still see the department field on the form. Am I missing something? http://nsleague.wpengine.com/member-directory-2/submit/
07/21/2014 at 9:14 am #297639Steven Zahm
Keymaster@ JoselinMane
Looks like you need to add the
!important
tag…div#cn-metabox-section-department { display: none !important; }
07/22/2014 at 10:30 am #297754@JoselinMane
GuestGreat thanks,
It works for non-logged in and non-admin member. For admin I still see the department field. Is there a way that even the admin doesn’t see department via the website form plugin.
Thanks
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.