If you have Jetpack installed + the Lazyload feature enabled the images on the popup do not show up.
in CSS the image is .teamshowcasefree_style04_popupleftside img
On an unrelated note: while filling this form out i can select a question category, and Team Showcase is not among the categories.
4 Answers
I fixed it by adding
class=”skip-lazy”
to line #5039 of /libs/shortcode/team-manager-free-shortcode.php
so the result looks like this:
<img src=”<?php echo $teampost_thumb;?>” alt=”” class=”skip-lazy” />
I had to disable Jetpacks Lazyload feature to get the images to show up but I would prefer it if you could add the “skip-lazy” css class to the image in the popup in .teamshowcasefree_style04_popupleftside