Title: Photo Missing
Last modified: August 22, 2016

---

# Photo Missing

 *  Resolved [tamdog](https://wordpress.org/support/users/tamdog/)
 * (@tamdog)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/)
 * Can someone help me? I did the recent update and now all the photos are missing
   in the directory….[http://holisticmanagement.org/directory/](http://holisticmanagement.org/directory/)
 * [https://wordpress.org/plugins/connections/](https://wordpress.org/plugins/connections/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546862)
 * **@ 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.
 *  [propdawg](https://wordpress.org/support/users/propdawg/)
 * (@propdawg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546869)
 * 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](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546873)
 * **@ 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?
 *  [propdawg](https://wordpress.org/support/users/propdawg/)
 * (@propdawg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546875)
 * yes, they show in admin but on the page, just “photo of” name
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546876)
 * **@ 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?
 *  [propdawg](https://wordpress.org/support/users/propdawg/)
 * (@propdawg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546877)
 * yes, 8.1.5
    look at [http://www.moahco.com/moahco-technology-network/](http://www.moahco.com/moahco-technology-network/)
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546881)
 * **@ propdawg**
 * The photos are there, visit using Chrome … the issue seems to be the theme. It
   seems to be missing the [wp_footer()](http://codex.wordpress.org/Function_Reference/wp_footer)
   template tag.
 *  [propdawg](https://wordpress.org/support/users/propdawg/)
 * (@propdawg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546883)
 * thanks
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546947)
 * **@ propdawg**
 * No problem!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Photo Missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/connections_2b7e99.svg)
 * [Connections Business Directory](https://wordpress.org/plugins/connections/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/connections/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/connections/)
 * [Active Topics](https://wordpress.org/support/plugin/connections/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/connections/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/connections/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/photo-missing/#post-5546947)
 * Status: resolved