10/22/2015 at 1:28 pm
#351423
Keymaster
@ Denis
re: I need to see the contact name under the organization name on that page.
The design of the template was intended to be used for individuals so it does not display the contact name. This can be added but you will have to edit the template’s php file in order to add it.
You need to edit the card.php file found here:
../wp-content/plugins/connections-gridder/
Add the following to line 46 and line after line 69, before the </div>:
<?php $entry->getContactNameBlock( array( 'format' => $atts['contact_name_format'] , 'label' => $atts['str_contact'] ) ); ?>
If you edit the template, I suggest you follow the guidance in this QuickTip.
re: when categorized under Organization, the Title field is not there.
Sorry, but only individuals can have a “Title”. Maybe use the the department field instead.
Hope that helps!
