07/22/2015 at 12:10 pm
#340797
Keymaster
@ Brett
First, you should give these a read so you can learn how to make these changes in an update safe way.
- http://connections-pro.com/2014/05/07/quicktip-custom-css-templates/
- http://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/
To add the you need to edit edit the card.php file found here:
../wp-content/plugins/connections-circled/
You can copy the code from the card-single.php file found in the same folder.
This is the code you want to copy/paste:
$entry->getPhoneNumberBlock( array( 'format' => $atts['phone_format'] , 'type' => $atts['phone_types'] ) );
$entry->getEmailAddressBlock( array( 'format' => $atts['email_format'] , 'type' => $atts['email_types'] ) );
Hope that helps!
