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, 3 voices, and was last updated 8 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
04/17/2015 at 5:47 am #331604
Handelsplats Norsjö
ParticipantHello
I vant my visitors to be able to upload a logo (not a picture)in Forms. The logo shows up in admin but not in public.
What can I do?
http://www.handelsplatsnorsjo.se/foretag-connections//Anna
04/17/2015 at 9:42 am #331615Steven Zahm
Keymaster@ Anna
The Excerpt Plus template displays the photo image by default. Excerpt Plus is con be configured via its shortcode to display the logo instead. Here’s the shortcode you would use to display the logo instead on the photo image:
[connections image="logo"]
Hope that helps!
04/17/2015 at 10:04 am #331619Handelsplats Norsjö
ParticipantYes that worked! How do I get the logo to fit in the area? (crop??)
Anna
04/17/2015 at 1:35 pm #331632Steven Zahm
Keymaster@ Anna
Excerpt Plus will scale the image to fit the smallest dimension and crop the excess image on the larger dimension. This crop is centered weighted meaning the crop will be taken of the sides evenly rather than one side or the other. This crop mode can not be easily changed without delving into PHP code. This crop mode was chosen for this template because of the intent of being used for a photo of an individual which are mostly centered weighted portrait photos.
If you want to try to change the default crop mode used in Connections by dipping into PHP, here’s how:
Install the Code Snippet plugin.
Add a new snippet with the following code:
function anna_image_atts( $atts ) { $atts['zc'] = 2; return $atts; } add_filter( 'cn_output_default_atts_image', 'anna_image_atts' );
Save and activate the new snippet.
Hopefully this explains the difference clear enough.
04/22/2015 at 10:17 am #332065Anna
GuestHello and thank´s. That worked.
Is there a simple way of having the logo placed in top of the area? (right now it is placed in center, I think)
/Anna04/22/2015 at 9:23 pm #332123Steven Zahm
Keymaster@ Anna
Sorry, no, the crop will be centered weighted.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.