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 3 replies, 2 voices, and was last updated 12 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
06/19/2014 at 7:11 pm #294468
Gordon Gregory
GuestHello, Thank you again for your prompt replies to my other questions. I have looked the forums and couldn’t find exactly what I was looking for. Here is the short and sweet versions.
1) Work Extension field. Possible to add? (I currently have the predefined “Work Fax” field populated with the Extensions.
2) Have the Vcard link visible and clickable to download within the drop down contact (under the Anniversary and Birthday entry?)
3) Office field. Possible to add? (I currently have the predefined “Work Address | Country” field populated with the Office location.
3a) IN conjunction with #3, having the field name and field value be on the same line. Possible?
I am a complete newbie to workpress and plug ins. I know a little about manipulating css and html, just enough to really break things…
Any help or guidance will be appreciated! thank you!
06/20/2014 at 10:57 am #294589Steven Zahm
Keymaster@ Gordon
In short adding fields is non-trivial, so #1 and #3 really is not possible. repurposing the fields as you have done is the only option.
re: #2
If you edit the template, yes. This is the line of code you need to add.$entry->vcard();Rather than modifying the
card.phpfile directly, I recommend duplicating it and then adding the new line of code. See this QuickTip for more details.re: 3a
Sure, you’d have to use a bit of CSS to change that span from ablockto aninline-block. This bit of CSS should do it:#cn-slim-plus span.adr span.country-name { display: inline-block !important; }Here’s a QuickTip that explains how to add custom CSS for a template.
Hope that helps some!
06/20/2014 at 3:06 pm #294597Gordon Gregory
GuestYes, that helped a lot! Thank you! Is it possible for #1 and #3 to change the template html to have the work Fax change to Ext? and for #3 the word Work be Location?
Sorry if this is repeated.
06/21/2014 at 3:21 pm #294682Steven Zahm
Keymaster@ Gordon
Yes, very possible and can be done without having to edit any PHP. See this FAQ. Here’s the page that has all the shortcode options that are available to Slim Plus.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
