@ robert
Ok, that seems to explain it then…
I visited your site. You are using the Default Card template. This template does not and has not ever displayed the logo. In the admin, on the Connections : Manage admin page, this only has ever displayed the the image, not the logo.
My guess is that you may have edited or had someone edit the template to show the logo. Or maybe you were using a different template???
Considering that the logo files are in the folder and are shown when you edit an entry in the admin, that tells me Connections seems to functioning correctly.
If you edited the template, you need to change this line:
<?php $entry->getImage(); ?>
Found in this file:
../wp-content/plugins/connections/templates/card/card-default.php
To this:
<?php $entry->getImage( array('image' => 'logo') ); ?>
But if you decide to do this, you should follow the this QuickTip so the change is update safe.
Hope that helps!
