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 1 reply, 2 voices, and was last updated 8 years ago by
Steven Zahm.
-
AuthorPosts
-
05/29/2015 at 2:27 am #335971
Ron Flex
ParticipantI want the picture link to be the same as the name link for
http://www.haiti.lscconline.com/bois-neuf-haiti/
I did set one manually but don’t want to have to do that for each entry.Once the name is selected, I would like to remove the space between Birthday field and “About Me” label.
I would like a full-size picture to show up with the detailed information.
Let me know if you need anything else.
Thanks,
Ron
05/29/2015 at 12:25 pm #336044Steven Zahm
Keymaster@ Ron
Neither change is straightforward as each would require editing the template files.
The easiest solution for the first question is to manually add the link to each entry. Using code, here’s how. Edit the
card.php
found here:
../wp-content/plugins/connections-tile-plus/
Change this:
$entry->getImage( array( 'image' => $atts['image'] , 'height' => $atts['image_height'] , 'width' => $atts['image_width'] , 'fallback' => array( 'type' => $atts['image_fallback'] , 'string' => $atts['str_image'] ) ) );
To this:
echo '<a href="' . $entry->permalink() . '">'; $entry->getImage( array( 'image' => $atts['image'] , 'height' => $atts['image_height'] , 'width' => $atts['image_width'] , 'fallback' => array( 'type' => $atts['image_fallback'] , 'string' => $atts['str_image'] ) ) ); echo '</a>';
I think that should do it.
The second question, I did answer for another user, in detail, the other day. Here’s the link. This was for the plain Tile template, not the Plus, but the same instructions would apply.
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.