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 7 years, 3 months ago by
Marina Flournoy.
-
AuthorPosts
-
05/01/2015 at 6:08 pm #333183
Marina Flournoy
ParticipantIs is possible to add link(s) to Panel Contact Information?
05/02/2015 at 9:23 am #333193Steven Zahm
Keymaster@ Marina
The template is not design to show links in that location, sorry. The only way to add them would to be to create a template override file and add the PHP code that shows the links. If you’re comfortable with doing some minor PHP work. I can give you a quick walk thru. Let me know.
Hope that helps!
05/02/2015 at 3:04 pm #333208Marina Flournoy
ParticipantYes. I’m ok with that. Please do.
Thanks.
05/05/2015 at 1:10 pm #333469Steven Zahm
Keymaster@ Marina
You need to edit the
card.php
file found here:../wp-content/plugins/connections-gridder/
Add the following line where you want the links to show:
if ( $atts['show_links'] ) $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => $atts['link_types'] ) );
Save the file. I suggest saving it to one of the folders outlined in the QuickTip.
Hope that helps.
05/06/2015 at 8:02 pm #333620Marina Flournoy
ParticipantYes. That works . . . thanks. I’m almost there but have a couple of additional things to clear up:
- I cannot figure where to put the changed card.php. I tried all of these to no avail:
/wp-content/theme/mystile-child/connections-templates/card
../wp-content/theme/mystile/connections-templates/card
../wp-content/uploads/connections-templates/cardI even tried variations on template-gridder and connections-gridder, but decided that can take a lifetime. So I ended up putting it in place of the original until you can help me figure out what path is actually being searched.
- I was getting garbled text on entries with multiple links, so I changed your code to display only a preferred link. That works fine but long links are garbled, so I’d like to remove the string “Website” (as I was able to do Biographical Info). Then I can name the preferred link “Website” without displaying “Website: Website”. But I haven’t been able to figure out what to use as the str_ shortcode option. Please advise.
Thanks.
P.S. You can check it all out here: heartfulvillage.com/directory. The entries with preferred links are smARTWORKS (first entry), Loominus Woodstock (second, and the one showing garbled text), and Neckush (second row, third entry).
05/06/2015 at 9:23 pm #333623Marina Flournoy
ParticipantReply #333620 can be ignored. I’ve broken it into two new posts: ##333621 and 333622. Thanks.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.