Profile Photo not showing

I am guessing that arrow 1 should be the image uploaded to my profile i.e the profile cover image. If not, where do I set this? If so then why might I not be seeing it?
image

1 Like

It looks like the browser can’t find the image listed. This might be another proxy problem, given your recent issues. Can you please check the console log for an error and for what url it is trying to reach?

1 Like

Hi Cathy

There appears to be no errors but then I am not up to speed with this sort of thing.

The link I was using is https://www.southernhikes.co.nz/the-queen-drive/

Just had a thought, it might be that the Wave theme I applied is not coded correctly? If this is the case, do I just use CSS to hide the profile image?

Decided to hide the Author totally using code injection

<style>
  .author-list {
      display: none;
  }
</style>