1. Home
  2. Knowledge Base
  3. Troubleshooting
  4. Contact person - add picture to contact details
  1. Home
  2. Knowledge Base
  3. Tips & Tricks
  4. Contact person - add picture to contact details

Contact person - add picture to contact details

The image of the contact person displayed in the contact box is usually transferred from the broker software and displayed automatically.

Documentation Contact box Photo contact person


Create/replace photo contact person in the WordPress backend

Initial situation:

  • No image can be sent from your broker software
  • You want to display a different image than the one transferred from the broker software

In both cases, you can also store or replace the image in your WordPress backend. The stored image is retained the next time it is transferred from the broker software and is not overwritten with the image from the broker software.

Edit contact person documentation without image transfer
Edit contacts without image transfer
Edit contact person documentation with photo already transferred
Edit contacts with already transferred photo
Edit contact person documentation in the backend
Edit contacts in the backend

Filter for activating manual editing in the WordPress backend

To enable manual editing of the contact person, please add the following filter to the functions.php in your WP-ImmoMakler ChildSkin:

add_filter('immomakler_attachment_update_person_photo', '__return_false');

Output thumbnail of the contact person as well

To output the thumbnail, you can either transfer the image from the broker software or manually add the image to the contact person in the backend.

Was this article helpful?

Related Articles