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, 4 voices, and was last updated 8 years, 5 months ago by
Jim.
-
AuthorPosts
-
09/08/2014 at 6:24 pm #303131
Margaret McCarthy
ParticipantI actually have purchased the cMap template, but in the end I don’t know if I’ll use it.
I have a client worried about too many clicks. She would like a profile in the main content area, with a paragraph, a photo or two, and a vcard link if possible, and a list of contacts in the sidebar. She wants the user to be able to look at multiple profiles without having to click back and forth too much.
So my questions are:
1. Can I put a contact list in a sidebar? ANd2. Can Connections generate a downloadable vcard?
09/09/2014 at 10:53 am #303192Steven Zahm
Keymaster@ Margaret
In short, the answer is yes and yes.
You’ll need to install a plugin that enables shortcodes to be used in the WordPress Text Widget.
After you install it, you can use the
[connections]
shortcode in the Text Widget.I highly suggest using the
lock
shortcode option like this:
[connections lock='true']
otherwise that shortcode instance will respond to any valid Connections query which is very likely not something you would want.A caveat, you would have to disable the List Actions and Entry Actions on the Connections : Settings admin page under the Display tab otherwise they’ll display in the widget. Unfortunately this mean they will not be shown for any other instance of the shortcode too. That could be a show stopper.
If you use the Default Card template, there’s is an add to addressbook link, this allows the user to download a vCard. So the shortcode in the widget would look like this:
[connections lock='true' template='card']
Kind of complicated, I know. I do plan on introducing widgets to make this very simple but I do not know when at this time.
Hope that helps!
09/10/2014 at 10:36 am #303432Margaret McCarthy
ParticipantWe’re getting there, Steve, but I guess I wasn’t clear. Ideally I’d like a list of names in the sidebar: clicking a name will bring up the profile of the person.
My client has given me this site as an example (sidebar on right)http://www.tcva.com/our-people/
Is it doable?
09/10/2014 at 2:48 pm #303523Steven Zahm
Keymaster@ Margaret
Use this:
[connections lock='true' template='names']
This will use the Names templates instead.
09/16/2014 at 2:58 pm #304260Meg
GuestHi, yes, that’s the kind of thing I want, thanks.
Do you have any idea why the names are squeezing into 4 columns in the sidebar?
09/16/2014 at 3:07 pm #304261Meg
GuestAnd another question: Is it possible to use the editor to include more images in a profile?
09/17/2014 at 9:56 am #304345Steven Zahm
Keymaster@ Meg
The best that can be done is I base this width of the of Names on my guess of what the most popular width is for the main content area in themes. I think my guess is 600px … can’t remember without looking… so, stuffing it in a widget the guessed width of 600px is still being used. What you need to do is add some custom CSS so it fits better. See this QuickTip on how to create template custom CSS files.
You you can use the editor to add additional images. Just use the
img
tag. Many users use a simple gallery plugin which supports shortcode for output and use that shortcode in the bio and notes fields.Hope that helps!
09/18/2014 at 3:50 pm #304473Meg
GuestSo Steve, are you creating those 4 columns with the column-count css property? I can’t find that anywhere. I guess i need to know how you’re creating them and what the selector is before I can do anything with the css.
09/18/2014 at 7:51 pm #304492Steven Zahm
Keymaster@ Meg
Yes that’s how it is being done.
Rather than altering the templates CSS file, I recommend following this method so the changes are update safe.
The actual CSS can be found here:
../wp-content/plugins/connections/templates/names/
09/19/2014 at 1:48 pm #304539Margaret McCarthy
ParticipantI’ve got the names shortcode in my text widget and placed in the shortcode. There’s the list of names, just like I want.
But I’ve set the default template to the default card one, which is supposed to give me a download to addressbook link, and I’m not getting that. Is it because it’s being overriden by the ‘names’ in the sidebar/
Is there a way to have a list in the sidebar and the vCard-type template in the content area?
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.