Plugin Author
Steven
(@shazahm1hotmailcom)
@ tamdog
My guess is your custom template has code something like this for the image:
if ( $entry->getImageLinked() && $entry->getImageDisplay() )
{
echo '<img class="photo" alt="Photo of ' , $entry->getFirstName() , ' ' , $entry->getLastName() , '" src="' , CN_IMAGE_BASE_URL , $entry->getImageNameCard() , '" />' , "\n";
}
Changing it to just the following should fix it:
$entry->getImage();
Let me know.
I am having the same issue and I looked for the you mentioned above in the card-bio template but didn’t see it. any suggestions?
Plugin Author
Steven
(@shazahm1hotmailcom)
@ propdawg
The Bio Entry Card template would not have that code since it comes with Connections and uses up to date code. The other is a custom template.
Do the photos show in the admin?
yes, they show in admin but on the page, just “photo of” name
Plugin Author
Steven
(@shazahm1hotmailcom)
@ propdawg
Just to make sure … You do have Connections 8.1.5 installed, yes? If you do then the image processing is working just fine … Have you customized the template at all? Did you try switching to one of the other templates? Can you share a link to the page with the issue?
Plugin Author
Steven
(@shazahm1hotmailcom)
@ propdawg
The photos are there, visit using Chrome … the issue seems to be the theme. It seems to be missing the wp_footer() template tag.