Ok so I just took over a site for a company who had a falling out with the freelance designer who built the web site in expression engine. I am a proficient web designer and know many forms of code, but I’m at a loss here.
On the template that won’t show the pictures this is the EE code using image sizer:
<div class=“memberPhotolarge”>
{exp:imgsizer:size src="{member_photo}” width=“185” height=“260”}
{sized}
{/exp:imgsizer:size}
</div><!—end memberPhotolarge—>
and this is how it displays in the html code:
<div class=“memberPhotolarge”>
</div><!—end memberPhotolarge—>
So the code doesn’t even get put in to place the image. The upload location is fine and the files are all there, I’m at a loss?