04/12/2017 at 9:33 am
#419797
Keymaster
@ Global Cultura
re: I’d like to convert the photo in a link to the profile. How can I do?
The only way to accomplish that would be to edit the template. The code changes involved is more complex. Something I can not really do as support. I do offer customization services if you’re interested. Let me know.
re: i’d like to show org before (above) or after (under) the title in the layout.
This is quite a bit easier. Open the card.php
file found here:
../wp-content/plugins/connections-circled/
Add this line on line 35
:
<?php if ( $atts['show_org'] ) $entry->getOrgUnitBlock(); ?>
If you do this, you should create a custom template override file so your change is update safe.
Hope this helps!