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 6 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
06/27/2017 at 6:50 pm #427223
Melissa Washington
ParticipantMy client just purchased the Tile Plus template and a couple of the add-ons.
The card view currently only show the organization name, phone number and contact. Is it possible to display at least the city and state on the cards if not the full address?
The images on the card are not sizing correctly. How can I fix this?
The map on the single page is not showing up. I’m at a loss.
Could you please provide some guidance?
Thank you,
Terri06/28/2017 at 9:10 am #427354Steven Zahm
Keymaster@ Melissa
RE: Is it possible to display at least the city and state on the cards if not the full address?
It is possible, but requires the editing of the template’s PHP files. It does not show address by default due to how much space that takes up. So, if you do this, you’ll also have to enlarge the tile size.
RE: The images on the card are not sizing correctly. How can I fix this?
How so? Can you please share a link to your directory page so I can take a look? The images are supposed to be scaled and cropped, center weighted. Which is pretty much ideal for the typical portrait shot. Here’s more info on image sizing, read the second exception. This may or may not apply. I’d have to know more of what this issue is and be able to see it.
RE: The map on the single page is not showing up. I’m at a loss.
Without being able to see you directory, I can only guess. If you enabled the Single Entry Template option in the settings. Please disable it. It is only required under very specific usage scenarios.
Hope this helps!
06/28/2017 at 2:22 pm #427368Melissa Washington
ParticipantRE: Is it possible to display at least the city and state on the cards if not the full address? I figured out how to get the address to show.
RE: The images on the card are not sizing correctly. How can I fix this?
I apologize for not putting the link in to begin with: http://www.womenveteransalliance.org/allies/RE: The map on the single page is not showing up. I’m at a loss. Thank you, Thank you! That is exactly what I did so I have disabled it and the map is showing!
06/29/2017 at 9:11 am #427459Steven Zahm
Keymaster@ Melissa
RE: The images on the card are not sizing correctly. How can I fix this?
I took a look at the page. The images are being cropped correctly, scaled down and center cropped. For portraits this is more or less ideal. I see you are using logos. This crop mode would not be ideal in your use case. WE can change the default crop mode to better suit.
Install the Code Snippets plugin and add a new snippet with this code:
function cn_output_default_atts_image_filter( $atts ) { $atts['zc'] = 2; return $atts; } add_filter( 'cn_output_default_atts_image', 'cn_output_default_atts_image_filter' );
Save and Activate the snippet to run on the site’s frontend only.
This will scale the image down and instead of center cropping, it’ll add white space to fit the image dimension.
Hope this helps!
-
AuthorPosts
You must be logged in to reply to this topic.