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.
Tagged: 8.1.5, circled, getImage()
- This topic has 5 replies, 3 voices, and was last updated 10 years, 10 months ago by
Steven Zahm.
-
AuthorPosts
-
12/11/2014 at 6:45 pm #312713
Deanna Minich
ParticipantWe’ve uploaded a logo for one of our members in the admin. How do we get it to show up on the page? We’ve selected “Display” but don’t see it.
http://foodandspiritprofessional.com/cfspdirectory/name/kimberlee-jarvis/
12/12/2014 at 10:42 am #312741Steven Zahm
Keymaster@ Deanna
The Circled template does not show the logo since it is designed to highlight individuals. The only way to add it is to create a custom template override file and add the code to show the logo. Here’s the code that would add to the custom
card-single.phpfile:$entry->getImage( array( 'image' => 'logo', 'height' => 100, 'width' => 100, 'quality' => cnSettingsAPI::get( 'connections', 'image_logo', 'quality' ), 'zc' => array_search( cnSettingsAPI::get( 'connections', 'image_logo', 'ratio' ), $cropMode ), 'fallback' => array( 'type' => none, ) ) );Hope that helps!
12/12/2014 at 4:21 pm #312751Deanna Minich
ParticipantThis is perfect. Thank you!
12/13/2014 at 10:29 am #312764Steven Zahm
Keymaster@ Deanna
Great to hear this worked for you!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
10/14/2015 at 10:01 pm #350615Kera McHugh
Participantso further to this… i see in the card-single.php there is a “cropmode” with options…
how do we implement those options? with the wide variation in image sizes, i’d prefer the “fit” option i think… and the default seems to be “fill”…
i’ve tried all the shortcode options i can think of and don’t see it on the shortcode listings in the template documentation…
10/15/2015 at 9:56 am #350651Steven Zahm
Keymaster@ Kera
I am assuming you’ve change the Circled template to display the logo, yes? The all you need to do to change the logo crop mode is to change it on the Connections : Settings admin page under the Images tab.
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
