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 4 replies, 2 voices, and was last updated 7 years, 8 months ago by
Sheila Franzen.
-
AuthorPosts
-
08/27/2018 at 7:18 pm #470940
Sheila Franzen
ParticipantI’m using the circled theme. Is there a way to make the name of the person and the picture of the person a link to their profile? My testers feel it is natural to just click the name or picture and go to the profile.
https://theascendinginitiates.com/initiates/08/28/2018 at 11:14 am #470992Steven Zahm
Keymaster@ Sheila
The only way to accomplish would be to edit the template’s PHP files. If you have some basic knowledge in editing PHP, I can give you some guidance.
08/28/2018 at 11:56 am #470994Sheila Franzen
ParticipantI do have knowledge, but I don’t want to edit the files. I don’t want to interfere with future updates. Is this on the feature request list? :-)
How can I make the ‘View Profile’ stand out more? What is the CSS for that?
08/29/2018 at 3:11 pm #471096Steven Zahm
Keymaster@ Sheila
RE: I don’t want to edit the files. I don’t want to interfere with future updates.
You can implement the change by using custom template override files.
Follow the direction in the dev docs. The open the
card.phpfile You’ll see the code for image:<?php $entry->getImage( array( 'image' => $atts['image'], 'height' => $atts['image_width'], 'width' => $atts['image_width'], 'fallback' => array( 'type' => $atts['image_fallback'], 'string' => $atts['str_image'], ), ) ); ?>Wrap that code in a anchor. To set the anchor href use
$entry->getPermalink().Save the changes and overwrite the template override file.
Depending on the theme, you may have to add you own custom styles because theme’s often apply some interesting styles to anchors that will need to be overridden. If you’re lucky, they be nothing to do ;)
RE: What is the CSS for that?
You can use the
#cn-circled .cn-circled-detail-link aselector.Hope that helps!
12/18/2018 at 3:53 pm #479751Sheila Franzen
ParticipantThank You! I did get this to work! And I also changed the show profile name to TRUE and that works too. It wasn’t setting to true with the configuration change in settings.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
