Is there any way to stop the picture uploader from displaying the image uploaded to the picture uploader box? I have a link below a profile image where the profile picture will already display. In other words, I have the profile image directly above the picture uploader element (element has placeholder text of ‘Upload new photo.’ I want the placeholder text to stay there no matter what (whether the uploader is used or not).
I tried using a conditional on the picture uploader element to say when the element is visible, the placeholder shows. But it still overrides the conditional.
Any ideas how to get around this?